Content
Do we have other approach other than Front Door for changing the domain of APIM?
Primary Domain is Azure Function URL Secondary Domain in Azure App Service URL How can I achieve the redirection of requests from primary domain to secondary domain without using Front Door, like APIM Polices etc.?
Which compute solution should you recommend?
You are designing a small app that will receive web requests containing encoded geographic coordinates. Calls to the app will occur infrequently. Which compute solution should you recommend? Only select one answer. Azure Functions Azure…


What are the available properties in IResponse?
I have come across below namespace Microsoft.WindowsAzure.ApiManagement.Proxy.Gateway.PipelineResponse Based on this, I am adding below policy in my Azure APIM <return-response> <set-status code="403" reason="error"…


Azure APIM - incorrect date format
Hi, Iam trying to retrive data from database via api, below is the code .We have a column whose type is timestamp_ntz which is like 2019-07-02T00:00:00Z . But when i get data via api it is like 1653651822.253000000. Please help me on what changes needs…
XML-to-Json policy - remove namespaces
The XML-to-Json policy in APIM converts the payload to json with the namespace in the attributes. Is there a way to eliminate the namespaces from the json while converting? Below is the converted payload from APIM @MuthuKumaranMurugaachari-MSFT …


APIM Policy & CORS
Hi, I have CORS defind in my APIM "All operations" like this: <cors allow-credentials="true"> <allowed-origins> <origin>http://localhost:6432/</origin> …


Users in Azure API Management not mapping to external AD Groups
Hi, I have added Azure AD Groups in Azure API Management and whenever a user logs in or signs up for the first time in the Developer Portal, the user would automatically be mapped to the external Azure AD group that the user is in. For some reason now…
Please help to setup apim for rest operation
Hello, I created an http API and a get operation in apim for a FunctionApp and when I did the GET call for that API the response was 404. I had a look also on the trace for backend: The function is a simple hello world and I called from function…


Synthetic GraphQL API in Azure returns 200 with no response body
Synthetic GraphQL API in Azure returns 200 with no response body I have a very basic Synthetic GraphQL configured in APIM (for a demo) with a resolver which calls a HTTP REST endpoint and returns a JSON payload with a single field. This was working till…


how to implement appgateway with apim (custom domain and ssl root certificate) using bicep
Hello, I am new to the apim and app gateway concepts, could you pleae help me in automating the appgateway with apim (custom domain and ssl root certificate)using bicep code or terraform.
Azure APIM Validate JWT policy is not evaluating token issuers correctly
Hi all, We have a multitenant AD app setup for issuing tokens to a cloud service we run. We want to do issuer whitelisting such that only certain AD tenants can access. For this we use the validate-jwt policy in APIM. However, it seems to me that…


Azure APIM (dev tier) unavailabel for several days due to the compute node being rebooted. How can we recover this ?
We have been trialing a vnet integrated APIM (dev tier) which has been out of service for several days due to a resource health event. The last update reports that the compute node that powers our APIM is being rebooted. We are unable to do any…


Azure API Management - Timezone changes
Hi, I have an API on Azure API management that refers to a logic app. However, my Azure API management output for fields StartDateTime & EndDateTime differs from the logic app output for some reason. For example, see the below screenshots…


Is there any workaround to use custom x- based extensions?
Im trying to import my openAPI v3 specification to api management service, but the import fails due invalid references, digging into the problem I found an article about openapi restrictions, I managed to solve uniqueIds problem but Im stuck with x-…


How to fix unplanned reboots on api management instnace?
This is related to: https://learn.microsoft.com/en-us/answers/questions/945829/unplanned-reboot-of-api-management-node I seem to sometimes get an unplanned update and reboot on my Api management instances, specifically those who are in a vnet running…


Unable to find any Function Apps to add as an API - since moving Visual Studio MSDN Subscription
Hi Last Friday I moved my Visual Studio Subscription that wasn't linked to a M365 tenancy to be linked with my developer tenancy. The subscription is now associated with my Leon M365 tenancy. I moved it as I wanted export an API as a custom…


How to enhance Azure AD B2C Samples to Accommodate Azure API Management (APIM)?
Background: I've been studying https://learn.microsoft.com/en-us/answers/questions/1185611/where-are-net-7-updates-to-azure-active-directory and https://learn.microsoft.com/en-us/azure/api-management/howto-protect-backend-frontend-azure-ad-b2c where the…


Azure Api Management, WCF Service and Authentication
Hi, Summary of my environment: * WCF service is NOT hosted on Azure but on our Development environment which is reachable just fine over the internet. * I created the Soap to Rest in Azure API Management by importing the ?singleWSDL of the WCF…


what is best way to "WireTap" all the request and payload in azure apim
We want to wire trap all the request with payload to blob storage. I know we can use eventhub loggers but i am not sure if this increases cpu and memory utilization on apim. reference…


API Management root ca invalid using keyvault certificate through ARM but valid manually uploaded
Hi All, I have an issue with APIM and root ca. my APIM connects to appgateway over HTTPS using a self-signed certificate in my dev environment. APIM has a root ca selfsigned.mydomain.co.uk uploaded through the portal and a client certificate referencing…

