The ResponseBody is garbled in the ApiManagementGatewayLogs talbe
We have deployed an API to call OpenAI API for the chat completion using API Management service and have enabled Azure Monitor to log the response body. I have made a request using the Test function of the API and I have confirmed that the response…
APIM Developer Portal has not been provisioned
Hi everyone - I am having trouble with APIM Developer Portal. I've tried creating API Management service twice, but each time the Developer Portal is not provisioned. I see the following in the Developer Portal Overview: The developer portal cannot be…
Azure APIM behavior for undocumented parameters in swagger
Hi Azure community, Could you please help us to understand and document the behavior by Azure API Management in case of undocumented parameters in swagger exist in the request for the API call? Does APIM block the request or pass it to backend by…
Parsing MTOM XML response body from a SOAP service in API Management policy
Hi, I'm trying to convert SOAP to REST and expose it via the API Management service. Generated code is fine. I made small tweaks for adjusting the backend server required request headers. I get a proper backed response with code 200 and body in…
Unable to import v2 version from a dev API to staging API v2
Hi, I have original, v1 and v2 version of dev API 'Food shop - Dev' set up in my Azure API Management resource. After making changes in the v1 and v2 of dev API 'Food shop - Dev', I want to bring all the changes to my staging API 'Food shop - Staging'…
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…
Azure APIM ignores path refs in OpenAPI spec file
Consider the following openAPI spec snippet: openapi: 3.0.3 info: version: 1.0.0 title: MyTestApi paths: /a: get: ... /b: $ref: '#/paths/~1a' The paths specification is valid according to OpenAPI 3, yet the path /b is…
Dynamic 'kid' Usage in Azure APIM Validate-JWT Policy
We currently use hardcoded exponent and modulus values within the
Azure development issue
issues are regarding the Connection(in Azure function app) using the GRPC port in Weaviate DB Instance, after we have setup the SSL cert. for the Instance
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…
How can I link API calls made through the APIM to my backend WebApp errors?
Hi, Is there a possibility to link errors from my backend services (e.g. Webapp) to my API calls? I currently track calls in ApiManagementGatewayLogs and my Webapps log into AppInsights (trace, exceptions). What would be the best setup to display an API…
Failed to connect to management Endpoint...
Hello. I've recently integrated API management inside a Vnet. I've built my Application gateway successfully, and heath probes for the portal, gateway and manager are showing healthy. I've configured DNS records for the Portal, Manager and API on GoDaddy…
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? { …
Attaching API Management Standard v2 to VNET integration all api calls fails with 503
When attaching API Management Standard v2 to VNET integration all api calls fail with 503. Api:s with public api endpoint as backend and mocked responses in APIM fails as well. If I remove VNET integration all works as expected again. How is VNET…
Now able to add Certificates from AKV in APIM
Hi Team, IM trying to add the certificates from AKV to APIM, But im getting authorization issue . Here are the roles assigned in AKV for APIM . Here it mentions that my user account(client) doesn't have permission. Please let me know hat permission…
Understanding API Manegment Performance
Hello, May i understand the performance issues here for API manegment consumption plan The main puprpose of this APIs to connect Meta webhook to Azure logic App for simple chatting application.. while almost times total requests does not exceed 100,…
Adding Dataverse to Copilot Studio as knowledge with authenticate manually
Hi Team, I have created a Copilot in Copilot studio, and added Dataverse as knowledge, authenticate manually was chosed, when I want to get answer from Datavers, it is no response. I noticed for Dataverse, the scope should be set as below, can you please…
Restricting API Management to disable public network access to the service configuration endpoints
Looking at Azure APIM and want to restrict service configuration endpoints from public access as detailed on here. https://www.azadvertizer.net/azpolicyadvertizer/7ca8c8ac-3a6e-493d-99ba-c5fa35347ff2.html Unsure where the configuration section is within…
CORS Allowed Origin Not Working in Azure API Management
We are using Azure API Management service with an Azure Function app bound to our Azure subscription. In our scenario, we need to allow only selected URLs through the CORS inbound policy. Although we have configured the selected URLs to be allowed in the…
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…