If one regional load balancer goes down, a global load balancer can redirect traffic to another healthy regional load balancer, ensuring continuity of service. However, if the global load balancer itself goes down, it may lead to service disruptions.
If the global load balancer goes down:
Regional load balancers operate independently of the global load balancer. They continue to manage traffic within their respective regions even if the global load balancer encounters an issue.
The global load balancer primarily handles traffic distribution across regions. If it fails, traffic won't be routed to the regional load balancers, but the regional load balancers themselves will remain operational.
Refer: https://learn.microsoft.com/en-us/azure/load-balancer/cross-region-overview#regional-redundancy
Home region is where the global load balancer or Public IP Address of Global tier is deployed. This region doesn't affect how the traffic is routed. If a home region goes down, traffic flow is unaffected.
Home regions in Azure
- Central US
- East Asia
- East US 2
- North Europe
- Southeast Asia
- UK South
- US Gov Virginia
- West Europe
- West US
- China North 2
I hope this has been helpful!
Your feedback is important so please take a moment to accept answers. If you still have questions, please let us know what is needed in the comments so the question can be answered. Thank you for helping to improve Microsoft Q&A!
Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.