Incorrect APIM Response for Malformed Request
I have an Open API document that I have as the basis of an API that I am exposing through Azure API Management (APIM). The following shows a snippet of the document that is used when the API is deployed through a terraform devops pipeline: openapi:…
Azure API Management
Provider Type Deletion in APIM Developer Portal
For now, I only want users to sign in to my API Management service's developer portal through B2C. I've added Azure Active Directory B2C as a provider type in my developer portal. I was considering deleting both "Azure Active Directory" and…
Azure API Management
Connecting Azure FrontDoor to Azure app services through VWAN integrated with Azure firewall
Here is the scenario for the setup we have: We have one subscription (HUB ) created to deploy secured Azure virtual WAN integrated with Azure firewall with Microsoft paired regions East US (primary region) and West US (secondary region). This is…
Azure API Management
Azure Front Door
Azure Firewall
Azure App Service


Logging Request and Response Data in Azure API Management with Application Insights
How can complete request and response data of an API be logged in Application Insights when the API is hosted on Azure API Management?
Azure API Management
PUT and DELETE methods return 404 in API Management
In all APIs created in API Management (APIM), resources with PUT and DELETE methods return a 404 error, indicating that the resource does not exist. However, the GET and POST methods work perfectly. When calling the backend directly, which is hosted on…
Azure API Management
removal of url param from backend url
I am facing one issue with formation of backend api. Url exposed by Azure api management: https://****.azure-api.net/Grid/generatetoken Backend API: https://****com:8080/as/token however when hitting the source url from postman, generatetoken is getting…
Azure API Management
securing the AFD, APIM and Function App
Hello, I am currently exploring the best way to apply certificates to our infrastructure. We are using Azure Front Door, an API Management Service (APIM), and a Function App as the backend for API methods. One of the challenges I’m facing is how to…
Azure API Management
Azure Functions
How to test or debug api requests in an APIM with the disabled public network access ?
In an APIM, with basic tier, public network access disabled and integrated with an application gateway. I have set up a inbound private endpoint connection that resolves to apim gateway url https://apim.test.com When I try to test or debug the requests,…
Azure API Management
How to list `Gateway List Debug Credentials` to enable tracing ?
Azure API Management
How to show additional fields in the output json of /.auth/me endpoint in azure web app.
I want to add the "Company Name" field (as shown in the image) to the output of /.auth/me endpoint. How can I achieve this?
Azure API Management
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Options for connecting public api with on-premise API
Hi, I have question on connecting my Primary API to Secondary API in on-premise network. Currently, Both the Primary and Secondary API are hosted in on-premise network. I want to host the Primary API on Azure so that it can be publicly accessible to…
Azure API Management
Azure Functions
Developer technologies | ASP.NET | ASP.NET API
Testing APIM API is giving null response when 200 ok
Hi Team, We have multiple APIs managed by APIM when test APIs by powershell it returns null response for 200 status code but we could see these there is some response for 401s. What could be the reason and how to fix it. Thanks venkatesh.k
Azure API Management
Windows for business | Windows Server | User experience | PowerShell
How to Count Operations Across All APIs in Azure API Management Using Policies?
Hi, I need to create an Azure API Management (APIM) policy that returns the count of operations across all APIs. I already have a policy that gives me the names of all APIs and another that returns the operation count for a specific API. However, I’m…
Azure API Management
Trace is not available because response does not contain Apim-Trace-Id header.
Observing when I select Test-> Trace: "Trace is not available because response does not contain Apim-Trace-Id header."
Azure API Management
How to loop over audiences in APIM
I am using the client credentials flow to generate a token and leveraging APIM to validate it. Instead of using a hardcoded audience, I call an API to retrieve a list of audiences dynamically. Now, I need to add multiple audiences inside the…
Azure API Management
GET /** request every 5 minutes for a Azure Webapp
Hi! I have an azure webapp (Windows, Java) that every 5 minutes gets a request like below. Client IP: 0.0.0.0 (but I assume that it might be this: https://learn.microsoft.com/en-us/azure/azure-monitor/app/ip-collection - other things like city etc are…
Azure API Management
Azure App Service
Azure APIM behavior for undocumented parameters in swagger
Hi Azure community, Could you please help us to understand and document the behavior by Azure API Management in case of undocumented parameters in swagger exist in the request for the API call? Does APIM block the request or pass it to backend by…
Azure API Management
Understanding API Manegment Performance
Hello, May i understand the performance issues here for API manegment consumption plan The main puprpose of this APIs to connect Meta webhook to Azure logic App for simple chatting application.. while almost times total requests does not exceed 100,…
Azure API Management
Azure API Service management subscription expiry
What is the expiration date for any Azure API Service management subscription? is it always 180 days? Where can I check it for a specific subscription?
Azure API Management
How to remove a child element from json reponse in azue api management
I would like to remove the element "requestedDate" from the below response in azure apim. { "head": { "requestedBy": "", "requestedDate": { "date": 27, …