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…
When will APIM workspaces be available in Azure West Europe
When will APIM workspaces be available in Azure West Europe
Unable to set API Management Min API version
Hi, I am trying to set the apiVersionConstraint minApiVersion property for my APIM instance to satisfy the security concern; "API Management minimum API version should be set to 2019-12-01 or higher". I am provisioning my APIM instance with…
the launch plan of APIM V2 tier in Azure China
I wanted to confirm the launch plan of APIM V2 tier (which is already available in Azure Global) in Azure China, thank you very much. https://azure.microsoft.com/en-us/pricing/details/api-management/
Testing APIM API is giving null response when 200 ok
Hi Team, We have multiple APIs managed by APIM when test APIs by powershell it returns null response for 200 status code but we could see these there is some response for 401s. What could be the reason and how to fix it. Thanks venkatesh.k
New-AzApiManagementSubscription doesn't seems to work
Hi, I try to use in my Pwoershell script command : New-AzApiManagementSubscription to create a sunscription and add it to a Prodcut, but when I try it with different paramaters/syntax: CreateResult = New-AzApiManagementSubscription ` -Context…
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 &…
How to Count Operations Across All APIs in Azure API Management Using Policies?
Hi, I need to create an Azure API Management (APIM) policy that returns the count of operations across all APIs. I already have a policy that gives me the names of all APIs and another that returns the operation count for a specific API. However, I’m…
Trace is not available because response does not contain Apim-Trace-Id header.
Observing when I select Test-> Trace: "Trace is not available because response does not contain Apim-Trace-Id header."
getting LoggerId must be specified., Target= loggerId forAzApiManagementDiagnostic
getting the below error for New-AzApiManagementDiagnostic: Error Details: [Code= ValidationError, Message= LoggerId must be specified., Target= loggerId] below is the code have replaced ResourceGroupName,ServiceName,LoggerId with dummy value…
Issue with Token Validation Across Multiple App Registrations (ClientID & ClientSecret)
We are experiencing an issue where tokens issued for one app registration (app.registration-1) can be used to access APIs of other app registrations (app.registration-2, app.registration-3). Specifically, we are using the clientId and clientSecret from…
How to troubleshoot API Not Found errors (404) in Azure API Management
Hello, I am experiencing API Not Found (404) errors in Azure API Management. I have noticed that the logs are capturing URLs that are not configured in APIM. Can someone help me figure out what operations these URLs belong to, as well as offer…
How to loop over audiences in APIM
I am using the client credentials flow to generate a token and leveraging APIM to validate it. Instead of using a hardcoded audience, I call an API to retrieve a list of audiences dynamically. Now, I need to add multiple audiences inside the…
Dynamic 'kid' Usage in Azure APIM Validate-JWT Policy
We currently use hardcoded exponent and modulus values within the
Microsoft.Solutions.ArmApiControl POST not Working
The below snippet stopped working. It is used in generating Template Spec UI definition. The "POST" method , stopped working and it is not returning any value , braking the Template Spec custom UI. We there any recent changes? { …
Azure API Management Basic/Standard V2 - Public Static IP Address
In the Basic/Standard v1 pricing tiers, we cannot assign a public IP address to APIM but there is one that exists and does not change for the lifetime of the APIM. In Basic/Standard V2, there is no IP Address at all, is my understanding correct? So…
API Management is in a limbo mode
My api management resource is like this for hours I tried deleting it , but delete button is not enabled; so I tried deleting the resource-group, it deleted other resources, not thing one so I am in a limbo mode now Please help …
Whats the difference between Ocelot gateway vs Azure APIM?
I have .net core application, for gateway i am planning to do below operations: Caching Load balancer Authorization Considering these requirements which api gateway would be suitable. I have been stuck on this topic for past 1 week. Please…
GET /** request every 5 minutes for a Azure Webapp
Hi! I have an azure webapp (Windows, Java) that every 5 minutes gets a request like below. Client IP: 0.0.0.0 (but I assume that it might be this: https://zcusa.951200.xyz/en-us/azure/azure-monitor/app/ip-collection - other things like city etc are…
How can I log the thumbprint of a certificate used in APIM mTLS communication
I have configured mTLS authentication on APIM using the steps in the document. Now after uploading the certificate to the APIM instance and the specifying its Thumbprint in the second when element, everything worked fine until recently when requests on…