APIM Developer Portal - The option to enable the developer portal is not visible in Portal Settings.
I have deployed an Azure API Management resource, and set the pricing tier to Standard. However, I can't see the option to enable the developer portal in the Portal Settings. My account has Owner RBAC at the Subscription level. Can anyone please…


How to specify the x and y values of a ES256 JWK inside issuer-signing-key of validate-jwt in azure APIM
Hi Team. I'm trying to make a request to a JWKS url and fetch the JWKs and store it in a context variable Identified the key from the set of JWKs by matching the kid of the JWT with each kid from above fetched set of JWKs. I have identified the key which…
Azure APIM get-authorization-context returns cached expired token
I have a credential provider with two connections setup identically, however the original connection began to return an expired token a month ago and has been doing that ever since with the exact same issued and expiration date of when this problem first…
how to incorporate individual policies for different operations inside a single API in an APIM
I have a task to set individual policies for different operations in an API in API Management Instance. Currently, we are manually adding policies for different operations from the Azure Portal. But my task is to set individual policies for different…
Can we have single/unified developer portal for multiple APIM instances/Gateways?
We have six APIM instances, and aligning with six different developer portal for API discovery and others. It is really hard to have multiple portal for the same purpose, So Is there any way consolidate all the APIs into Single/Unified developer portal…
Issue related with APIM Email Templates - Not Reflecting Changes Despite Correct Format
Hi Team, I'm facing an issue while updating the azure API Management email template. The HTML Format is correct, verified using multiple formatters, yet the Azure APIM email template still throws the same error. Additionally, I tried modifying the…
Does azure-openai-emit-token-metric policy at API Management Service support cached tokens?
The Azure API Management Service recently updated the azure-openai-emit-token-metric to support the GPT-4o model. Does this policy support the recording of Cached Tokens? According to the official documentation on MS Learn, it appears that this feature…
Azure API management says Service is being updated...
I upgraded my service weeks ago and the message Service is being updated... is still up and the service isn't operating normally.
When will APIM workspaces be available in Azure West Europe
When will APIM workspaces be available in Azure West Europe
API call via Logicapp to external system, should these api calls go via apim
API call via Logicapp to external system, should these api calls go via APIM?
How to convert existing API Management named values from Secret type to Key Vault reference
I have received Azure Advisor recommendations regarding API Management security enhancement, specifically stating that 'API Management secret named values should be stored in Azure Key Vault.' In our organization, we have multiple API Management…
After changing KeyVault access control to RBAC based, unable to load certificate onto my API Management Service from KeyVault.
After updating key vault access to RBAC based, I am unable to rotate certificate on API Management Service. I have added Key Vault Administrator, Key Vault Certificates Officer, Key Vault Reader & Key Vault Secrets User. But still unable to load…
When will APIM workspaces be available in Azure West Europe
When will APIM workspaces be available in Azure West Europe

azure.management.com -> byRequest service time out while other services are fine
At 2025-03-04 00:06 UTC we received an error from the management.azure.com, byRequest API service with the following query: GET…
APIM Product Subscription Key not being Retrieved in Azure Portal when Testing
Anyone know if anything has changed to cause this in APIM? We have seen this with multiple clients To work around, you have to key in the subscription key. Otherwise, you can get it to collect it again by clicking away e.g. click on Products, then back…

Failure in moving the API Management service between resource groups within your Azure subscription.
After passing validation checks to move my API Management instance between Resource Groups where the API Management instance is remaining in the same Region "West US 2" The error message you're encountering indicates that there was a failure in…
How to obtain the request size in APIM integrated with AOAI.
#Problem RequestSize cannot be obtained in APIM and is 0 bytes, which means that the "quota" policy and alerts in metrics cannot be executed as expected. #What I want to solve I want to set the RquestSize. #Background When using AOAI, I decided…
How to completely disable caching in Azure API Management?
I want to completely disable caching for a specific API in Azure API Management. Is it sufficient to remove all cache-related policies, or are there any default caching behaviors that might still apply? If so, how can I ensure that no caching occurs at…
How can have form-data option in request body in Azure Portal, Azure API management test
I want to send my file in my request, I already choose the multipart/formdata in the header but can't see option form-data in the request body. Did I make a mistake at any step?
Understanding APIM's Mechanism for Importing Open API Specification Files via URL
When you import an API to APIM via azure cli you can either provide the path to your Open API Specification (OAS) file (--specification-path) or you can provide the URL to the OAS (--specification-url). Question 1: Why is importing OAS via URL able to…