Integrate Azure API Management with Azure Functions using Managed Identity and Active Directory Authentication
Hi, Is there a way to restrict which resources (particularly APIM instances) using managed identity can integrate with an Azure Function protected by Azure AD authentication? Basically we've performed the following steps to integrate the APIM…
Azure API Management
Azure Functions
Microsoft Security | Microsoft Entra | Microsoft Entra ID
API Management Service dns records for Originating e-mail
When using Azure API Management service and defining an "originating e-mail" (Notification Templates > Email settings "Originating e-mail"), what is the recommended DNS records to be added to prevent emails from being blocked by…
Azure API Management
Sharing APIM between multiple teams
In our organization we are thinking of keeping the Azure Frontdoor and APIM as shared components between multiple teams (those teams would have their own subscriptions to deploy the service) Did anyone come across the challenges of how log analytics…
Azure API Management
Maintaining lookup in Azure Durable Functions
Hi All, Using Azure Durable Functions, I have created an Orchestrator that calls an Activity function in a loop. The loop count would be around 800. Here 800 is the no of Accounts having subscription to our Products and this details is stored in…
Azure API Management
Azure Functions
API usage data retention in Azure APIM
Hi All, I am using Azure APIM for managing my APIs, I would like to know for how long is the data corresponding to the usage of API's is retained by the Azure APIM Instance/Azure ? I have referred…
Azure API Management

Rest API Filters not working while fetching reports from API Management Services
I have a Azure API management service(API Gateway) from which I am trying to fetch analytics data i.e. reports by operation. The Azure docs states the use of '$filter' to filter the data using multiple parameters. My goal is to filter the data based on…
Azure API Management

API Management Could not create an API
Hello, I'm importing azure functions from azue function app (app service plan) in my APIM my azure functions are deployed directly from visualstudio pro 2019 when i try to import its azure functions through the azure portal, i always get the…
Azure API Management
Azure Functions
4 level wildcard certificate/s for API Management internal use.
Hi all! Do you know If I can use 4 level wildcard certificate/s for API Management internal use ? If yes, can these be used for SSL also (end to end encryption) ?
Azure API Management

Is it possible in Azure API Management to have a wildcard route in an API for a SOAP WCF service created from a WSDL?
I need to create an API in Azure API Management from a WSDL for an existing WCF Service. The method in the service contract has an OperationContract attribute with Action and ReplyAction set to * so that it can process all messages. This is essentially a…
Azure API Management
Slot deployment for static website hosted on storage account
Hi, We have downloaded the source code of developer Portal in Azure APIM, customized the same and hosted it as a static website on a storage account. We need to support the slot based deployment model for the same so that swapping between staging and…
Azure API Management
Azure Storage
Azure Static Web Apps
How to configure Azure API Management service with AAD.
Good morning all. I am new to Azure and I have recently created an API Management service for a customer and I want to configure it in order to connect it to an AAD. What actions do I need to take from my side, and what actions are needed from the…
Azure API Management
Protecting backend REST API with OIDC and Azure AD - API Mangement
I want to protect an REST API based on .Net Code deployed in an App Service in Azure behind API Mangement with OIDC (authorization code and client cridential flow) using Azure AD. What is best practice for authentication and validation? Validate the…
Azure API Management
Microsoft Security | Microsoft Entra | Microsoft Entra ID

Unable to edit the openAPI specification for multipart/form-data for documentation
Hi, I have an API that use the multipart/form-data request, but I can't edit it in openAPI Specification. Is it not supported yet? or Is it possible to create a definition for a sample request, using multipart/form-data? I need it to give an example…
Azure API Management
API Management: rate limit by key policy
Hi, I have a question about the 'rate limit by key' policy in APIM. What is the scope of the 'counter-key' in this policy? I was assuming this key was scoped to the policy itself but it looks like it is global key. If we use the ip adress of the API…
Azure API Management
how to properly secure backend API on public operations
I have a series of API operations that I want to host in Azure and expose through API Management (APIM) as a single product. The API implements its own security and authorization through the use of java web tokens but I don't want any of the backend…
Azure API Management

Azure Custom Cache Policy not working
Hi, I am trying to implement custom caching in Azure operator policy. I followed https://learn.microsoft.com/en-us/azure/api-management/api-management-sample-cache-by-key For test I did simple solution and I expected to get 'world clock' from…
Azure API Management
How to restrict user for not posting malicious file like virus or malware in Multi-part Message Type or attachment of Azure Web API/Logic APp/Azure function?
I am designing a Multi-part Message Type Web API/Logic APP to post different types of file like Zip, jpg, pdf etc. The size of the file could very from 1 MB to 500 MB. One of the attachment is of type *.ZIP.. I am not sure how to ensure that they…
Azure API Management
Azure Logic Apps
Azure App Service
[bug] Attempting to update developer portal version results in "ajaxExtended call failed" error.
I am trying to update our APIM developer portal as users are reporting errors trying to reset their password. ("Server error"). In Azure Portal, go to API Management service; Portal overview. Notice reads: "Your published portal’s…
Azure API Management

unable to get access token from app registration from web app with JS
Hi there, I have a poweautomate HTTP endpoint secured by API management service, which implements JWT validate policy against one of my app registration. What I can do is: running Azure CLI "az login" and "az account…
Azure API Management
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Publishing APIs to APIM - Automated way ?
I am looking for some options to Automate the publishing of APIs to Azure APIM. As part of the API deployment i would like to include the steps swagger file can be imported to define the API endpoints and blueprinting. Global Policies should be…