Access to GPT-Image-1
Hi there, We've been accepted onto the Azure Sponsorship programme for quite some time now and we are building our software. A large part of our functionality uses GPT-Image-1, and so we applied for access around 20 days ago, no reply, and i still…
Azure API Management
API Management service for grpc service inside cluster
Hi team, I've created API Management service and added grpc service and provided its https url exposed by the nginx. When I enter api management service url I get: Looks like there’s a problem with this site https://maria-test.net/ sent back an…
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
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

MCP Server API Fails on Higher Tiers in Azure APIM: "Client connection was unexpectedly closed"
I'm exposing a REST API as an MCP server using Azure API Management. It works fine on the Basic tier — the tools are fetched correctly, and both GET and POST MCP calls succeed. However, when I use the same setup on Standard or Premium tiers, it fails.…
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
All APIM email notifications failing — “Provided template body is not a well-formed HTML document
Hello Microsoft Support, We are experiencing an issue where none of the email notifications in Azure API Management (APIM) are being sent — this includes all default notification types (sign-up confirmations, subscription requests, etc.). When reviewing…
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
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…
Azure API Management
MaxRetryError(_pool, url, reason)
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='management.azure.com', port=443): Max retries exceeded with url:…
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

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
Azure API management developer portal via local git repository
Hi, In latest portal, how to change gradient color to other gradiant background? (in portal right now we have only gradient blue color but no option to add new) hence i tried to add via my local git repo but didnt find the option to add that in product…
Azure API Management
In the invite email I use the variable "$ConfirmUrl" but in the received email it generates a url like https://myservice.portal.azure-api.net and it doesn't work
Hello, In the template email to invite user I use the parameter : $ConfirmUrl Then, the new user receives the email with the following url…
Azure API Management
OpenAPI 3.1.0 file importation fails in Azure APIM
Hi, When I try to manually import a OpenAPI 3.1.0 file into the API Management in Azure, it fails and complains that the file isn’t valid : Parsing error(s): The input OpenAPI file is not valid for the OpenAPI specification…
Azure API Management
Azure APIM with Cloudflare integration
My current development environment includes: Cloudflare Azure API Management (APIM) for API routing DigitalOcean Kubernetes Cluster (DOKS) with services exposed via NGINX Ingress Controller I have configured DNS A records in Cloudflare (e.g.,…
Azure API Management
APIM traffic allowed only through Cloudflare WAF
APIM instance has two domains (built-in & custom ). Customer have associated the custom ___domain with a Cloudflare WAF, so all calls to the custom domin is coming through the WAF. Calls to the built-in ___domain is directly coming to APIM and we dont have…
Azure API Management
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
How to set FPC cookie in AZURE OAuth 2.0 Token as a session cookie
Using a pass through proxy service to call login.microsft Oauth 2.0 Endpoint to generate token Token response has a fpc cookie with 1 month expiration date - how to remove expiry to make it a session token. token doesnt contain JTI , how to add it .