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
Patch the container app with a new template image and revision suffix in the ARM properties envelope, producing a new revision.
2
pollApp
Read the container app and check its provisioningState, looping while the new revision is still rolling out and proceeding once it settles.
3
listRevisions
List every revision of the container app so the newly created revision and its readiness can be inspected.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.