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/
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…
Getting 503 Error message in Azure APIM API connected to Logic App Standard
Getting 503 Error message in Azure APIM API connected to Logic App Standard. APIM is in Premium tier and Logic App is having Standard plan with Elastic App Service Plan (WS2, Instance Count 4). Checked Metrics in App Service and CPU usage is coming out…
Azure API Management Operation Not Found exceptions
Hi, We are seeing these exception in API Management. Not sure what these OperationNotFound are? It's like a ping request. any ideas?
Code/Policy to invoke a soap header based ws security authenticated web service from Azure API Management web service
I have to invoke a soap web service having ws security configuration from Azure apim. can I get code or policies to inject the ws security in azure apim for generating and sending the ws signature for soap request body using RSA algorithm and X 509…
How to Download API Schema Files for Azure Products?
I am currently working with Azure API Management (APIM) to integrate various Azure services such as Speech Services, Document Intelligence, and Vision. However, I'm struggling to find the API definition files needed to import these APIs into APIM in any…
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…
Production debugging of APIs via Azure API Manager
The API manager tutorials show how debug the APIS using the TRACE button with predefined discrete variables, in isolation of other frontend elements ( EG an AJAX call from a HTML page). I'd like to get this level of debug information , but when the API…
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…
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? { …