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
Patch the container app configuration with the new secret value in the ARM properties envelope.
2
pollApp
Read the container app and check its provisioningState, looping while the configuration change is still applying and proceeding once it settles.
3
listSecrets
List the container app secrets to confirm the rotated secret is present.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.