Azure API management as a gateway for AI foundry models endpoints ?
Hi It is possible with Azure open AI service to use Azure API management as the gateway to enable rate limiting, caching and other interesting capabilities. Now we plan to use AI foundry models endpoints, is it possible to use API management as a…
Azure API Management
azure api management - dev portal - how to delete custom widget?
azure api management - from dev portal, I made a custom widget as a test. but i want to delete test custom widget i create. how do i delete it There is only documentation on creating a custom widget, but no documentation on deleting it.
Azure API Management
Remove server url from OpenAPI specification?
When we export the OpenAPI specification, from either the dev portal or manual from the Azure Portal, the OpenAPI specification contains the server url which is the default Gateway URL of the API Management instance. Our APIM instance is available…
Azure API Management
How to add APIs of serverless llm deployments(on AI foundary) to Azure API management service?
I am adding multiple APIs in Azure API management service instance(Consumption plan) using Azure portal by option Add API>Create from definition>OpenAPI. Now in that i am able to add azure openai apis using swagger or inference.json from…
Azure API Management
[Azure Api Management] How to forward Authorization Header to Backend
Hello, I configured my Api management instance to pre validate jwts with the validate-azure-ad-token policy, and it's working as expected. But I also want to forward the same authorization token to the backend so it can also validate it and use…
Azure API Management
On-Behalf-Of with system managed identity
Hi, I have API Management service with system assigned managed identity. I’ve created API to Dynamics 365 CRM and almost for all API calls I’m using managed identity. But, as far as I understand, for WhoAmI call it won’t work :( Is where any way that I…
Azure API Management

Azure API Management outgoing IP address not in same region
I've got an APIM Basic v2 resource setup which calls an external web based API. The external web API requires requests to be called from defined whitelisted IPs. The APIM resource is in UK South so I have provided the IPs for APIM UK South as per MS…
Azure API Management
apim not reachable and app gateway failing to connect to backend pools
I have configured APIM with External mode. Created custom domain. Deployed keyvault with 3 certificates mapped to the custom domain. Created public dns zone with cname record where alias is the url of the apim. None of the urls of apim are being accessed…
Azure API Management
API Management HTTP 3 Support?
Right now it does not seem to be possible to use API Management with HTTP3. Do you have any estimation, when we are able to use HTTP3 (maybe together with gRPC) on APIM ?
Azure API Management
Can we have single/unified developer portal for multiple APIM instances/Gateways?
We have six APIM instances, and aligning with six different developer portal for API discovery and others. It is really hard to have multiple portal for the same purpose, So Is there any way consolidate all the APIs into Single/Unified developer portal…
Azure API Management
Understanding APIM's Mechanism for Importing Open API Specification Files via URL
When you import an API to APIM via azure cli you can either provide the path to your Open API Specification (OAS) file (--specification-path) or you can provide the URL to the OAS (--specification-url). Question 1: Why is importing OAS via URL able to…
Azure API Management
Does azure-openai-emit-token-metric policy at API Management Service support cached tokens?
The Azure API Management Service recently updated the azure-openai-emit-token-metric to support the GPT-4o model. Does this policy support the recording of Cached Tokens? According to the official documentation on MS Learn, it appears that this feature…
Azure API Management

APIM - API - Using Managed Identity Authentication - Getting 500 Internal Server Error
Details: Created a GET Request HTTP Trigger in Azure Function App with simple response message - "Your Http Trigger Function executed successfully." Imported this Function App API in Azure APIM Instance. In APIM Instance > Managed…
Azure API Management
Azure Functions
APIM external vnet mode unable to connect to public IP
What can I do when APIM configured in external vnet mode shows a good network status but is unable to connect to the public IP? Despite my expectations of being able to call the EchoAPI through the public IP, all connections are timing out. Telnet is…
Azure API Management
Can't access second API when first was recently used within same APIM service
I have two APIs in my APIM service. Each API endpoint has running Open AI service behind. When I'm using first endpoint (in my AI chat app) with one model deployed - everything is ok, but after that when I try to use another model in my chat app (I can…
Azure API Management
When is the API Management Premium V2 will become GA?
We want to use it in our architecture plan but we need a firm commitment on the general availability.
Azure API Management
After changing KeyVault access control to RBAC based, unable to load certificate onto my API Management Service from KeyVault.
After updating key vault access to RBAC based, I am unable to rotate certificate on API Management Service. I have added Key Vault Administrator, Key Vault Certificates Officer, Key Vault Reader & Key Vault Secrets User. But still unable to load…
Azure API Management
How to specify the x and y values of a ES256 JWK inside issuer-signing-key of validate-jwt in azure APIM
Hi Team. I'm trying to make a request to a JWKS url and fetch the JWKs and store it in a context variable Identified the key from the set of JWKs by matching the kid of the JWT with each kid from above fetched set of JWKs. I have identified the key which…
Azure API Management
APIM Developer Portal - The option to enable the developer portal is not visible in Portal Settings.
I have deployed an Azure API Management resource, and set the pricing tier to Standard. However, I can't see the option to enable the developer portal in the Portal Settings. My account has Owner RBAC at the Subscription level. Can anyone please…
Azure API Management


Azure APIM get-authorization-context returns cached expired token
I have a credential provider with two connections setup identically, however the original connection began to return an expired token a month ago and has been doing that ever since with the exact same issued and expiration date of when this problem first…