Troubleshoot API(s) imported via self-hosted gateway
If I expose an API which is running in a VM in a specific port to internet, and import it to Azure APIM via managed gateway, it is working fine. API is accessible with get operation and URL scheme set to https though the API is http only. But the same…


Developer Portal 'Try It' Fails to Upload File for multipart/form-data
Hi, I'm currently using Azure API Management and have created an HTTP API that accepts file uploads via multipart/form-data. The API works correctly when tested using tools like Postman or through my own backend integration, the file is successfully…
Custom Domain on APIM
Custom Domain on APIM not getting updated. It just keeps saying service is being updated. I gets added and I get a green light saying it updated then 3-4 seconds later it gets removed for some reason
Configuring Circuit Breaker & Load Balancer in APIM for Multiple LLMs (Phi, Llama, etc.)
I understand that we cannot configure the circuit breaker and load balancing directly through the Azure Portal in API Management (APIM). However, I need guidance on how to integrate these features properly. I have deployed multiple different large…

How to disable notification emails?
Hello Currently our APIM instance is integrated in a VNET, internal mode. We added a NSG rule to block SMTP traffic originating from the APIM subnet, with destination ports 25, 465, 587. However, notification emails are still being send to users. Is it…
How to Integrate Ms Teams Webhook URLs with Azure API Policies in API Management
I Generate Ms Teams Incomming Webhook URL and that URL I put in my API Policies in <on-error> section to get the notification in my Teams, about 500 errors, but I did not get any notification .Here is the Screenshot for the references. please help…
Has anyone successfully deployed Azure APIM's self-hosted gateway on Nutanix Kubernetes Platform (NKP)?
According to the official Azure documentation on deploying a self-hosted gateway to Kubernetes with YAML, there's no restriction on which Kubernetes distribution you can use, as long as it's Kubernetes certified. The documentation…

OAuth 1.0 Signature Invalid When Targeting Magento URL in APIM
I have an API Management (APIM) service targeting a Magento URL with OAuth 1.0 authentication. However, I'm getting the error: "The signature is invalid. Verify and try again." The issue seems to be caused by the signature changing…
Issue with OpenAPI file import in APIM
Hi, I'm trying to create an API by importing an OpenAPI yaml file, already validated with https://editor.swagger.io/ but I'm received the following errors: Code: ValidationError *Message: URL template is invalid* *Target: value[8].urlTemplate …
Unable to delete costly API Managment Service instance - Stuck in 'updating' state.
I am unable to delete a previously created APIm instance, as the service appears to be stuck in a 'updating' state. The updating status has persisted for about 5 hours now. Our account is not designed for long term use of services, and we do not wished…
How do I optain an Azure openAI API key ?
Following the instructions that tell me to log onto the Azuere portal look at the menu on the left of for the "Keys and Endpoint" option, I find no such option. How do I get a key ? -George Pipkin ******@gmail.com
How to expose internal Azure-registered APIs to external users securely with proper authentication & authorization?
We currently have an internal web application used exclusively by employees of our company. The application consists of a frontend and backend, both registered in Azure, and we use Microsoft Entra ID (formerly Azure AD) to manage authentication and user…
API Management Custom Domain stopped working
My API Management service was using a custom domain. Yesterday morning the following event was raised: AUTO UPDATE FREE CERTIFICATE CHECK FAILED There have been no DNS changes since the custom domain was configured, with a managed certificate. Trying to…
APIM is down from 2PM Please help. Looks like Microsoft is updgraded APIM
"Dear Team, Our API Management service has been down since 2 PM. It appears that Microsoft has upgraded the service, resulting in downtime. This issue is impacting all our applications. We kindly request your immediate attention to resolve this…

Google Tag Manager does not fire in the portal
We integrated Google Tag Manager in our portal. We see the Google Tag Manager code in the portal pages but for whatever reason, the tags are not active: Google Tag Assistant connects but does not find the tags. There is a trigger that embeds code on a…

Issue with Mandatory Query Parameters Being Added to Template Parameters in Azure API Management (APIM) When Importing OpenAPI Specification
Hi everyone, I’m facing an issue while adding an API to Azure API Management (APIM) using an OpenAPI specification. Specifically, all mandatory query parameters are being automatically added to the template parameters in the operation URL, which is…
Is it possible to disable "try it " functionality on API management developer portal via automation using azure devops pipeline
Hi Team I am working on functionality to remove 'try it" button for higher environments in Azure APIM developer portal using azure devops pipeline automation. Do we have anyway to do this process?
APIM OpenAI loadbalancer - requests go to only two different locations
Hello Community, my question is regarding to Azure APIM, which I use as a Azure OpenAI loadbalancer. My aoai backends are from regions - Sweden Central Germany West Central Poland Central Italy North All of them have the identical model deployments Data…
Issues migrating API Management instance
Hello Azure Community, This past week I've tried migrating an API Management instance to another subscription on the same tenant, to afterwards move this subscription to another tenant (with the API Management instance on it by then). What is the best…
APIM caching inbound policy does not work with API request made from different API Product
Hi MS team and community, I have set up a caching policy at the API Operation Level of a GET API with the example policies (see the bottom of this comment. When I am testing, the caching is working as expected when I use the same subscription key. I then…