Azure Container Apps · Arazzo Workflow
Azure Container Apps Update App and List Revisions
Version 1.0.0
Roll out a new image to a container app, wait for provisioning, then list the resulting revisions.
Provider
Workflows
update-app-and-list-revisions
Patch a container app to a new image and list the revisions it produces.
Submits a patch updating the app template image and revision suffix, polls the app until provisioningState settles, then lists all revisions for the app.
1
updateApp
ContainerApps_Update
Patch the container app with a new template image and revision suffix in the ARM properties envelope, producing a new revision.
2
pollApp
ContainerApps_Get
Read the container app and check its provisioningState, looping while the new revision is still rolling out and proceeding once it settles.
3
listRevisions
ContainerAppsRevisions_ListRevisions
List every revision of the container app so the newly created revision and its readiness can be inspected.