All Questions
Tagged with azure-application-gateway azure-api-management
46
questions
15
votes
1
answer
9k
views
What is the difference between API Gateway provided by Azure API Management and Azure Application Gateway?
I'm new to Azure and I skimmed through Azure official documentation.
What I would like to understand is the difference and similarities
between the API Gateway provided by Azure API Management and ...
9
votes
1
answer
8k
views
Preserve Client IP address in Azure API Management with Application Gateway scenario
I have Azure Application Gateway and API Management configured in this setup
https://learn.microsoft.com/en-us/azure/api-management/api-management-howto-integrate-internal-vnet-appgateway - ...
5
votes
1
answer
5k
views
Configuring Application Gateway with API management Azure
I want to establish an connection between API managment and Application Gateway in Azure.
Please can someone provide step by step solution.
2
votes
2
answers
1k
views
Do I need separate subnets when deploying multiple API Management stages / lifecycles in internal mode?
According to the article Integrate API Management in an internal VNET with Application Gateway I need separate subnets in a VNET for APIM and AppGW instances. I want to deploy 3 lifecycles / stages (...
2
votes
1
answer
2k
views
Include Letsencrypt Root certificate in Azure Application Gateway
I'm trying to folllow Azure Tutorial on how to get Api Management under a vnet and accessible through an application gateway (WAF). I'm stuck trying to upload the root cert into application gateway. ...
2
votes
0
answers
191
views
IdentityServer 4 on Azure Can we secure its endpoints using Azure API gateway
We have created our own IdentityServer4 and deployed it on App Services in azure.
I also have few apis that are protected by API gateway for me.
Can i PUT IdentityServer4 endpoints secured by API ...
1
vote
2
answers
639
views
Distributed App Services in Azure - API Management, Service Fabric, ASE, Application Gateway?
I plan to have a number of Azure App Service API Apps, some of which should be accessible publicly (two client apps), through a single root URL and these are to connect to internal services that are ...
1
vote
1
answer
1k
views
InternalServerError for Application Gateway and API Management - Azure/Terraform
I'm trying to deploy an infrastructure in Azure via Terraform, the infrastructure is made of an Application Gateway (tier WAF_v2) and an API Management in the backend.
The error that I get after ...
1
vote
2
answers
1k
views
Azure App Gateway with Internal API Management 503 backend server error
I am following up this doc series to set up an internal API management instance integrated with APP Gateway in azure. I followed everything to the detail:
Created a new resource group
Setup a Vnet ...
1
vote
1
answer
592
views
client certificate validation on APIM
I want to implement client certificate validation in Azure API Management policy to check if the client has a valid certificate as per the below documentation.
https://learn.microsoft.com/en-us/azure/...
1
vote
1
answer
1k
views
Webhook listener/receiver security
We are looking at using webhooks from various vendors outside our network. They would publish the event to us. We would be the webhook listener/receiver, not pushing the events. We have done proof of ...
1
vote
2
answers
349
views
Azure APP GW infront of API Manager (without VNET)
Anyone know of a guide on how to but APP GW infront of APIM, should be possible but cant figure out how (or not sure how to setup APP GW).
thx
1
vote
1
answer
2k
views
Getting error while accessing Azure API developer portal while using Azure Application Gateway with Azure API Management service
We have following setup in Azure configured using this guide (https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/apis/protect-apis)
App Gateway with Public IP calling ===> ...
1
vote
1
answer
2k
views
Azure Application Gateway API Management probe cannot connect to back end
I hope somebody can help to understand what I am doing wrong here because I am totally confused and lost.
I am trying to build an API Management in internal mode, and have in front of it a application ...
1
vote
1
answer
1k
views
Azure Private DNS with VNET Link not resolving
I am setting up a private dns zone in azure because we are moving our API management instance behind an application gateway. i enabled the vnet link between the zone and the significant Vnet, but it ...
1
vote
0
answers
536
views
Real MTLS (with client private key validation) in Azure
I'm trying to use MTLS to authenticate external clients to HTTP triggered Azure Functions.
However, REAL client certificate authentication doesn't seem to exist in web apps (certificate validation is ...
0
votes
1
answer
2k
views
What is the difference between application gateway, api gateway, api management, api apps and app services when it comes to hosting api
I want to understand the difference between the following services when it comes to hosting api's on Azure
application gateway,
api gateway,
api management,
api apps,
app services
A simple and ...
0
votes
1
answer
380
views
Client Certificate Validation at APIM using Application Gateway Mutual authentication server variables
I want to implement client certificate validation in Azure API Management policy for certificate
1: Expiration
2: from specific Issuer
3: with specific Subject
4: Revocation ( I see Client ...
0
votes
1
answer
734
views
Azure API management not listing all endpoints\methods
I created an .NET Core based rest API. Then I containerized the application and hosted it over Azure App Service. I was able to see various controller and endpoints using Swagger. I was able to make ...
0
votes
2
answers
1k
views
set backend url after extracting it from header azure apim
Hi I am trying to implement such a functionality where i need to make sure that the api is going through gateway so have created a apim and i need to extract header from the call and route to that ...
0
votes
1
answer
1k
views
Azure Application gateway health check certificate mismatch
I am trying to move our API Management instance behind the application gateway. I created a private dnszone on which the API management ETC is listening. I created Self Signed certificates for this ...
0
votes
1
answer
2k
views
Prevent bypassing Azure App Gateway WAF rules
Our REST APIs hosted in Azure API Management (internal VNET mode) are only accessible from internet via Azure App Gateway (WAF v2 SKU), with OWASP CRS 3.1 rules enabled in the WAF. However, there has ...
0
votes
2
answers
928
views
Azure Application Gateway Not allowing Client Certificates
I have Azure API Management, configured internally and exposed to the public through Azure application Gateway. My API is secured for client certificates, it working perfectly when I test it ...
0
votes
1
answer
5k
views
How Do I Configure API Management With Multiple Back Ends?
I am hosting a service for clients where we have the same application deployed per client in Azure.
It is essentially this per client:
Application Gateway ->
App Service Environment ->
API ...
0
votes
1
answer
72
views
Sign-in to Developer Portal not working on Premium SKU over AppGw with AzureAD
We operate an API Management instance with these parameters
Premium SKU
internal VNET mode
exposed externally over Application Gateway
authentication with our corporate Azure AD
From within the VNET ...
0
votes
1
answer
19
views
Connect Azure front door with APIM and Azure Web App
We are planning to use Azure Front door for Azure App Service (web app) and planning to use APIM which may not need to expose externally or to public directly. Only the Azure Web app is going to call ...
0
votes
1
answer
51
views
Connection failure when using SignalR with Azure APIM and an Application Gateway
For context, the Azure environment I'm currently working with has the following core components:
Azure APIM > Application Gateway > Web Application Firewall > Vnet > ASE > App Service
...
0
votes
1
answer
133
views
Azure Function App URL and API managment Gateway URL
I have set up a function app on azure, and I have also set up API management part. I want to get logs when I access the function app URL on a browser, However, Currently I am getting logs when I ...
0
votes
1
answer
77
views
How to make a service/ function to expose on socket interface in Azure
I have a use case where a mobile app wants to connect to my service and send an audio stream. The mobile end wanted to do this over a web socket. I am looking for possible ways to expose my service to ...
0
votes
1
answer
309
views
Configure path route path specific SSL profile in Azure Application Gateway
We have an Azure APIM behind Application Gateway, we want to implement the Certificate based authentication for the incoming requests to an specific API(s).
As per the latest update from MS, we can ...
0
votes
1
answer
139
views
Azure API Managment Analytics Geography always "Other" instead of real location
We have Azure API Management in internal VNet mode and make it publicly available by placing an Application Gateway in front of it. Everything works fine, but I noticed that in the API Management ...
0
votes
1
answer
297
views
Unable to reach APIM in Spoke Network from App Gateway Hub Network
I have a basic Hub and Spoke network topology set up with Azure VNets. My Hub Network seems to be unable to reach IPs/Private domains in my spoke network:
Application Gateway V2 in a Hub Network (No ...
0
votes
1
answer
520
views
SSL pinning with Azure App gateway + APIM
Is there a way of achieving SSL pinning with Azure Application Gateway. I have some APIs deployed on AKS exposed through APIM. The APIM is private and the APIs are publicly exposed through Application ...
0
votes
1
answer
734
views
How to connect to internal API management through an App Gateway externally
I have created an internal APIM and I have an APP Gateway serving the traffic. I followed this this microsoft documentation on Integrate API Management in an internal virtual network with Application ...
0
votes
1
answer
178
views
How to lock an API in APIM in azure to a hosted web application in azure?
I have been looking at various tutorials demoing how identity management works as well as API management in azure but I am not seeing an answer to my questions. I understand that managed identities ...
0
votes
2
answers
250
views
Use case of API Management + App Gateway for hosting internet facing API
We intended to host the internet facing API in azure app service.
We see the use of app gateway, the use case of WAF on top of the L7 load balancer
API Management use case is the one debatable, though ...
0
votes
0
answers
143
views
Azure API management - internal and accessible only by Azure application gateway?
I have deployed the applications on Azure kubernetes that uses internal load balancer. API management is used in front of the load balancer to support authentication and caching & etc.
In order to ...
0
votes
1
answer
67
views
Azure kubernetes - How to set up Azure App gateway and Azure API management for Azure kubernetes? [closed]
I have set up Azure API management in front of the Azure kubernetes application APIs and would like to place Azure App Gateway in front of the Azure API management, how would I do this?
0
votes
1
answer
575
views
Azure Application gateway integration with apim in two different vnets
I have an app gateway in region A with listeners set up for apim backend both in the same vnet. I want to create another app gateway in region B in a different vnet and a listener for same apim ...
0
votes
1
answer
4k
views
Which DNS to configure for Azure APIM Internal, Public DNS or Private DNS?
Thanks for A2A,
I am configuring my Azure APIM service as internal inside VNET & I am integrating it with Azure Application Gateway. Thing is I didn't get which DNS to configure for Custome DOmain ...
0
votes
1
answer
379
views
Single entry point for list of APIs hosted in Azure App Service
I have 7 APIs (API Apps) hosted in Azure App Service and I have a client app (SPA) which consumes all these APIs currently. For better maintainability at the client side, i would like to have a single ...
0
votes
1
answer
896
views
Configure Application Gateway with API Management using Azure Portal
The azure docs describing the integration of API Management with Application Gateway in a VNet (https://learn.microsoft.com/en-us/azure/api-management/api-management-howto-integrate-internal-vnet-...
0
votes
1
answer
912
views
Integrate API Management in an internal VNET with Application Gateway
I developed PowerShell script based on the following manual Integrate API Management in an internal VNET with Application Gateway https://learn.microsoft.com/en-us/azure/api-management/api-management-...
0
votes
1
answer
116
views
azure api management transformation URL header using Application gateway
i have api management with in internal network with URL - "apimgmnt.azure-api.net" and having API :- apimgmnt.azure-api.net/hello"
also configured application gateway with url - "appgateway....
0
votes
2
answers
438
views
Azure Api gateway for web apps instead of apis
Is it possible to have an kind of api gateway to redirect requests for different web apps?
Foe example:
Domain: abc.com
Abc.com/ -> abc-com-home.azurewebsites.net
Abc.com/map -> abc-com-map....
-2
votes
1
answer
304
views
Azure Multi region DR : Custom Routing Policies in APIM[Premium) Vs Traffic Manager behind APIM
We have APIM premium, which comes with internal Traffic Manager for performance base routing .
If APIM is integrated externally with the vnet in which we have our fnapp integrated, for multiregional ...