Why does Azure APIM traffic to a Private Endpoint API appear as public IP in Application Insights?
Question: Why do traffic logs of a backend API show traffic as coming from the public IP of APIM, even though APIM is VNet-injected and the backend API only has a Private Endpoint? Is this expected behavior? Context: We have an externally/public facing…
Azure API Management
API Management: Parameters not working in Email Notification Template
The parameter $OrganizationName is used in Notification Templates such as "New developer account confirmation". It shows an old Publisher Name which I set when creating the API Management instance. This was subsequently changed. In…
Azure API Management
changing smtp email in out app. in
Can't find API Permissions. Add the POP, IMAP, or SMTP permissions to your Microsoft Entra application In the Azure portal, choose the API Permissions blade in your Microsoft Entra application's management view. Select Add permission. Select the APIs my…
Azure API Management
Issue with API Management Unable to Connect to Backend API When Using Private Endpoint Configuration
Issue with API Management Unable to Connect to Backend API When Using Private Endpoint Configuration We have configured our API Management instance to receive traffic exclusively through a private endpoint, following the guidance provided in the…
Azure API Management
Azure APIM APIOps
Hello, I am trying to run the APIOps toolkit with Azure DevOps by following this doc : https://github.com/Azure/apiops/releases/tag/v6.0.1.7 …
Azure API Management
APIM REST-API for schemas broken above version 2021-08-01
Version 2021-08-01 and before of the "Api Schema - List by Api" (https://learn.microsoft.com/en-us/rest/api/apimanagement/api-schema/list-by-api?view=rest-apimanagement-2021-08-01&tabs=HTTP) lists the schema's configured for the API.…
Azure API Management
I am working to decrypt email coming to a specific mailbox and I am getting an error
My goal is to decrypt incoming emails that are encrypted and send the decrypted email to another mailbox as well. I am getting the error message: "The maximum number of bytes allowed to be read from the stream has been exceeded. After the last…
Azure API Management
How to find in Azure Map the coordinates of corners (latitude&longitude) for a static image
Dear all, I would like to ask you for a particular situation, regarding the metadata of a static image downloaded with the new Azure Map service. As you know, using Bing service it was possible to download an aerial image using an URL like…
Azure API Management
Filters not working for Azure Consumption Rest APIs
I attempted to list resources using the Microsoft Consumption Usage Details API, but the results did not reflect the changes I made. Here is the request I submitted:…
Azure API Management
Azure Logic Apps
the following code (which has always worked before) now returns a blank site_id, which my app needs to function: client = SharePointClient(tenant_id, client_id, client_secret, resource) site_id = client.get_site_id(site_url)
I have an app which lists all the folders and files on my sharepoint site. It stopped working after working without issue for 6 months. My client secret had expired so I created a new one as directed. My app is still not working, and specifically, it…
Azure API Management
MCP Server option is not visible in API Management
Hi Team, I've subscribed to an "API Management Basic" version and joined the "AI Gateway Early" group yesterday. But until now, MCP server option is not available in API Management. Could you please help with this. Kind regards, Vijay
Azure API Management
Azure apim
This page is where I write the APIM endpoint into the web app environment variables, and the backend of APIM is Azure OpenAI, with relevant token quota restrictions. Accessing the web app using AAD login still results in a 401 error. Should I write code…
Azure API Management

Error When Creating MCP Server in Azure API Management: "Error converting value 'mcp'
I'm trying to expose a REST API in Azure API Management (APIM) as an MCP server. I have imported the API using an OpenAPI (TM Forum) specification. However, when I attempt to create the MCP server in APIM, I encounter the following error: Parsing…
Azure API Management
Restored API Management Instance Stuck in Activating State
A restored API Management instance has been stuck in the "activating" state for several hours. What steps can be taken to delete it and create a new instance?
Azure API Management
Invalid value of the Web service URL (grpc service)
Hi team, Following https://learn.microsoft.com/en-us/azure/api-management/grpc-api?tabs=portal I couldn’t create/import grpc service. Got stuck at this stage: For a gRPC API, you must specify the following settings: 1. In Upload schema, select a…
Azure API Management
How to import existing grpc service deployed in AKS to API Management service
Hi team, I'm following this tutorial: https://learn.microsoft.com/en-us/azure/api-management/grpc-api?tabs=portal and I already created API Management service resource and wanted to import grpc service which is already deployed in AKS. But I don't see…
Azure API Management
The Tutorial on Import and Publish your first API using Petstore fails every 2nd call
Hi - your sample API for Petstore - used on importing tutorial https://learn.microsoft.com/en-us/azure/api-management/import-and-publish can be a frustrating experience. I'm not sure who hosts https://petstore3.swagger.io but every 2nd request/call…
Azure API Management


APIM manages Azure OpenAI policies.
I'd like to know if I can use relevant policies to restrict the token rate for internal network IPs. Additionally, is it possible to set token quotas for Azure OpenAI usage under a specific Azure account? When deploying Azure OpenAI as part of an…
Azure API Management
deploy Azure OpenAI as a web app
I would like to deploy Azure OpenAI as a web app, and use APIM to enforce quota limits for users based on their UPNs. How should this be implemented?
Azure API Management
I have a flask front end app i want to upload data from my front end to fabric. how to do it i have created an app through azure i am able to read the file but not able to upload.
I have created a python flask app which should be able to fetch data from fabric and push data to fabric. i have created Microsoft intra app. and got the necessary parameters to access the token. my app is able to fetch the data but not able to push the…