Microsoft Azure · Arazzo Workflow
Microsoft Azure Deploy Template to a New Resource Group
Version 1.0.0
Create a resource group, start an ARM template deployment, and poll until it succeeds.
View Spec
View on GitHub
API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1ArazzoWorkflows
Provider
Workflows
deploy-template-to-resource-group
Provision a resource group and deploy an ARM template into it, polling to completion.
Creates the resource group, submits a template deployment, then repeatedly gets the deployment until provisioningState is terminal, branching on the result.
1
createResourceGroup
ResourceGroups_CreateOrUpdate
Create or update the target resource group in the chosen location so the deployment has a scope to land in.
2
startDeployment
Deployments_CreateOrUpdate
Start an incremental template deployment at resource group scope using the supplied inline template and parameters.
3
pollDeployment
Deployments_Get
Get the deployment and inspect its provisioning state. The step branches to completion when the state is Succeeded and to failure when it is Failed or Canceled; any other (in-progress) state loops back to poll again.