farooq-teqniqly/Azure VM Control
A GitHub action that starts and stops Azure virtual machines.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| azure_resource_group_name | Azure resource group containing the VM | yes | — |
| azure_vm_name | Name of the Azure VM | yes | — |
| azure_credentials | Azure credentials JSON for azure/login (for credential-based auth). Either this or OIDC inputs (azure_client_id, azure_tenant_id, azure_subscription_id) must be provided. | no | — |
| azure_client_id | Azure client ID for OIDC authentication | no | — |
| azure_tenant_id | Azure tenant ID for OIDC authentication | no | — |
| azure_subscription_id | Azure subscription ID for OIDC authentication | no | — |
| operation | VM operation to perform: start or deallocate | no | start |
Outputs
no outputs