ccshih
ccshih

Reputation: 1210

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 and the second level at internal load balancer.

Is there any concern for this design?

Upvotes: 1

Views: 674

Answers (1)

Charles Xu
Charles Xu

Reputation: 31452

I don't think there is any problem with the design. While the internal load balancer just balances the traffic from the internal resources. So if you want to access the backend of the load balancer, the application gateway is a good choice.

Maybe you would say, only use the application gateway also can access the backend. The application gateway and the load balancer focus on different features, this design can use the features both of them and make themselves just focus on their own jobs only. I think it's a cool design.

Upvotes: 1

Related Questions