Can Eventhub management endpoints return json (in stead of xml)
When querying fore some status information like described here (https://learn.microsoft.com/en-us/rest/api/eventhub/list-consumer-groups) i get a XML response. I've tried with a request accept header requesting json (Accept: application/json), but…
Client Certificate Authentication in Premium Tier API Management
Current Situation Developer Tier API Management: Communicates with an Ingress within an AKS configured with a private IP. HTTPS is enabled with a domain using self-signed certificates. Configured as mutual TLS. To allow API Management to…
Need Help: IMAP OAuth2 Authentication Issue for Outlook.com
Hey everyone, we're hitting a wall trying to get IMAP access for an Outlook.com mailbox using OAuth2. We're always getting an AUTHENTICATE failed error, even though we've set up Azure AD, got the right permissions, and grabbed the access tokens. We're…
Multilingual Voice returns wrong language when using numbers text to speech
Hello, when I am using your api and the following voice: "en-US-AndrewMultilingualNeural" I also use "es-ES" and "en-US" to specify when to use each language. It works when using text but when a just a number like…
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?
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…
is APIM service down, it is showing unhealthy. tried deploying it as well both existing one and new one are unhealthy. azure status don't show any update
is APIM service down, it is showing unhealthy. tried deploying it as well both existing one and new one are unhealthy. azure status don't show any update
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…
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…
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.
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…
502 bad gateway error - connecting internal APIM endpoints via application gateway
When connecting to API manager endpoints via application gateway throws 502 bad gateway error. A subset of the internally deployed APIM endpoints need to be exposed to the external users. Therefore, a public application gateway being used to route the…
Publishing to event hub via rest API is slow from ADF web activity
Publishing to message via rest api event hub using managed identity from dedicated integration runtime. Event Hub is premium with auto scale and there is enough TU. Messages are being sent one at a time. Each call takes 3 to 15 seconds to publish…
Problem with Azure Maps Weather API
Hi there, I would like to ask if anyone can help me with a problem with Azure API. I used the free version of Weather API, however when I noticed that the cost graph are increasing, even after the trial version. l also know that the free version…
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…
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
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)?