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
ContainerApps_Get
Read the container app to confirm it exists before enabling the Dapr sidecar on its configuration.
2
enableDapr
ContainerApps_Update
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
ContainerApps_Get
Read the container app and check its provisioningState, looping while the Dapr change is still rolling out and proceeding once it settles.
4
listRevisions
ContainerAppsRevisions_ListRevisions
List the app's revisions to expose the Dapr-enabled revision.