sdn-news-official/Azure Resource Manager (ARM) Template Deployment
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
Inputs
| name | description | required | default |
|---|---|---|---|
| creds | Paste output of `az ad sp create-for-rbac -o json` as value of secret variable: AZURE_CREDENTIALS | yes | — |
| resourceGroupName | Provide the name of a resource group. If not set a the resources will be deployed at subscription scope | no | — |
| managementGroupId | Provide the id of the target management group. | no | — |
| templateLocation | Specify the path to the Azure Resource Manager template. | yes | — |
| deploymentName | Specifies the name of the resource group deployment to create. | yes | — |
| deploymentMode | Incremental (only add resources to resource group) or Complete (remove extra resources from resource group). | no | Incremental |
| parameters | Specify either path to the Azure Resource Manager parameters file or pass them as 'key1=value1;key2=value2;...'. | no | — |
| overrideParameters | Specify either path to the Azure Resource Manager override parameters file or pass them as 'key1=value1;key2=value2;...'. | no | — |
Outputs
| name | description |
|---|---|
| deploymentName | The generated deployment name |