Microsoft Azure API Management · Arazzo Workflow
Azure API Management Configure API Diagnostic
Version 1.0.0
Confirm an API exists, attach an Application Insights diagnostic, then read it back.
View Spec
View on GitHub
A2AAI GatewayAPI CenterAPI GatewayAPI ManagementEnterpriseMCPMicrosoft AzureArazzoWorkflows
Provider
Workflows
configure-api-diagnostic
Attach a logging diagnostic to an API and verify it.
Confirms the API exists, creates an Application Insights diagnostic with a sampling configuration, then reads the diagnostic to confirm settings.
1
getApi
Api_Get
Read the API to confirm it exists before attaching a diagnostic to it.
2
createDiagnostic
ApiDiagnostic_CreateOrUpdate
Create or update the diagnostic that logs API traffic to the supplied logger with a fixed sampling configuration.
3
confirmDiagnostic
ApiDiagnostic_Get
Read the diagnostic back to confirm the logger and sampling settings were applied.