All Questions

Filter by
Sorted by
Tagged with
2 votes
3 answers
10k views

How to disable TLSv1 on Microsoft Azure Application gateway

Application gateway is the load balancer in MS Azure which supports SSL certificate. In aws load balancer we select protocols which can be used to connect to the load balancer like TLSv1.1, TLSv1.2. ...
Nuran's user avatar
  • 331
2 votes
1 answer
1k views

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 ...
kevin peter's user avatar
2 votes
1 answer
4k views

Azure Application Gateway not showing VM from other VNet in backend pool

When setting up the Backend pools of an Azure Application Gateway, I want to set a specific VM in the pool. This VM is in another VNet, and I've set up peering between the App Gateway's VNet and the ...
ml123's user avatar
  • 1,149
2 votes
2 answers
1k views

Azure app-gateway failover when default backend pool is unhealthy

I have the following setup in AzureRM. ---------- ----------- ---------- ----------- |app srv1| | App | | Varnish| | Load ...
maudv's user avatar
  • 71
1 vote
1 answer
591 views

Azure internal load balancer in backend pool of application gateway

It may not be a good idea, but it is possible to configure internal load balancer in backend pool of application gateway. It looks like a two-level load balancing, the first level at application proxy ...
ccshih's user avatar
  • 1,210
1 vote
0 answers
384 views

Azure Application Gateway (Standard V1) returns 502 while deleting instances in VM Scale Set

While deleting instance in VM Scale Set, Application Gateway returns 502 for a brief few seconds. I have made sure that: Connection draining on the HTTP setting used is enabled, timeout is set to 60s ...
Bagas Wahyu Hidayah's user avatar
0 votes
1 answer
48 views

Conflict Resolution: Azure Web App Autoscaling with Azure Application Gateway and WAF

Problem Description: I'm currently architecting a solution in Azure that requires both autoscaling capabilities for my web application to ensure scalability and a Web Application Firewall (WAF) to ...
Sachin Savale's user avatar
0 votes
1 answer
1k views

Azure Application Gateway: Subnet must only have application gateway

I'm facing an error - "Subnet must only have application gateway" while creating an Application Gateway for in my azure network. I'm following the steps from thid document: https://learn....
Krunal's user avatar
  • 78.5k
0 votes
1 answer
53 views

Azure : Load Balance multiple instance of application from different VM's

I have three instance of an application in vm1 and another 3 in vm2. Each application has different context path and the URL's are below VM1 https://hostname/random1 https://hostname/random2 https://...
user21742699's user avatar
0 votes
2 answers
711 views

Azure App Gateway backend settings for load balancing multiple ports on same backend pool

I have 3 Azure VMs which run web app deployed to Weblogic. There are 3 JVMs ( web apps ) in each server running on ports 8001,8002,8003. Routing rule allows only 1 backend setting. In this case, how ...
dunantsm's user avatar
0 votes
0 answers
987 views

Network interface provisioning state is failed when editing backend pool

I have a web server with PHP and apache. I attached it to the app gateway and I still can't access my application. When i enter my site URL: HTTP://<test.test.com> i get: 502 Bad Gateway ...
Daniel's user avatar
  • 17
0 votes
0 answers
184 views

Azure Application Gateway: Prevent a server from receiving new requests

I'm setting up API servers behing an Application Gateway on Azure. I'd like to roll out updates to each server one by one. However, before I do that, I'd like to ensure that all in-progress requests ...
user246392's user avatar
  • 2,693
0 votes
1 answer
145 views

Does Azure Application Gateway Support Azure App Servers Backends?

I would like to setup my apps with High Availability and Security in mind and thinking of using the Azure Application Gateway to provide WAF and Load Balancing (Layer-7) capabilities. I couldn't find ...
atp03's user avatar
  • 3,579
0 votes
1 answer
1k views

Azure Application Gateway Slash Rewrite Error

We have created an Azure Application Gateway using path-based rules to redirect requests of clients to servers on the background pool based on the client instance name, like this: "/client1/*" -> ...
jmoser's user avatar
  • 1