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
Read the container app to resolve the name of its latest revision before restarting it.
2
restartRevision
Restart the app's latest revision, recreating its replicas.
3
pollRevision
Read the revision and check its runningState, looping while it is still processing and ending once its replicas report Running.
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.