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
SSL error between self-hosted gateway and Azure
Hi, I’m running into some issues while setting up an API Management instance together with a self-hosted gateway. The self-hosted gateway is running locally on OpenShift, while the API Management instance is hosted in Azure in internal mode. I’ve…
Azure API Management
How do I add a server id in azure api center to allow a local mcp server in vscode with Github Copilot?
Hello, I have an azure api center as my mcp registry url, I have added it to my Org's Github Copilot Policy Mcp section with registry only set. The url does not include things like workspace/default/v0.1 and the like, I am following the github docs on…
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
Intermittent “Connection Failed with IP Address” Error in Azure API Management
Hello, Over the past few days, we’ve observed that our Azure API Management (APIM) instance intermittently throws an error for a few minutes and then resumes normal operation without any intervention. Upon investigation, I found the following error in…
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
como solucionar código: RequestDisallowedByAzure; destino: yanxxxxxxxxxx01)
como soluciono { "code": "InvalidTemplateDeployment", "details": [ { "code": "RequestDisallowedByAzure", "target": "yanxxxxxxxxxxxx01", "message": "Resource…
Azure API Management
FastAPI remove duplicate logs in App Insights
code 1: import logging import random import asyncio from fastapi import FastAPI from azure.monitor.opentelemetry import configure_azure_monitor CONNECTION_STRING = "XXX" configure_azure_monitor( logger_name="dice-game-logger", …
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
"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
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
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
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…