APIM manages Azure OpenAI policies.
I'd like to know if I can use relevant policies to restrict the token rate for internal network IPs. Additionally, is it possible to set token quotas for Azure OpenAI usage under a specific Azure account? When deploying Azure OpenAI as part of an…
Azure API Management
deploy Azure OpenAI as a web app
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?
Azure API Management
Azure API Failed to call Backend Logic App - HTTPS 500 - Authentication Failed because the remote party has closed the transport stream
Hi Community We're dealing with the following issue and seek some guidance on how to resolve it: Environment Setup: An APIM Gateway deployed in Internal VNet mode and a backed-end Logic App that’s only Private Endpoint enabled (no Public connectivity)…
Azure API Management
Multiple users to manage the Subscription Key in Azure API Management 'Developer Portal'
Hi Team, Requirement: A company has multiple users including two Admins. Admins can login to 'Developer Portal' and can regenerate the Subscription Key. They can also login and see the 'Subscription Key' and can share it with other users (non-admin) to…
Azure API Management

Azure API Management Service is down sometimes
We have an Azure API Management service set up. We have an F5 that replicates requests to the Azure API Management service in production. Most of the times they work, but sometimes F5 would return us this error "cannot connect to node for to…
Azure API Management
Remediation steps for API Management minimum API version should be set to 2019-12-01 or higher
We get an advisory recommendation on our Azure API Management on stv2.1, but the remediation steps make no sense for this issue "API Management minimum API version should be set to 2019-12-01 or higher" Manual remediation: To set the minimum…
Azure API Management
How to integrate external Identity provider (e.g: OKTA) to APIM?
I have a requirement to integrate an external identity provider (Okta) with Azure API Management (APIM) for authentication. The integration should support the following scenarios: API Request Authentication: Validate incoming API requests using Okta…
Azure API Management
Request for Guidance on Client Certificate Validation Post APIM Version Upgrade
We are currently encountering another issue related to client certificate validation following our recent upgrade of our Azure API Management (APIM) service from version 2019 to 2021. In our configuration, we use a policy condition that validated a…
Azure API Management
SSL Handshake Failure to Azure APIM – “unable to find valid certification path”
Hello, We’re facing an SSL issue when calling a public API deployed on Azure API Management (APIM) from a Java-based client. 🔎 Context: The API is accessible and returns a successful response when calling the API via browser or Postman. The SSL…
Azure API Management
How does Azure APIM handle cache retention, capacity monitoring, cache clearing, and what happens when storage limits are exceeded?
Hi Azure team, I am using the <cache-store> and <cache-store-value> policies with internal cache-type to enable caching of API responses. I'm using Premium APIM tier and would like to seek your advice on a few aspects of the built-in cache…
Azure API Management
how to configure APIM Credential Management connection to Google APIs?
Azure APIM Credential Management has an identity provider for Google. I have configured an oAuth2 client in my google workspace. I have used the Google Idp in credential manager to create a provider and a connection. When attempting to 'Login' -- or…
Azure API Management
[Closed] Developer Portal 'Try It' Fails to Upload File for multipart/form-data
Update: I no longer need help with this question. Thank you!
Azure API Management
Azure Application gateway and APIM. confusing guidance
Hopefully someone can offer some guidance here that puts this to bed as there seems to be a plethora of articles (within the 'learn.microsoft.com' articles) and the Internet in general, and some seem on the face of it to be contradictory. This relates…
Azure API Management
Azure Application Gateway
Random 500 status codes in Azure API Management when using send-request policies
We've encountered a major issue with the Azure API Management v2 service (tested on Basic v2 / Standard v2). At random the APIs can return empty 500 status code errors, that do not contain an Activity or Trace ID and are invisible for loggers. Raw…
Azure API Management
Azure APIM URL rewrite with Dynamic Path from Payload
I need to rewrite URL with a value from payload. Below code is not working. Error: rewrite-uri (0.122 ms) { "messages": [ null, "Variable variables.dynamicValue has no value.", "Variable variables.dynamicValue has no…
Azure API Management
Performance Impact with validate-content Policy - Need Optimization Guidance
We are experiencing significant performance degradation in our Azure API Management service when using the validate-content policy with the following configuration: <validate-content unspecified-content-type-action="ignore"…
Azure API Management
URL Encoding Issue in Azure API Management - Encoded Forward Slash (%2F) Getting Decoded Automatically
Description: We are experiencing a URL encoding issue with Azure API Management where encoded forward slashes (%2F) in URL paths are being automatically decoded, causing routing problems. Issue Details: Expected Behavior: Frontend sends request to:…
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
Using an apim in swedencentral to connect to azure AI Services with semantic kernel, a assistants group chat runs into an error
Hi! We have an .net application using the latest Semantic-Kernel package to build up a assistants group chat. We connect through an APIM to the AI services (Model Deployment gpt-4o). All needed apis and operations are in place. Since mid of April, we…
Azure API Management
Inconsistent Duplicate Events in Azure Activity Logs API
Hi everyone, We're using the Azure Activity Logs REST API to collect activity logs from our Azure environment, and we've come across some inconsistencies we'd like to understand better. We're seeing duplicate events in the API response — events with…