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
Get the subscription and branch: only provision when it reports Enabled, otherwise end the flow.
2
createResourceGroup
Create the resource group in the requested region and tag it with that region.
3
startDeployment
Start an incremental template deployment into the region-tagged group.
4
pollDeployment
Poll the deployment, ending on Succeeded, ending on Failed or Canceled, and looping otherwise.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.