azure/Deploy Azure Resource Manager (ARM) Template
Use this GitHub Action task to deploy Azure Resource Manager (ARM) template
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| scope | Provide the scope of the deployment. Valid values are: 'resourcegroup', 'tenant', 'managementgroup', 'subscription' | yes | — |
| subscriptionId | Override the Subscription Id set by Azure Login. | no | — |
| managementGroupId | Specify the Id for the Management Group, only required for Management Group Deployments. | no | — |
| region | Provide the target region, only required for tenant, management Group or Subscription deployments. | no | — |
| resourceGroupName | Provide the name of a resource group, only required for resource Group deployments. | no | — |
| template | Specify the path or URL to the Azure Resource Manager template. | yes | — |
| deploymentMode | Incremental (only add resources to resource group) or Complete (remove extra resources from resource group) or Validate (only validates the template). | no | — |
| deploymentName | Specifies the name of the resource group deployment to create. | no | — |
| parameters | Supply deployment parameter values. | no | — |
| failOnStdErr | Specify whether to fail the action if some data is written to stderr stream of az cli. Valid values are: true, false | no | true |
| additionalArguments | Specify any additional arguments for the deployment. | no | — |
| maskedOutputs | Specify list of output keys that its value need to be register to github action as secret. (checkout https://github.com/actions/toolkit/issues/184#issuecomment-1198653452 for valid multiline string) | no | — |
Outputs
no outputs