Azure Container Apps · Arazzo Workflow
Azure Container Apps Provision Managed Environment
Version 1.0.0
Create a managed environment and poll its provisioning state until it reaches Succeeded.
Provider
Workflows
provision-managed-environment
Create a managed environment and wait until it is fully provisioned.
Submits a create-or-update for a managed environment with a Log Analytics app-logs destination, then repeatedly reads the environment resource and inspects properties.provisioningState until it settles.
1
createEnvironment
ManagedEnvironments_CreateOrUpdate
Submit the create-or-update request for the managed environment, supplying its location and an app-logs configuration in the ARM properties envelope.
2
pollEnvironment
ManagedEnvironments_Get
Read the managed environment and check its provisioningState, looping while it is still being set up and branching once it settles.