Questions tagged [azure-application-gateway]
834 questions
2
votes
1 answer
Denylist client IP in Azure Application Gateway
We are using Azure Application Gateway for our site, and we are getting few people scraping our site. We want to block their IP at gateway level, as we don't want to configure the same blocks in every web service.
We can not find the way of blocking…

Adrià Navarro Redó
- 75
- 3
- 10
2
votes
2 answers
Azure App Gateway: 502 / SNI/SSL issue? Configuration with App Service
I am going a bit nuts here, as I can't get it to work properly.
Environment:
App Gateway v2 (WAF)
App Service with custom domain
End 2 End SSL
Goals:
Manage external SSL Certificate on App Gateway only
Self-signed SSL on App Service
End2End…

MichelZ
- 4,214
- 5
- 30
- 35
2
votes
2 answers
Add NSG to Application Gateway Subnet
My requirement is simple. I need to associate NSG to the subnet containing my application gateway.
As soon as I associate NSG to this subnet, I am getting connection timed out error.
As per Microsoft's documentation, I added exception for port range…

Praveen
- 231
- 1
- 4
- 15
2
votes
1 answer
Can I make the Azure Application Gateway act as a forward proxy?
I want to use the IP address of the Azure Application Gateway to use for outgoing traffic that comes from internal services and not the ones of the services. Basically I want to use the GW to act on behalf of the services - act as a forward proxy.

Sven Malvik
- 765
- 2
- 8
- 18
2
votes
1 answer
SSL certificate expiration date in Application gateway
We have an Azure Application gateway with SSL certificates. We know that our certificate expires soon and we need to renew it. Our problem is that we can not get the actual expiration date in the gateway information, at least from the portal.
Does…

Adrià Navarro Redó
- 75
- 3
- 10
2
votes
2 answers
Can't Access Azure Application Gateway through peered VNET
I have two peered VNETs in Azure and I also have an Application Gateway in one of them. I have a couple VMs inside both VNETs and I want to access the Application Gateway from the VMs by its private IP (which is set up). This works from the VNET…

roast
- 109
- 8
2
votes
1 answer
Azure App Gateway gives Error 404 but backend probe is healthy
I have setup my Application Gateway and added a CNMAME in my domain to point to the DNS Name of the application gateway. The application gateway will point to 3 sites eventually . I created 3 web apps and have added each to the backend pool . I…

itye1970
- 1,654
- 7
- 31
- 62
2
votes
1 answer
Probe status code mismatch. Received status code is different from expected 200-399
I set up health probes in Azure Application Gateway yet get the above error? I followed the docs here https://learn.microsoft.com/en-us/azure/application-gateway/application-gateway-create-probe-portal but to no avail. I am using App gateway to…

itye1970
- 1,654
- 7
- 31
- 62
2
votes
1 answer
how to get the name when uploading pfx certificate to Azure Application Gateway?
I have asked a customer to export the .pfx file for use in the Application Gateway however when they export it it only provides a password but in Azure it asks for a name and password when uploading the .pfx file as in the attached screenshot? How…

itye1970
- 1,654
- 7
- 31
- 62
2
votes
1 answer
AspNet Core on Azure App Service peaks to 100% CPU and app gateway load balancer not working
We have few of our internal business services hosted on an isolated ASE in Azure.
These services run on a medium app service plan with 2 instances.
This environment has been in production and use for little more than a month now and has been…

Vignesh.N
- 2,618
- 2
- 25
- 33
2
votes
1 answer
Application gateway routing rule not updating with powershell script
I'm using the following script to try and update a routing rule in my application gateway. It runs fine with no errors but seemingly doesnt actually do anything when i go and check the rule it remains the same as prior to running the…

David Parsonson
- 585
- 6
- 23
2
votes
1 answer
Suddenly started getting 403 mod security action, WAF- azure
We have application (OHDSI Atlas- http) deployed on Azure Cloud (ISAS). We have set up of WAF in prevention mode. The application is working since last 8 months.
Suddenly since last 2 weeks we are getting 403 for PUT and POST requests. Mostly looks…

Sunil Ajagekar
- 51
- 1
- 6
2
votes
1 answer
Difference in Load balancing on Azure LoadBancer and Application Gateway?
I have done Load balancing on Azure using Azure Load Balancing and Application Gateway for HTTPS traffic.
In Azure Load Balancer, we can do health check at port 443 while in Application Gateway there are options to upload SSL certs and for health…

kevin peter
- 541
- 1
- 4
- 19
2
votes
1 answer
How can I add support for IPv6 to and Azure application Gateway knowing that it does not support it
I am not a system administrator or network administrator thus I having hard time trying to figure it out a work around to support IPv6 on an Azure Service Fabric Cluster without using the Load Balancer.
From here: IPv6 support for Azure other than…

Devsined
- 3,363
- 6
- 30
- 48
2
votes
1 answer
path based routing for azure appservice web apps
I'd like to use path based routing to my azure app service web apps so that
http://mysite.mydomain.com/site1 points to http://mysite1.azurewebsites.net
http://mysite.mydomain.com/site2 points to http://mysite2.azurewebsites.net
What is the best way…

cellik
- 2,116
- 2
- 19
- 29