Microsoft Azure · Arazzo Workflow
Microsoft Azure Deployment Status and Resulting Resources
Version 1.0.0
Get a deployment, confirm it succeeded, then list the resources in its resource group.
View Spec
View on GitHub
API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1ArazzoWorkflows
Provider
Workflows
deployment-status-and-resources
Check a deployment's status and, if it succeeded, list the resulting resources.
Gets the deployment, branches on its provisioning state, and lists the resource group's resources when the deployment succeeded.
1
getDeployment
Deployments_Get
Get the deployment and branch: list resources only when it reports Succeeded, otherwise end the flow.
2
listResourcesInGroup
Resources_ListByResourceGroup
List the resources in the resource group to confirm what the deployment created.