I need to call a third party system which is using ".cer" certificate for signing. The request has to go via APIM.
I am trying to make a call from my function app to a third Party system which is using 2 different ".cer" certificates for signing and encrypting request. Here, Function app is calling APIM which is redirecting the request to 3rd party app. I…
Azure API Management
I'm working on restricting access to APIM based on incoming IP addresses
I'm trying to restrict access to an APIM instance based on incoming IP addresses. From what I've found, the recommended approach is to use APIM Premium V2 with VNet injection, which would allow me to apply Network Security Groups (NSGs) to control…
Azure API Management
Custom Domain on APIM
Custom Domain on APIM not getting updated. It just keeps saying service is being updated. I gets added and I get a green light saying it updated then 3-4 seconds later it gets removed for some reason
Azure API Management
Issue with OpenAPI file import in APIM
Hi, I'm trying to create an API by importing an OpenAPI yaml file, already validated with https://editor.swagger.io/ but I'm received the following errors: Code: ValidationError *Message: URL template is invalid* *Target: value[8].urlTemplate …
Azure API Management
Error Moving API Management Service Due to Hidden Diagnostic Settings
A subscription contains multiple resources, including three different API Management Services, which need to be moved to a different CSP subscription. Two of the API Management Services (developer tier) were moved successfully, but the last one (basic…
Azure API Management
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
Need Help Restoring Deleted APIM Instance After Soft-Delete Period
Hi Team, I accidentally deleted my Azure API Management (APIM) instance. When I attempted to restore it, I received an error stating that the API service does not exist—likely because it's past the soft-delete retention period. Fortunately, I still have…
Azure API Management
Create API management from Azurerm Terraform API
│ Cannot register provider Microsoft.Web with Azure Resource Manager: resources.ProvidersClient#Register: Failure responding to request: StatusCode=403 -- Original Error: autorest/azure: Service returned an error. Status=403…
Azure API Management
APIM gets stuck in APIM updating state when custom domain is added. It sucussesfully added the cert and then removes it without any logs
{ "error": { "code": "ServiceLocked", "message": "The API Service SpectrumBeat-apim is transitioning at this time. Please try the request again later." ``` } } Service is being updated... …
Azure API Management
How to add a certificate to API Management Credential Manager
I have an external token endpoint that requires a certificate to interact with it (along with client-id and secret). I'd like to leverage the APIM Credential Manager to handle the authorization calls and caching. However, when I set up the Credential…
Azure API Management
Guidance on Migrating APIs from Boomi CAM (Mashery) to Azure API Management
We are planning to migrate our APIs currently managed on Boomi Cloud API Management (previously known as Mashery) to Azure API Management (APIM). We are seeking guidance on: Best practices and recommended approach for migrating from Boomi CAM to Azure…
Azure API Management
How to expose internal Azure-registered APIs to external users securely with proper authentication & authorization?
We currently have an internal web application used exclusively by employees of our company. The application consists of a frontend and backend, both registered in Azure, and we use Microsoft Entra ID (formerly Azure AD) to manage authentication and user…
Azure API Management
API Management Configuration Issue
In the API management we are trying to change the starter plan to require Approval. However, we are getting following error. This is the standard setup without any modification or changes
Azure API Management
Google Tag Manager does not fire in the portal
We integrated Google Tag Manager in our portal. We see the Google Tag Manager code in the portal pages but for whatever reason, the tags are not active: Google Tag Assistant connects but does not find the tags. There is a trigger that embeds code on a…
Azure API Management

No API response
Our CRM system is integrated with Azure API Management and Azure Intelligence services. Since today, our background job system (using Hangfire) has multiple jobs stuck in "Processing" state because Azure is not responding to API requests. The…
Azure API Management
Azure API Management fails to deploy
I've been trying to deploy a Azure API Management into an existing subnet via Terraform for a couple days without any luck. I deployed an Azure API Management with the exact configuration to a couple weeks ago with no issue at all, so this is very…
Azure API Management
Configuring Circuit Breaker & Load Balancer in APIM for Multiple LLMs (Phi, Llama, etc.)
I understand that we cannot configure the circuit breaker and load balancing directly through the Azure Portal in API Management (APIM). However, I need guidance on how to integrate these features properly. I have deployed multiple different large…
Azure API Management
Azure APIM custom connector returns empty body response in Power Apps
I’m going through the wizard to create a custom connector in Power Apps to call a simple Get operation in Azure APIM. I can call the API fine using Postman, Fiddler and CURL. However, when I try to test the connector using the test tab I’m getting a 200…
Azure API Management

API Management string in payload encoding
I have an API that accepts JSON and transforms to XML for the backend calls using Liquid transformation as sample payload below - Input Payload from the client { "userPriority": "Medium", "area": "Safety &…
Azure API Management
We are unable to persist CA Certificates in our API Management instance
We have attempted to upload both self-signed and publicly signed certificates under CA Certificates manually via the Azure Portal and programmatically via AZ CLI. The upload appears successful initially; however, the certificates disappear from the APIM…