2,492 questions with Azure API Management tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Need Workaround for API URL Suffix Constraint in Azure API Management

Description We are in the process of migrating APIs from Mashery to Azure API Management. As part of this, we have the following requirement: We have two APIs that are currently served without any API URL suffix (i.e., the endpoint is the root /). The…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,492 questions
asked 2025-07-25T13:08:40.7166667+00:00
Deepakraj P 40 Reputation points
accepted 2025-08-12T06:21:58.12+00:00
Deepakraj P 40 Reputation points
0 answers

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
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,492 questions
asked 2025-08-08T09:28:29.23+00:00
Shigeru Nakagaki 120 Reputation points
commented 2025-08-12T05:53:39.7733333+00:00
Sai Prabhu Naveen Parimi 3,470 Reputation points Microsoft External Staff Moderator
0 answers

Can Azure API Management (VNet mode) access Azure Cache for Redis using Managed Identity instead of a connection string?

We currently use Azure API Management (APIM) in internal VNet mode and are connecting directly to Azure Cache for Redis using a connection string (hostname + access key). According to Azure documentation, this is not recommended due to security concerns,…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,492 questions
asked 2025-08-06T11:11:39.29+00:00
Juul Hobert 0 Reputation points
commented 2025-08-12T04:10:20.3766667+00:00
Harish Badijana 15 Reputation points Microsoft External Staff Moderator
0 answers

DNS Zone for Azure APIM in Internal VNet mode with default (Azure provided) Domain

Hi We're planning to deploy an Azure APIM instance in internal VNet mode, which will be front-ended by a third-party solution (not Front Door / App Gateway). The third-party solution will proxy / CNAME the public name (FQDN) to the internal (default /…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,492 questions
asked 2025-07-31T01:52:00.7333333+00:00
Taranjeet Malik 611 Reputation points
commented 2025-08-12T03:54:50.64+00:00
Harish Badijana 15 Reputation points Microsoft External Staff Moderator
0 answers

I would like to deploy Azure OpenAI as a web app, and use APIM to enforce quota limits for users based on their UPNs. How should this be implemented?

I would like to deploy Azure OpenAI as a web app, and use APIM to enforce quota limits for users based on their UPNs. How should this be implemented?Additionally, is it possible to set token quotas for Azure OpenAI usage under a specific Azure account?…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,492 questions
asked 2025-07-30T03:03:36.72+00:00
凯旋 李 0 Reputation points
commented 2025-08-11T22:22:54.5333333+00:00
Krishna Chowdary Paricharla 2,080 Reputation points Microsoft External Staff Moderator
1 answer

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 API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,492 questions
asked 2025-08-09T02:02:57.5866667+00:00
Taranjeet Malik 611 Reputation points
edited an answer 2025-08-11T19:45:57.68+00:00
Ievgen Zasid 75 Reputation points
0 answers

Cannot override x-forwarded-to on API Management

I would like to use APIM to proxy App Insights endpoint for a website front - end (javascript) Reasons: Any ad blocker will block app insights entirely. Don't want to expose telemetry key. Problem 1 - cannot collect client IP address. This is…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,492 questions
asked 2025-08-11T07:32:28.4133333+00:00
Dimitry Nechaev 20 Reputation points
commented 2025-08-11T08:54:23.0266667+00:00
Sai Prabhu Naveen Parimi 3,470 Reputation points Microsoft External Staff Moderator
0 answers

Unkown Azure IP in logs for APIM

Hi there, I have activated the developer platform for my organisation. As far as I can see (and from what I would expected), developers that ping the api key restricted APIs "use" their own IP. However, since the activation of the portal, there…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,492 questions
asked 2025-08-04T17:04:49.7066667+00:00
Benedikt Müller 20 Reputation points
commented 2025-08-11T04:15:11.5033333+00:00
Harish Badijana 15 Reputation points Microsoft External Staff Moderator
0 answers

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
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,492 questions
asked 2025-07-10T11:52:56.3166667+00:00
Chris Hammond 41 Reputation points
commented 2025-08-08T17:25:20.0733333+00:00
Marco117 80 Reputation points
1 answer

Will MCP Server be supported in Azure API Management Self-Hosted Gateway?

