mlopstemplates/Azure ARM Deploy

Deploys an azure arm template to azure at a resource group level

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
scopeScope of deployment either of these < resource_group, subscription, management_group, tenant >yes
locationlocation where deployment has to happen: NOt required if deployment on resource group yes
resource_groupResource group on which the resource has to be deployed : required when scope is resource groupno
management_group_idThe management group id to create deployment at : only required when scope is management groupno
modeThe deployment mode.Allowed values: Complete, Incremental. Default: Incremental.no""
nameThe deployment name.no""
rollback_on_errorThe name of a deployment to roll back to on error, or use as a flag to roll back to the last successful deployment.no""
template_fileThe path to the template fileyes""
parameter_fileThe path to the parameters fileno""
parametersthe parameters directly as as <KEY=VALUE> pairsno""
namedescription
deployment_statusStatus of the deployment
deployment_resultdeployment error details in case status is Failed