mlopstemplates/Azure ARM Deploy
Deploys an azure arm template to azure at a resource group level
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| scope | Scope of deployment either of these < resource_group, subscription, management_group, tenant > | yes | — |
| location | location where deployment has to happen: NOt required if deployment on resource group | yes | — |
| resource_group | Resource group on which the resource has to be deployed : required when scope is resource group | no | — |
| management_group_id | The management group id to create deployment at : only required when scope is management group | no | — |
| mode | The deployment mode.Allowed values: Complete, Incremental. Default: Incremental. | no | "" |
| name | The deployment name. | no | "" |
| rollback_on_error | The 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_file | The path to the template file | yes | "" |
| parameter_file | The path to the parameters file | no | "" |
| parameters | the parameters directly as as <KEY=VALUE> pairs | no | "" |
Outputs
| name | description |
|---|---|
| deployment_status | Status of the deployment |
| deployment_result | deployment error details in case status is Failed |