Microsoft Azure API Management · Arazzo Workflow
Azure API Management Provision Subscription and Retrieve Keys
Version 1.0.0
Confirm a product, create a subscription against it, then retrieve the subscription keys.
View Spec
View on GitHub
A2AAI GatewayAPI CenterAPI GatewayAPI ManagementEnterpriseMCPMicrosoft AzureArazzoWorkflows
Provider
Workflows
provision-subscription-keys
Create a product subscription and retrieve its keys.
Confirms the product exists, creates a subscription scoped to it, then lists the subscription secrets to surface the primary and secondary keys.
1
getProduct
Product_Get
Read the product to confirm it exists and capture its resource id for the subscription scope.
2
createSubscription
Subscription_CreateOrUpdate
Create the subscription scoped to the product, with a display name for the consumer.
3
getSecrets
Subscription_ListSecrets
Retrieve the subscription's primary and secondary keys for delivery to the consumer.