Azure Container Apps · Arazzo Workflow
Azure Container Apps Activate Latest Revision
Version 1.0.0
Find the most recent revision of an app, inspect it, and activate it if it is inactive.
Provider
Workflows
activate-latest-revision
Activate a container app revision only when it is currently inactive.
Lists the app's revisions, reads the target revision, and activates it when its active flag is false, skipping the activation when it is already active.
1
listRevisions
ContainerAppsRevisions_ListRevisions
List the revisions of the container app to confirm the target revision exists before reading it.
2
getRevision
ContainerAppsRevisions_GetRevision
Read the target revision and inspect its active flag to decide whether an activation call is needed.
3
activateRevision
ContainerAppsRevisions_ActivateRevision
Activate the inactive revision so it returns to service.