Can I configure multiple backend pools in an application gateway

Aniket Jagadale 41 Reputation points
2021-11-25T08:24:05.66+00:00

Can I configure multiple backend pools in an application gateway. Each backend pool will be in different availability zone. For e.g. if any vm in a particular backend pool (subnet is in AZ1) is serving an application and it fails then the appln gateway should be redirected towards another vm in the second backend pool which is in another availability zone. Is this achievable. Please refer the attached snapshot for more clarification.152487-appgw-az.jpg

Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
961 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Alan Kinane 16,786 Reputation points MVP
    2021-11-25T12:51:28.003+00:00

    Yes, you can but I'm not sure why you would need multiple backend pools here. Is it the same application that you are hosting across your availability zones? If you just use availability zones for your backend VMs then the traffic will only get sent to healthy hosts anyway.