Microsoft Azure API Management · Arazzo Workflow
Azure API Management Provision Service
Version 1.0.0
Check a service name, create the API Management service, then poll until provisioning succeeds.
View Spec
View on GitHub
A2AAI GatewayAPI CenterAPI GatewayAPI ManagementEnterpriseMCPMicrosoft AzureArazzoWorkflows
Provider
Workflows
provision-apim-service
Provision a new Azure API Management service after verifying the name.
Verifies the service name is available, creates or updates the service with the supplied SKU and publisher details, then reads the service back to surface the provisioning state and gateway URL.
1
checkName
ApiManagementService_CheckNameAvailability
Confirm the desired service name is available before attempting to create the service.
2
createService
ApiManagementService_CreateOrUpdate
Create or update the API Management service with the requested SKU and publisher identity.
3
confirmService
ApiManagementService_Get
Read the service back to confirm the provisioning state and capture the public gateway URL.