Hello everyone, I’m using Azure API Management in various environments, including the Self-Hosted Gateway (SHGW). As of now, the documentation of the new MCP Server functionality (Model Context Protocol) does not have any information, if the…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,492 questions
asked 2025-07-31T08:52:14.6733333+00:00
Menze, Tim 1 Reputation point
commented 2025-08-08T16:45:45.5533333+00:00
Krishna Chowdary Paricharla 2,080 Reputation points Microsoft External Staff Moderator
0 answers

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
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,492 questions
asked 2025-07-03T07:08:39.97+00:00
M., Sai Kiran 0 Reputation points
commented 2025-08-07T23:51:39.17+00:00
Krishna Chowdary Paricharla 2,080 Reputation points Microsoft External Staff Moderator
1 answer

Deploy a react application as custom widget in Azure APIM Developer portal

I wanted to add a custom table to the developer portal, so I created a custom widget using react. I have an existing react application, how should I integrate that application with azure custom widget scaffold code? There is an SAS error when…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,492 questions
asked 2023-06-21T04:37:20.9333333+00:00
Abhinandhan K 20 Reputation points
commented 2025-08-07T19:50:04.1266667+00:00
Barry Sullivan 55 Reputation points
2 answers One of the answers was accepted by the question author.

When will Azure API Management support TLS 1.3, both inbound and outbound?

The announcement here(https://techcommunity.microsoft.com/blog/integrationsonazureblog/announcing-the-availability-of-tls-1-3-in-azure-api-management-in-preview/4047586) mentions February 2024, but outbound requests with TLS 1.3 are still not supported

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,492 questions
asked 2024-11-28T10:42:11.0633333+00:00
Alex Torianyk 35 Reputation points
edited an answer 2025-08-05T11:54:55.4333333+00:00
Ashish Thorat 1 Reputation point
2 answers

When will APIM workspaces be available in Azure West Europe

When will APIM workspaces be available in Azure West Europe

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,492 questions
asked 2025-03-07T16:24:19.3166667+00:00
Laurens van de Venn 240 Reputation points
edited an answer 2025-08-07T10:53:59.4866667+00:00
Pradeep M 9,785 Reputation points Microsoft External Staff Moderator
1 answer

Enable TLS 1.3 for Outbound Traffic

Hi Team, I am currently using Azure API Management (APIM) to expose APIs that call backend services hosted on Azure Web Apps. Recently, I updated my Web App configuration to require a minimum TLS version of 1.3 to enhance security compliance. After this…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,492 questions
asked 2025-05-06T16:35:18.57+00:00
Dinesh Gaikwad 30 Reputation points
commented 2025-08-07T17:21:27.2933333+00:00
Brad Morris 6 Reputation points
1 answer One of the answers was accepted by the question author.

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 API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,492 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,590 questions
asked 2025-06-26T07:10:14.17+00:00
Ananya 20 Reputation points
accepted 2025-08-05T13:10:10.27+00:00
Ananya 20 Reputation points
0 answers

Unexpected GET calls received in API Management instance from Microsoft Datacenter IPs

Unexpected GET calls received in API Management instance (apim-api-gw-prd) from Microsoft Datacenter IPs. Please refer the attached logs registered via app insight (ai-apim-api-gw-prd) associated with the APIM. Why we are receiving such GET calls to the…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,492 questions
asked 2025-07-14T13:30:10.6866667+00:00
Anirban Roy Choudhury 20 Reputation points
commented 2025-08-07T14:05:43.8866667+00:00
Anirban Roy Choudhury 20 Reputation points
0 answers

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
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,492 questions
asked 2025-07-29T19:07:50.1333333+00:00
Edward Hakin 5 Reputation points
commented 2025-08-07T10:17:40.5866667+00:00
Sai Prabhu Naveen Parimi 3,470 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

Securely publishing API in Azure

What are the security best practice patterns I can use to publish multiple APIs through Azure APIM https://azure.microsoft.com/en-au/products/api-management ? Shall I put it behind WAF https://azure.microsoft.com/en-us/products/web-application-firewall…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,492 questions
asked 2025-08-01T03:35:08.42+00:00
EnterpriseArchitect 6,161 Reputation points
commented 2025-08-05T12:32:06.63+00:00
EnterpriseArchitect 6,161 Reputation points
1 answer

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
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,492 questions
asked 2025-08-06T09:12:40.1566667+00:00
Ashish Thorat 1 Reputation point
answered 2025-08-06T09:35:16.3566667+00:00
Alex Burlachenko 13,330 Reputation points Volunteer Moderator