azure/Deploy Azure Resource Manager (ARM) Template

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

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
scopeProvide the scope of the deployment. Valid values are: 'resourcegroup', 'tenant', 'managementgroup', 'subscription'yes
subscriptionIdOverride the Subscription Id set by Azure Login.no
managementGroupIdSpecify the Id for the Management Group, only required for Management Group Deployments.no
regionProvide the target region, only required for tenant, management Group or Subscription deployments.no
resourceGroupNameProvide the name of a resource group, only required for resource Group deployments.no
templateSpecify the path or URL to the Azure Resource Manager template.yes
deploymentModeIncremental (only add resources to resource group) or Complete (remove extra resources from resource group) or Validate (only validates the template).no
deploymentNameSpecifies the name of the resource group deployment to create.no
parametersSupply deployment parameter values.no
failOnStdErrSpecify whether to fail the action if some data is written to stderr stream of az cli. Valid values are: true, falsenotrue
additionalArgumentsSpecify any additional arguments for the deployment.no
maskedOutputsSpecify 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

no outputs