Microsoft Azure API Management · Arazzo Workflow
Azure API Management Rotate Subscription Keys
Version 1.0.0
Confirm a subscription, regenerate both keys, then retrieve the new secrets.
View Spec
View on GitHub
A2AAI GatewayAPI CenterAPI GatewayAPI ManagementEnterpriseMCPMicrosoft AzureArazzoWorkflows
Provider
Workflows
rotate-subscription-keys
Regenerate both subscription keys and return the new secrets.
Confirms the subscription, regenerates the primary and secondary keys, then lists the secrets to surface the rotated keys.
1
getSubscription
Subscription_Get
Read the subscription to confirm it exists before rotating its keys.
2
regeneratePrimary
Subscription_RegeneratePrimaryKey
Regenerate the primary subscription key.
3
regenerateSecondary
Subscription_RegenerateSecondaryKey
Regenerate the secondary subscription key.
4
getSecrets
Subscription_ListSecrets
Retrieve the rotated primary and secondary keys.