Microsoft Azure · Arazzo Workflow
Microsoft Azure Create Resource Group and Deploy From Template Link
Version 1.0.0
Create a resource group then deploy an ARM template referenced by URI, polling to completion.
View Spec
View on GitHub
API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1ArazzoWorkflows
Provider
Workflows
deploy-from-template-link
Provision a resource group and deploy a linked ARM template, polling to completion.
Creates the resource group, submits a deployment that references a hosted template and parameters file, then polls the deployment until terminal.
1
createResourceGroup
ResourceGroups_CreateOrUpdate
Create or update the target resource group so the deployment has a scope.
2
startLinkedDeployment
Deployments_CreateOrUpdate
Start an incremental deployment that references the template and parameters by URI rather than embedding them in the request.
3
pollDeployment
Deployments_Get
Get the deployment and branch on its provisioning state: end on Succeeded, end on Failed or Canceled, otherwise loop back and poll again.