Azure Container Apps · Arazzo Workflow
Azure Container Apps Enable Dapr Sidecar
Version 1.0.0
Enable the Dapr sidecar on a container app, wait for the new revision to provision, then list revisions.
Provider
Workflows
enable-dapr-sidecar
Turn on the Dapr sidecar for an app and confirm the new revision rolls out.
Reads the app, patches configuration.dapr to enable the sidecar, polls until provisioning settles, then lists the app's revisions.
1
getApp
Read the container app to confirm it exists before enabling the Dapr sidecar on its configuration.
2
enableDapr
Patch the container app configuration to enable the Dapr sidecar with the supplied app id, protocol, and port in the ARM properties envelope.
3
pollApp
Read the container app and check its provisioningState, looping while the Dapr change is still rolling out and proceeding once it settles.
4
listRevisions
List the app's revisions to expose the Dapr-enabled revision.
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.