Microsoft Azure · Arazzo Workflow
Microsoft Azure Redeploy Into an Existing Resource Group
Version 1.0.0
Confirm a resource group exists, start a deployment into it, and poll until terminal.
View Spec
View on GitHub
API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1ArazzoWorkflows
Provider
Workflows
redeploy-into-existing-group
Deploy a template into an existing resource group, polling to completion.
Confirms the resource group exists, submits an incremental deployment, then polls until the deployment reaches a terminal provisioning state.
1
confirmResourceGroup
ResourceGroups_Get
Get the resource group and branch: only deploy when it reports Succeeded, otherwise end the flow.
2
startDeployment
Deployments_CreateOrUpdate
Start an incremental template deployment into the confirmed resource group.
3
pollDeployment
Deployments_Get
Get the deployment and branch on its provisioning state, looping until it is Succeeded, Failed, or Canceled.