actions-marketplace-validations/Azure Resource Manager (ARM) Template Deployment JS
Use this GitHub Action task deploy an Azure Resource Manager (ARM) template
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| scope | Provide the scope of the deployment. alid values are: 'resourcegroup', 'managementgroup', 'subscription' | yes | — |
| subscriptionId | Provide the Id of the subscription which should be used. | yes | — |
| location | Provide the target region, only required for management Group or Subscription deployments. | no | — |
| resourceGroupName | Provide the name of a resource group. | no | — |
| templateLocation | 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). | no | Incremental |
| deploymentName | Specifies the name of the resource group deployment to create. | no | — |
| parameters | Supply deployment parameter values. | no | — |
| managementGroupId | Specify the Id for the Management Group, only required for Management Group Deployments. | no | — |
| validationOnly | Whenether the template should only be validated or also deployed. Valid values are: 'true', 'false' | no | — |
Outputs
no outputs