Azure Container Apps · Arazzo Workflow
Azure Container Apps Rotate and Verify Secrets
Version 1.0.0
Write a new secret value to an app, wait for provisioning, then list secrets to confirm it is present.
Provider
Workflows
rotate-and-verify-secrets
Rotate a named container app secret and confirm it via the list-secrets operation.
Patches the app configuration with the new secret value, polls until the app is Succeeded, then lists secrets and returns the secret names.
1
rotateSecret
ContainerApps_Update
Patch the container app configuration with the new secret value in the ARM properties envelope.
2
pollApp
ContainerApps_Get
Read the container app and check its provisioningState, looping while the configuration change is still applying and proceeding once it settles.
3
listSecrets
ContainerApps_ListSecrets
List the container app secrets to confirm the rotated secret is present.