Azure Container Apps · Arazzo Workflow
Azure Container Apps Restart Active Revision
Version 1.0.0
Restart the active revision of an app and poll its revision replicas until it is running again.
Provider
Workflows
restart-active-revision
Restart an app's latest revision and wait for its replicas to come back running.
Resolves the app's latest revision name, restarts that revision, and polls the revision until its runningState reports Running, exposing the replica count.
1
getApp
ContainerApps_Get
Read the container app to resolve the name of its latest revision before restarting it.
2
restartRevision
ContainerAppsRevisions_RestartRevision
Restart the app's latest revision, recreating its replicas.
3
pollRevision
ContainerAppsRevisions_GetRevision
Read the revision and check its runningState, looping while it is still processing and ending once its replicas report Running.