"You don't have access to this" error message when attempting to access API Management Service admin developer portal
Seeing the error: You don't have access to this Your sign-in was successful but you don't have permission to access this resource. when accessing the api management service admin version of the developer portal through the button on the azure portal…
Azure API Management
ocsp.msocsp.com, oneocsp.msocsp.comfailed to resolve ip address.
For APIM Cert validation below domain required as per MS Document but ocsp.msocsp.com, oneocsp.msocsp.comfailed to resolve ip address. https://learn.microsoft.com/en-us/azure/api-management/virtual-network-reference#tls-functionality TLS…
Azure API Management
APIM Standard v2 Developer Portal shows azure-api.net instead of custom gateway domain
We have an API Management instance on the Standard v2 tier. Our gateway custom domain is correctly configured and healthy (for example: https://<custom-domain>). However, the Developer Portal still displays the default *.azure-api.net URL in the…
Azure API Management
APIM Basic v2 Developer Portal shows azure-api.net instead of custom gateway domain
We have an API Management instance on the Basic v2 tier. Our gateway custom domain is correctly configured and healthy (for example: https://<custom-domain>). However, the Developer Portal still displays the default *.azure-api.net URL in the API…
Azure API Management
Issue with adding custom domain to API management service
I'm having issue with adding custom domain in API management service First I add the custom domain then save then it says "Service is being updated - this operation might take up to 80 minutes...." then the custom domain i added disappear …
Azure API Management
Raising technical Ticket on Azure with developer tier
if I move from developer tier to basic tier in API Management services then will I get the option to raise ticket for techincal support if there is some downtime
Azure API Management
Azure API Management Service Goes Down
Azure API Management goes down due to automatic upgrade on 16th December 2025, and downtime was for 45 minutes,
Azure API Management
necessary roles for updating client secret at Azure Enterprise Application
Regarding an enterprise application in Azure, could you please advise on the necessary permissions required to update the client secret when its expiration date has passed? If it's possible to configure settings so that only specific apps can be updated,…
Azure API Management
Some users getting CORS error "no access control allow origin header" origin not allowed
We have a few users at one location that are unable to log into our app that utilizes an azure API management gateway. They get a response that the origin is not allowed even though its clearly allowed in the cors policy for all apis. I am unable to find…
Azure API Management
APIM policy validate-content content-type-map
we wanted to confirm the historical launch time of content-type-map feature in Azure Global and Azure China, we found this post Common usage of validate-content policy in APIM | Microsoft Community Hub last updated at Nov 18, 2022 didn't talk about…
Azure API Management
Regulatory Blocker: Requesting UK South access for Azure OpenAI models (Data Residency)
Hello, We are an EdTech startup (Microsoft for Startups member) currently deploying a pilot solution for the Scottish Government/Local Authorities. The Issue: We require access to models specifically in the UK South region. Currently, our subscription…
Azure API Management
Policies precedence with MCP server exposed over Managed API
Hello, I have a managed REST API in Azure API Management with local policies such as authentication traffic management (rate limiting) and URL rewrite. This API has now been exposed as an MCP server with a new set of authentication and rate-limiting…
Azure API Management
Azure APIM MCP Servers - Issues passing headers to backend.
Hi, I've been looking at implementing an existing API Management API as an MCP server. This API uses JWT tokens for authentication. I am having trouble understanding the pass through mechanism for the tokens, I tried implementing something based on the…
Azure API Management
Expose REST API in API Management as an MCP server - Not exposing tools
Hello , I am currently following this blog to expose SAP REST API's as MCP servers that need to be accessed via copilot studio / Microsoft new foundry : https://learn.microsoft.com/en-us/azure/api-management/export-rest-mcp-server I have an API…
Azure API Management
Azure APIM MCP
MCP Server in Azure API Management: rewrite-uri Policy Not Applied to Backend Calls Description: I am exposing a REST API as an MCP server in Azure API Management. The underlying REST API has: Base URL:…
Azure API Management
Add custom CA Certificate to APIM Std V2
According to [Azure API Management backends | Microsoft Learn], we should now with the newest updates have the UI to Add CA certificate details but in our tenant you see that this option is not available. Expected: In our tenant: Is this a bug or…
Azure API Management
Request: Ability to Use $select to Reduce Payload in APIM Reports – byRequest API
We are using the APIM Reports – byRequest API, which returns a large JSON payload containing many fields (apiId, operationId, productId, userId, url, ipAddress, cache, apiTime, serviceTime, etc.). To reduce payload size and avoid timeout issues, we need…
Azure API Management
Exposing API as MCP Server in Azure API Manager is not passing POST body to API
I am trying to expose my API as an MCP server through Azure API Manager. The API has a POST endpoint which accepts a simple body of 2 numbers { "number1": 10, "number2": 5 } It then does some very basic math on them (add,…
Azure API Management
Missing webhook events
1.We create a subscription for our Tenant in our application. (This works) 2.After subscription is created, we receive webhook validation and subscription is visible. 3.Subscription is active and there are events available, however they are not sent…
Azure API Management
Not able to set/forward headers in MCP server policy when using MCP server from REST API in APIM
I have a REST API exposed as MCP server, following the documentation here REST API has validate-jwt policy MCP server also has validate-jwt policy Problem: I cannot get the Authorization header to be forwarded from the MCP server to the API, even…