Can a single Azure Function be deployed to multiple API Management instances?
Currently I have a standard tier API Management instance in use for my external customers to access my APIs. Now that external users are accessing my API Management instance, I wanted to create a separate API Management instance at the developer tier to…
Azure APIM v2 Standard Private Endpoint
We have v2 Standard APIM, but I don't see any option to add private endpoint for inbound connectivity when I go to Network tab, what am I missing? This is how it looks like.
Long running operation has failed
How to get rid of The long running operation has failed error while hitting the apis
How to get the list of resources which are using TLS versions < 1.2 in Azure environment.
How to get the list of resources which are using TLS versions < 1.2 in Azure environment. As we need list of resources on a subscription which are still on lower version.
Is it possible to dynamically change the path in the backend section of API management service?
Hello, I am trying to rewrite the uri of an API request to our Open AI instance. Basically, we want to be able to change the backend path…
Azure APIM get-authorization-context returns cached expired token
I have a credential provider with two connections setup identically, however the original connection began to return an expired token a month ago and has been doing that ever since with the exact same issued and expiration date of when this problem first…
How do I extract and match values inside APIM management policy
Hello, I have JSON array in form below [ { "hostname": "hostname1.company.com", "value": 28 }, { "hostname": "hostname2.company.com", "value": 55 } ] This is stored on…
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…
Encountering forbidden error when testing endpoint with token
In continuation with my earlier question titled "Issue Moving File via Microsoft Graph API with Make (Integromat)" I’ve double-checked that my app ID, client ID, secret, and all related credentials are correct, and I generated a new token to…
How to let external users without Azure AD B2C to use my API from Azure API Mangement
I have a backend API that need to be authenticate using Azure AD B2C. I need to put my backend API to Azure API Management to allow external users to use. As the backend already need to be authenticate with Azure AD B2C, so I include the OAuth2 request…
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…
Remediation steps for API Management minimum API version should be set to 2019-12-01 or higher
I saw Microsoft offered to highlight the necessity of this remediation: the underlying cause for this recommendation is an issue identified with 2019-12-01 version where users with read-only permissions are able to view the service secrets. An…
APIM - set body return variable as secret
Hi Team, I have below policy <outbound> <base /> <choose> <when condition="@(context.Response.StatusCode == 200)"> <set-status code="200" reason="ok"…
PUT and DELETE methods return 404 in API Management
In all APIs created in API Management (APIM), resources with PUT and DELETE methods return a 404 error, indicating that the resource does not exist. However, the GET and POST methods work perfectly. When calling the backend directly, which is hosted on…
How to enable TLS 1.3 in Azure API Management
My customer has a requirement to implement TLS 1.3. I understand that TLS 1.3 is announced 05 February 2024. See:…
Can't copied sample request and response API
Hi, I copied the API from environment development to environment production, but why are all the sample requests and responses missing in environment production? Environment Development Environment Production
Remediation steps for API Management minimum API version should be set to 2019-12-01 or higher
We get an advisory recommendation on our Azure API Management on stv2.1, but the remediation steps make no sense for this issue "API Management minimum API version should be set to 2019-12-01 or higher" Manual remediation: To set the minimum…
removal of url param from backend url
I am facing one issue with formation of backend api. Url exposed by Azure api management: https://****.azure-api.net/Grid/generatetoken Backend API: https://****com:8080/as/token however when hitting the source url from postman, generatetoken is getting…
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…
securing the AFD, APIM and Function App
Hello, I am currently exploring the best way to apply certificates to our infrastructure. We are using Azure Front Door, an API Management Service (APIM), and a Function App as the backend for API methods. One of the challenges I’m facing is how to…