Questions tagged [azure-application-gateway]

834 questions
6
votes
2 answers

Azure Application gateway - is there any reason to keep Azure firewall BEHIND?

I have Azure Application gateway in front of Azure API management and could see that in most of the scenarios available on the Internet has firewall in between the Azure Application gateway and Azure API management. Being Azure Application gateway…
One Developer
  • 99
  • 5
  • 43
  • 103
6
votes
1 answer

How to properly configure Azure Application Gateway Rewrite URL rule?

We are using azure application gateway to route requests from host/client to the specific client app (.NET Core). This way client1 is routed to server1/client1 and client2 is routed to server2/client2 and so on. We are using URL path map to resolve…
Yurii Horak
  • 93
  • 1
  • 7
6
votes
4 answers

Azure WebApp Static Outbound IP

I am trying to solve a problem. I have to access APIs that are hosted on my on premises server (on-prem) from Azure hosted Web API. The problem is that my on-prem server only allows white listed IPs. I know we can get outbound IPs from our Web App…
6
votes
1 answer

should I choose azure application gateway or load balancer or front door or traffic manager?

I have a SaaS web app developed with Angular 8 and Asp.net Core Web API. I have deployed web api to a azure web app and deployed angular front-end web app to another azure web app as well. The users are from China and Australia and other countries.…
6
votes
4 answers

Azure App Gateway V2 cannot be configured with NSG

I have provisioned App Gateway with WAF V2 SKU. Then, I have configured back-end pool to point to WebApp and added IP restrictions to allow only traffic from WAF IP. Then, i am attempting to add NSG to the provisioned Subnet to further restrict…
Roman
  • 1,177
  • 1
  • 17
  • 25
6
votes
3 answers

Why should I use the Service Fabric Reverse Proxy instead of the Azure App Gateway to talk to SF Cluster?

It's a long question and there are trade-offs, I'm sure. The documentation in this area: Doesn't give me enough to answer the question above confidently. So, they say: "Azure Application Gateway (AG) attempts to resolve a service address again…
6
votes
3 answers

Azure Application Gateway with App Service

Requirement I have - I want to do redirection like this. I have multiple App service that will be running and based on the url I want to do redirection to the proper one. Something like this - test.com/v1 -> app service appv1.com test.com/v2 ->…
Anuj Kulkarni
  • 2,261
  • 5
  • 32
  • 42
5
votes
2 answers

Azure Application Gateway hitting 504 Gateway timeout randomly while doing JMeter load test

I have 1 application gateway which having 2 backends (Azure VM) which is hosting ASP CORE REST API with IIS. And both is using port 80 to communicate. Everything is working fine with manual test until when we use jmeter to do 2500 Threads POST…
Kenvin
  • 73
  • 1
  • 2
  • 7
5
votes
1 answer

Use App Service Certificate with Azure Application Gateway

Created an app service certificate in Azure to enable SSL for Application Gateway. Had already configured SSL on the Application Gateway with a self-signed .pfx certificate to test the functionality but wanted to go with a more robust, auto-renewed…
elixir
  • 173
  • 2
  • 13
5
votes
3 answers

AKS AGIC Application Gateway Ingress Controller Not Deploying

I created a new cluster, created an application gateway and then installed AGIC per the tutorial. I then configured the ingress controller with the following config: # This file contains the essential configs for the ingress controller helm chart #…
James
  • 305
  • 3
  • 12
5
votes
2 answers

Is it possible to add a new listener, backend address pool, and request routing rule(s) to an existing Azure Application Gateway using Terraform?

My use-case is multiple AppService apps with different lifecycles sitting behind a single Application Gateway. I'd like to add a new listener, new multi-site routing rules, and a new backend pool whenever I add a new app without tearing down and…
D.Lee
  • 51
  • 4
5
votes
2 answers

Issue within certification chain using azure application gateway

I'm using an Azure Application Gateway v2 to route traffic to a backendpool containing VMs running some docker container hosting an aspnet core webapi. The application is listeing in port 443. The gateway listener is configured to accept HTTPS…
addy
  • 1,215
  • 1
  • 9
  • 11
5
votes
1 answer

Can Azure Application gateway cookie be replaced by application cookie?

I have a VMSS with multiple instances that have a java application deployed in it. The VMSS is connected to an application gateway. The gateway have session affinity enabled. Is it possible to override or tell gateway to use cookie created by java…
5
votes
2 answers

Is it OK to remove Nginx when using Azure application gateway?

I have a Web app for docker currently running django with gunicorn as wsgi server and Nginx as reverse proxy. I am not serving any static assets via Nginx and the SSL is taken care by Azure. So my question is, if I use Azure application gateway…
Akshay
  • 2,622
  • 1
  • 38
  • 71
5
votes
1 answer

When form submission is done between 2 VM's in Application gateway it shows 502 error

I have hosted a site in two VM's and added it in Application Gateway back end pool. We have a form submit which will do DB update and a confirmation page will be shown. If both the server is up. The changes are updated properly on DB and…
1
2
3
55 56