APIM Version Set name - How to find and set it from Portal?
I am using Azure APIOPS CI/CD process to do CI/CD of APIM and artifacts. To extract and publish Versionset, the tool need to specify versionset name (not the display name). I can find the actual name by using az cli. However it is cumbersome az…
The managed APIM developer portal publication fail, how to know the root cause of failure.
I cannot publish the last modification on the APIM developer portal. I need to know what is the cause of the failure to fix it. How can I get logs or any information about the reason of the failure ?
Is there any downtime involved in enabling autoscaling on the APIM.
Hello, I wanted to implement autoscaling in the existing APIM, please let me know is there any downtime involved in enabling autoscaling (based on the capacity metrics) Also, how much time would be taken to enable the autoscale on the APIM.
is any way to disable ssl certification in azure apim
I am sharing a sample code snippet for an APIM policy that fails due to certificate validation. Is there an option to disable SSL validation, similar to how Postman allows enabling or disabling it? <send-request mode="new"…
Operation name - Microsoft.ApiManagement/service/users/token/action
I have set Alerts in API management and now since there are multiple APIs updated by me, I am continuously receiving alerts which I am assuming that it is coming because the APIM is checking each API, upon checking Activity logs of APIM I can see many…
How can I connect via API from Azure to CrewAI using Python?
When trying to connect to CrewAI, once executing the crew.kickoff() function, I am getting an error, despite providing the model with all appropriate API Keys and related codes. Any help will be appreciated.
APIM Error: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host
We are getting the following error, Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host Our Backend is hosted on AKS and is behind nginx. When we try to process a file which takes more than 5…
Feature-Based Comparison of Azure API Management Premium v2 Tier (Currently in Public Preview)
Hello Microsoft Community, I understand that the Azure API Management Premium v2 tier is currently in Public Preview, and I’m looking to get a deeper understanding of its capabilities. Could anyone provide a detailed, feature-based comparison between the…
How to download a CSV file of subscribers to a Product from the API Management Portal
I don't want to have to use API calls just to get a list of subscribers to a product. There doesn't appear to be an OOTB function to simply create a CSV file or something with the info like there is in Entra ID. I just want a simple option that I can…
SOAP API Intégration with API Management
Hello Everyone, Can i integrate a SOAP API of an ITSM in API Management service and receive messages from an Azure Service Bus Namepsace in my Onpremise ITSM to générate ticket? Thank for your support
How to increase the API usage threshold of the Approaching Subscription Quota Limit notification
In a previous thread, https://learn.microsoft.com/en-us/answers/questions/1168006/get-alert-for-apim-quota?source=docs, it is indicated that a notification of Approaching subscription quota limit will be sent to API developers/users when their…
Subdomain does not map to a resource on APIM
As of today both or our APIMS (stg and prd) stopped working, both with the same error => {"error":{"code":"ResourceNotFound","message": "Subdomain does not map to a resource."}} We did not change a…
Guidance Needed for APIM SKU & VNET Integration in Shared Azure OpenAI Cluster
I'm working on proposing a new shared cluster of Azure OpenAI services to better manage quota and allocation across our environments. Current Setup: Each environment has its own resource group and VNET. All resources use private endpoints in the…
User Authentication in Azure API Manager: Support for Basic Auth, AAD, and ADFS?
Can Azure API Manager be used for authenticating users through basic authentication (username and password), Azure Active Directory (AAD), and Active Directory Federation Services (ADFS)?
Signature verification in Azure API Management with openid-config
I'm going through the documentation - https://learn.microsoft.com/en-us/azure/api-management/validate-jwt-policy to set up JWT validation for my APIs in Azure API Management. What exactly are the steps executed when openid-config is included in the API…
How to preserve the Client IP that is amended by Azure Front Door, another amendment by App Gateway before reaching Azure APIM
Hi, My setup is configured with Azure Front Door + Azure WAF --> Azure App Gateway + WAF --> Azure API Management. The diagnostic data logs are kept with Azure Monitor. I am trying to configure in bound throttling policy on APIM to rate limit user…
Does outbound IP of APIM premium tier is same as the Virtual IP address ?
Hi, APIM is configured with an external VNet with no NAT gateway or Azure firewall configured. Scenario 1: Looking for clear information on whether the Virtual IP address of the APIM Premium tier will act as the outbound IP. Specifically, will all…
Api throwing 404 errors after mocking enabled.
Hello, I have enabled the mocking for the APIs like mentioned below but getting 404 error for the request
minimal permissions to authorize API connection
Hello, Can anyone suggest the minimal permissions to authorize API connection? I have tried API Management Service Contributor, but after I clicked on 'Authorize' nothing has happened. With owner permissions when I click on 'Authorize' Azure opens a new…
How to retrieve variables in Azure API to construct expression for obtaining OAuth token in body
Hi, Below is the set-body code block that I have some problems with.Im having problem constructing an expression for obtaining an OAuth token. I use 3 variables {{clientId}}, {{scope}} and {{clientSecrets}} instead of hardcoding those values. No matter…