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…
Azure API Management
APIM workspace api url
Hi, I have created an API in API Management workspace. Base url is having workspace name and looks like a random generated part in the url ending with .gateway.<region>.azure-api.net/<apiname> Which url can be used to call the…
Azure API Management
Sign-in failed Error code: AADSTS5000225
I can't access my tenant due to inactivity. Is it possible to unblock it? Here, there are the details of the issue: Error message: AADSTS5000225: This tenant has been blocked due to inactivity. To learn more about tenant lifecycle policies, see…
Azure API Management

"Could not complete the request" when testing API, even with default EchoAPI
I got "Could not complete the request" when testing API, even with default EchoAPI. There's no other error messages, so it's hard to debug
Azure API Management
How to extract attachments from a custom table in Business Central
Hello, I would like to know the proper way to extract or download the file attachments linked to records in a custom table in Business Central. I understand that standard tables like "Purchase Invoices" or "Sales Orders" support…
Azure API Management

Examples disappeared from the portal, selecting them crashes the UI
After republishing the portal (no changes to the UI, just adding an authentication mechanism), the UI changed drastically. Now when using Try this operation (previously Try it), the example dropdown only shows checkboxes. When clicking on one of them,…
Azure API Management
APIM Cors OPTIONS request 500 error
Hi, we have an API Proxy in APIM and have added a CORS policy to allow wildcard subdomains. The POST requests are working, even with the CORS headers. However the OPTIONS preflight request fails with a 500 error with no further information. { …
Azure API Management
Azure APIM in Internal VNet Mode Front-ended by CloudFlare
Hi We have an Azure APIM instance deployed in internal VNet mode (no Private Endpoint enabled). It is front-ended by CloudFlare SaaS solution. The consumers of the APIs hit a Public DNS 'A' record that points to CloudFlare, which then forwards the query…
Azure API Management
Azure APIM response: Status code 500, "{ "statusCode": 500, "message": "Internal server error", "activityId": "362ab140-e6cc-4fc7-afe3-010db33ad382"
Hi All, I am getting below error while hitting my APIM emdpoint. My deployments are deployed in eastus, eastus-2, northeastus and southeastus. finish reason: OTHER, response: Status code 500, "{ "statusCode": 500, "message":…
Azure API Management
Secure Application Insights for client application
Hello I read this article. And I checked Azure API Management pricing. We need VNet Integration. So, the tier has to be StandardV2. StandardV2 tier costs us over JPY 100,000 for a month. It's impossible to spend over JPY 100,000 just for an Application…
Azure API Management
When will TLS v1.3 feature be made available on Azure APIM
We have Azure APIM with 'Premium' tier for Prod and NonProd environments. The Protocols + ciphers section in APIM, is only listing TLS 1.0, 1.1, 1.2 and SSL 3.0 for backend protocol and Client protocol. I could find below 2 pages which mention discussion…
Azure API Management
Key was found, but use of the key to verify the signature failed
com.microsoft.aad.msal4j.MsalInteractionRequiredException: AADSTS50013: Assertion failed signature validation. [Reason - Key was found, but use of the key to verify the signature failed., Thumbprint of key used by client:…
Azure API Management

Proper Error Handling in API Management
I need this section of documentation explained: https://learn.microsoft.com/en-us/azure/api-management/api-management-error-handling-policies#error-handling-in-api-management During the processing of a request, built-in steps are executed along with any…
Azure API Management
Being blocked by azure when filing something with a nyc 311 system
I was filing a complaint on line with the nyc 311 system . I filled out the pages on the last page you have to put your personal information name address, telephone email when I hit next something popped up.with the azure blocking me . I tried a few…
Azure API Management

Issue with API Management Service 404 response from backend
I'm attempting to divert an API request to the Auth0 v2 management API. I'm getting a 404 response from the backend of the API Management Service. Inbound processing is running because I can force a no-content result response through inbound…
Azure API Management
APIM <on-error> policy and <outbound> policy
I am using an APIM to passthrough to a backend service and I wanted to implement better logging and observability for errors when things go wrong either in the APIM itself, or at the backend. I introduced an <on-error> block which has a…
Azure API Management
When is the API Management Premium V2 will become GA?
We want to use it in our architecture plan but we need a firm commitment on the general availability.
Azure API Management
end-to-end transaction details shows telemetry data of the same level in wrong order
I'm inquiring a issue related to Application Insights, but no Application Insights child tag could be seen, as my workflow has things to do with APIM, so I selected APIM. I noticed telemetry data of the same level are rendered in wrong order on…
Azure API Management
How to handle APIM managed certificate suspension in Bicep?
I have this Bicep code resource apiManagementService 'Microsoft.ApiManagement/service@2024-05-01' = { name: apiManagementServiceName location: location sku: { name: sku capacity: skuCount } properties: { hostnameConfigurations:…
Azure API Management
ApiManagementProductCollection.GetAllAsync Method expandGroups flag doesn't work, should it?
In my application using the Azure.ResourceManager.ApiManagement nuget package version 1.3, I'm retrieving all products and I want to get the groups for those products in a single call instead of having to later query product by product, The documentation…
Azure API Management
