Microsoft Azure · Arazzo Workflow
Microsoft Azure Deploy Then Tear Down a Resource Group
Version 1.0.0
Create a group, deploy a template, poll to success, then delete the whole group.
View Spec
View on GitHub
API ManagementCloudCloud ComputingEnterpriseInfrastructure-as-a-ServicePlatform-as-a-ServiceT1ArazzoWorkflows
Provider
Workflows
deploy-then-teardown
Stand up an ephemeral deployment then delete its resource group.
Creates a resource group, deploys into it, polls to completion, and on success deletes the resource group.
1
createResourceGroup
Create the ephemeral resource group that will host the deployment.
2
startDeployment
Start an incremental template deployment into the ephemeral group.
3
pollDeployment
Poll the deployment, branching to teardown on Succeeded and ending the flow (leaving the group in place) on Failed or Canceled.
4
deleteResourceGroup
Delete the entire resource group to tear down the ephemeral environment.
Source API Descriptions
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.