Redundancy at Application Gateway level

Aniket Jagadale 41 Reputation points
2021-11-02T12:48:10.967+00:00

Does Azure provides redundancy or resiliency at Application Gateway level in the event of Application Gateway service or component getting crashed or stopped. Also if it is redundant or resilient then please elaborate how it is achieved.

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

Accepted answer
  1. msrini-MSFT 9,286 Reputation points Microsoft Employee
    2021-11-03T04:39:44.12+00:00

    Hi @Aniket Jagadale ,

    Azure Application is a PaaS offering and when you deploy it, multiple instances of Application gateway will be deployed. And the traffic which you send to the Application gateway will be load balanced between those instances. So, it is highly available and redundant by default.

    Only when all the Application Gateway instance goes down at the same time (highly unlikely to happen) you have a problem and that can be resolved by deploying another Application gateway in another region and use Traffic Manager to load balance traffic between those Application Gateways to achieve 2 tier of redundancy.

    Hope this helps!

    Regards,
    Msrini


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.