Issue with Invocation to Python Services in Dapr
Dear Microsoft Dapr Support Team, I hope this message finds you well. I am encountering an issue when attempting to invoke Python services using Dapr. The following error is appearing: java Copy code code Upon investigating, it seems this error occurs…
Azure API Management: Automatic Sign-In Issue After Signing Out
In Azure API Management, users are able to log in via Azure AD B2C. However, an issue occurs after they sign out and attempt to log in again. Upon being redirected to the sign-in page and pressing the Azure AD B2C button, users are automatically logged…
How do I tell if we're using an API version that is being retired?
We've received a notification that an Azure AI Language Language API version is being retired, and that we should transition away from it. The Required Action section of the email states: To avoid service disruptions, please replace the Azure AI Language…
How to add custom request body in APIM
Hi, Our customer would like to include an additional trace_id in each API call for enhanced auditing purposes. The plan is to add the trace_id in the API policy so it becomes part of the payload, enabling the backend service to store and use it for…
How to user details of a user from Azure storage via emailId, get all users of a group.
I want to know is there any way to get user details of a user by providing user emailId via Azure Management Api's. Any azure api to fetch groups and members of that groups?
How to test or debug api requests in an APIM with the disabled public network access ?
In an APIM, with basic tier, public network access disabled and integrated with an application gateway. I have set up a inbound private endpoint connection that resolves to apim gateway url https://apim.test.com When I try to test or debug the requests,…
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/
Azure APIM WebSocket API Connection Issue
I have created a backend using app service (websocket connections is alwayson), I would like to add APIM as a pass thru websocket API. However, I received InvalidWebSocketUpgrade. Sample backend url from the Dev Tools:…
Error in Azure OpenAI API integration
Hi, I'm trying login ain azure CLI in order to get access-token resource Azure Open AI by running these commands on PowerShell using azure CLI. az login --scope api://https://ai-exampledomain.openai.azure.com//.default az account get-access-token…
API Connection is failing after Logic App deployment from Visual Studio
I'm deploying Logic App from Visual Studio with the API connection to custom connector. Unfortunately soon after the deployment API connection is giving me an Error. It works absolutely fine if I Authorize it manually. From the properties I can see…
Azure API Managment - Custom Domain - At least one certificate is not valid (Certificate failed validation because it could not be loaded).
Hi, I have a problem with uploading a pfx certificate for a custom domain in Azure API Management. It works with the developer portal for developer.mydomain.com but when adding same .pfx certificate for the gateway api.mydomain.com it fails with; At…
How to show additional fields in the output json of /.auth/me endpoint in azure web app.
I want to add the "Company Name" field (as shown in the image) to the output of /.auth/me endpoint. How can I achieve this?
When will APIM workspaces be available in Azure West Europe
When will APIM workspaces be available in Azure West Europe
Authorization from APIM to access the APIs
Hello, I have a backend API which is protected under APIM. I can access the API by sending a valid access token with request. I am using the Authorization feature of APIM, and I have an Inbound Policy. But When I send the request to API, I receive an…
Making Outbound Connections from an Azure APIM Instance in a Private Subnet
An Azure API Management (APIM) instance is deployed in a private subnet and is publicly accessible through Azure Application Gateway. What are the recommended methods to establish outbound connections to a public backend API from this private APIM…
Options for connecting public api with on-premise API
Hi, I have question on connecting my Primary API to Secondary API in on-premise network. Currently, Both the Primary and Secondary API are hosted in on-premise network. I want to host the Primary API on Azure so that it can be publicly accessible to…
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…
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
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…