ARM Deployment activity deploys resources using Azure Resource Manager (ARM) templates.
ARM Deployment Activity Properties
Property name | Description |
---|---|
Title |
Activity name that will be visible for both administrators and end-users. |
Deployment mode |
Azure Resource Manager (ARM) template deployment mode.
The default mode is Incremental. For more information see: Azure Resource Manager deployment modes |
Deployment resource group |
Resource group name for template deployment. |
Deployment location |
Location for template deployment. |
Skip condition |
Condition criteria when the activity should be skipped. For more information see: Activity Skip Conditions |
ARM environment |
Azure Resource Manager endpoint.
|
Deployment template |
Resource Manager template JSON file that defines the resources you want to deploy. Note: Parameters that have been specified in the template will generate prompts on ARM Deployments main blade. |
Example
Screenshot below displays ARM Deployment activity in Incremental mode deploying a template with two parameters, param_vmName and param_windowsOSVersion, that have been fetched from parameters section of the deployment template. param_vmName is set from a wizard prompt value and param_windowsOSVersion has been set using allowed values.
Comments
0 comments
Article is closed for comments.