Azure Container Apps · Arazzo Workflow
Azure Container Apps Provision Container App
Version 1.0.0
Verify the target environment is ready, create a container app, and poll until it is provisioned.
Provider
Workflows
provision-container-app
Create a container app in a ready environment and wait until it is provisioned.
Confirms the managed environment is in the Succeeded state, creates a container app bound to that environment with a single container and external ingress, then polls the app until provisioning completes.
1
getEnvironment
ManagedEnvironments_Get
Read the managed environment and confirm it has finished provisioning before binding a new app to it.
2
createApp
ContainerApps_CreateOrUpdate
Submit the create-or-update for the container app, binding it to the resolved environment id and defining a single container with external ingress in the ARM properties envelope.
3
pollApp
ContainerApps_Get
Read the container app and check its provisioningState, looping while it is still in progress and branching once it settles.