Questions tagged [azure-application-gateway]
834 questions
5
votes
1 answer
Application Gateway 502 error when configuring it for Azure Web App
Scenario:
Configured Azure Application Gateway to route traffic to different Azure Web Apps to leverage the Web Application Firewall (WAF).
Initial configuration worked fine except that the final URL in the browser is the…

lopezbertoni
- 3,551
- 3
- 37
- 53
5
votes
2 answers
Azure Application Gateway error 502 when using application gateway
I followed the docs here https://learn.microsoft.com/en-us/azure/application-gateway/application-gateway-create-multisite-portal but still getting the error :
Azure Application Gateway error 502 - Web server received an invalid response while acting…

itye1970
- 1,654
- 7
- 31
- 62
5
votes
2 answers
Static IP Address in Azure Application Gateway
Not sure if I understood it correctly , but why would a static IP address be not supported in an application gateway. Isn't that a constraint on it ?

Avanish
- 345
- 3
- 9
5
votes
1 answer
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.

Pushkar
- 99
- 1
- 3
- 8
5
votes
0 answers
Rolling Website Updates / Azure Application Gateway
I'm trying to configure rolling website updates to an IIS web farm to enable zero downtime deployments. I can't identify a reasonable way to stop traffic being routed from Application Gateway to a VMSS instance.
Any Application Gateway updates seem…

Rob
- 81
- 3
5
votes
2 answers
Application Gateway restrict by IP
We have a cluster of VM in azure exposing some internal API's. To do more secure we are using Application Gateway to have ssl offload. But also we would like to restrict the external IP's that can access to this API's. Is there a way to allow only a…

Marc Cals
- 2,963
- 4
- 30
- 48
4
votes
2 answers
Create azure application gateway with static private ip address via terraform
I can't find a way to create an application gateway via terraform with private IP without manually inserting hard coded IP private address.
I tried:
Create a private IP in the application gateway subnet - failed because Azure blocks (attached error…

Or Gaizer
- 93
- 3
- 7
4
votes
0 answers
Client IP is not preserved using Azure Application Gateway and Nginx ingress controller
I have an app which runs on AKS, using nginx ingress and is exposed through Azure Application Gateway.
When I access the app through the gateway, the client IP is replaced with the Application Gateway IP (showing into ingress logs).
I configured…

Romain Wilbert
- 71
- 1
- 3
4
votes
1 answer
Application Gateway Ingress Controller only works with root path /
I have deployed the standard aspnet app from Microsoft, from the following YAML:
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: microservicesapp
annotations:
kubernetes.io/ingress.class: azure/application-gateway
spec:
…

Mike Hawkins
- 2,144
- 5
- 24
- 42
4
votes
2 answers
Azure Front Door in the front of Application Gateway
I've deployed Azure Front Door in the front of Application Gateway.
Now I want to route all traffics through Front Door and restrict direct access to Application Gateway's public IP address.
How to do that?
Here's what I'm trying to do

Alireza Mesgar
- 131
- 1
- 6
4
votes
2 answers
How to get a certificate for Azure Application Gateway HTTPS listener
I'm trying to set up an end-to-end SSL connection using Application Gateway to communicate to an AppService instance. The AppService instance has a custom domain with SSL.
Now I would like to secure the connection from the client to the Application…

Luca Mozzo
- 892
- 2
- 8
- 20
4
votes
1 answer
How to whitelist an ip address in Azure WAF
I have an Azure Application Gateway Web Application Firewall using the OWASP 3.0 ruleset. I created a custom policy so I could create a custom rule which simply allows traffic if it's from a specific IP Address and it has a priority of 1. This is…

devlife
- 15,275
- 27
- 77
- 131
4
votes
2 answers
Why do I see 403 forbidden in Azure application gateway?
The error I see when accessing https://www.example.com regardless of whether I have a listener (443) and rule is:
403 - Forbidden
You don't have permission to access / on this server.
If I add a listener on port 443, attach a valid certificate and…

Confounder
- 469
- 1
- 8
- 23
4
votes
2 answers
Azure Traffic Manager monitoring status is 'degraded' for Azure Application Gateway
Azure Traffic Manager monitoring status for Endpoints(Azure Application Gateway/WAF)is degraded. Web app behind the Application gateway is healthy and able to access through Traffic Manager.
Any help will be appreciated.
thanks.

Sakaldeep Yadav
- 392
- 1
- 6
- 20
4
votes
1 answer
Azure Application Gateway App Service using Active Directory redirecting to signin-oidc
I have put my app behind azure application gateway. I can access my app using the application gateway through this url: https://myapps.westus.cloudapp.azure.com/myapp
My app requires azure ad so I and I am prompted to login (with azure AD), after I…

johnny0013
- 45
- 1
- 8