sdn-news-official/Azure Resource Manager (ARM) Template Deployment

Use this GitHub Action task deploy an Azure Resource Manager (ARM) template

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
credsPaste output of `az ad sp create-for-rbac -o json` as value of secret variable: AZURE_CREDENTIALSyes
resourceGroupNameProvide the name of a resource group. If not set a the resources will be deployed at subscription scopeno
managementGroupIdProvide the id of the target management group.no
templateLocationSpecify the path to the Azure Resource Manager template.yes
deploymentNameSpecifies the name of the resource group deployment to create.yes
deploymentModeIncremental (only add resources to resource group) or Complete (remove extra resources from resource group).noIncremental
parametersSpecify either path to the Azure Resource Manager parameters file or pass them as 'key1=value1;key2=value2;...'.no
overrideParametersSpecify either path to the Azure Resource Manager override parameters file or pass them as 'key1=value1;key2=value2;...'.no
namedescription
deploymentNameThe generated deployment name