Questions tagged [azure-application-gateway]

834 questions
3
votes
2 answers

Two-Way SSL Authentication with Azure Application Gateway

Is it possible to configure two-way SSL authentication with certificates with Azure Application gateway? I have one way SSL working with a public IP but I'd like to restrict who can access this gateway via mutual authentication via certificates.
Geekn
  • 2,650
  • 5
  • 40
  • 80
3
votes
3 answers

How do I show "Down for maintenance" for site hosted behind Application gateway

We have a website hosted behind Azure Application gateway load balancer. When we take site down for maintenance it shows 502 error to end users, which isn't nice. Even if we put App_offline.htm, it shows 502. Any other way by which this can be…
Amit
  • 191
  • 4
  • 14
3
votes
1 answer

Azure Application Gateway with App Service Web App

I have created an application gateway with WAF (default detection mode) in an Azure Resource Group (no ASE) with an App Service Web App backendPool member/target MS link (followed instructions to the letter both via the Azure Portal and via…
3
votes
2 answers

Data length larger than configured limit with Azure Application Gateway WAF

we have the WAF in the Application Gateway configured to "Prevention" mode. A couple of use cases in the application require files to be uploaded. Currently those file upload requests are being blocked by the WAF. Firewall Log: { ... "properties":…
Helikaon
  • 1,490
  • 13
  • 30
3
votes
1 answer

Azure Application gateway cannot upload pfx certificate

For Application gateway all documentation says to upload pfx certificate but when I go to http settings for backend pool it only allows ".cer" certificate and it wont allow ".pfx" file to be uploaded, error displayed says wrong format ? m i doing…
BlindSniper
  • 1,731
  • 3
  • 16
  • 30
3
votes
2 answers

How can I require SSL when I offload at an Azure application gateway?

I am transitioning my ASP.Net web site to Azure hosting. I am using an application gateway with SSL offload, so my individual load balanced web servers do not have the SSL cert installed. Since SSL is handled on the application gateway, how do I…
Keith Walton
  • 5,211
  • 6
  • 39
  • 53
3
votes
1 answer

Application Gateway - 502 error

I have set up a new application Gateway following the MS document. I have configured the back end pool .it is connected to an App Service via FQDN. Somehow I receive 502 immediately every time I browse to the application gateway. Browsing to the…
Azure Ninja
  • 261
  • 4
  • 15
3
votes
3 answers

Configure WAF Application Gateway in front of App Services

I have a VNET with two App Services and one Windows VM in Azure. They are in the same VNET using VPN point-to-site. I want to protect this environment with a WAF and have read that I can use Application Gateway WAF instead of the very expensive…
3
votes
1 answer

SSL certificate for Azure Application Gateway for SSL offload

I'm trying to implement SSL offload in Azure Application Gateway as described in documentation: https://learn.microsoft.com/en-us/azure/application-gateway/application-gateway-ssl-portal It requires to upload existing SSL certificate in PFX…
Ivan
  • 9,089
  • 4
  • 61
  • 74
2
votes
0 answers

502 Bad Gateway error when using NestJS app with AKS and AGIC

I'm trying to deploy a backend application made with nestjs to AKS and have it exposed to the internet using Application Gateway Ingress Controller, the deployment of the application works with all the svc, pod, and ingress but when I try to access…
2
votes
1 answer

How shall I efficiently submit a larger size viewmodel data to ASP.NET action method?

I have an ASP.NET web app. On the client side, I've an Index.cshtml page which currently gets populated with ~40 MB of IndexViewModel.cs data on the GET request. On the server side, I have this action method to process the data: public ActionResult…
2
votes
1 answer

azure applcation gateway to secure protocol

I have configured azure load balancer which points my public Ip http, and I reach my website and working fine. Now, I want to achieve a routing rule is used to redirect the application traffic from HTTP protocol to HTTPS secure protocol with the…
KULINA
  • 23
  • 3
2
votes
1 answer

Role of Kubernetes Services while using AKS Application Gateway Ingress Controller

I am a little confused while reading an article on AKS Application Gateway Ingress Controller. With this addon, we can leverage native azure application gateway layer 7 capability and that is a good thing. However, the confusion is where it says…
2
votes
1 answer

How to monitor distribution of requests on an Azure Application Gateway

We've deployed an Azure Application Gateway to load balance requests between two servers. The service being served uses SAML for authentication, and we use cookie-based affinity. How/where can I monitor the distribution of load between the servers…
Marcel
  • 944
  • 2
  • 9
  • 29
2
votes
1 answer

What NSG rules can be applied for Hub/Spoke/AppGw scenario?

I have an AppService deployed in a Spoke Vnet (with a Private Endpoint). In front of this is an AppGw (in the Hub Vnet). It seems that it's not possible to control the AppGw outbound traffic with the Azure Firewall. I would therefore like to…
2d1b
  • 595
  • 1
  • 6
  • 24