Microsoft Azure · Arazzo Workflow
Microsoft Azure Provision a Region-Specific Deployment
Version 1.0.0
Read a subscription, create a region-tagged resource group, deploy into it, and poll to completion.
View Spec
View on GitHub
API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1ArazzoWorkflows
Provider
Workflows
provision-region-deployment
Confirm a subscription, create a region-tagged group, deploy, and poll to completion.
Validates the subscription, creates a region-tagged resource group, submits a deployment, and polls until terminal.
1
getSubscription
Subscriptions_Get
Get the subscription and branch: only provision when it reports Enabled, otherwise end the flow.
2
createResourceGroup
ResourceGroups_CreateOrUpdate
Create the resource group in the requested region and tag it with that region.
3
startDeployment
Deployments_CreateOrUpdate
Start an incremental template deployment into the region-tagged group.
4
pollDeployment
Deployments_Get
Poll the deployment, ending on Succeeded, ending on Failed or Canceled, and looping otherwise.