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
ResourceGroups_CreateOrUpdate
Create the ephemeral resource group that will host the deployment.
2
startDeployment
Deployments_CreateOrUpdate
Start an incremental template deployment into the ephemeral group.
3
pollDeployment
Deployments_Get
Poll the deployment, branching to teardown on Succeeded and ending the flow (leaving the group in place) on Failed or Canceled.
4
deleteResourceGroup
ResourceGroups_Delete
Delete the entire resource group to tear down the ephemeral environment.