Active / Passive with Azure Load Balancer

CPO 61 Reputation points
2021-12-08T16:37:25.937+00:00

Hello, I have seen some questions on this before in 2019.

Has there been any feature additions to allow active / passive configuration with Azure LB?

https://social.msdn.microsoft.com/Forums/en-US/b60801ed-5692-48f2-95fc-5f6e24ea09bd/active-passive-load-balancer-setup-in-azure?forum=WAVirtualMachinesVirtualNetwork

Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
420 questions
0 comments No comments
{count} votes

Accepted answer
  1. SaiKishor-MSFT 17,216 Reputation points
    2021-12-08T17:23:33.257+00:00

    @CPO Thank you for reaching out to Microsoft Q&A. I understand that you want to know if Azure LB can do Active/Passive type load balancing.

    Azure Load Balancer does not have any additional feature that can do Active/Passive.

    Azure LB has no understanding of Active/Passive or Active/Active. From a Load Balancing point of view, it is simply a back end pool member answering the probe or not. It will be based on your configuration to make sure that you have an Active/Passive setup and that the Passive node does not respond to the probe and only the active one does. If the active responds to the probe as expected, then only it should handle the traffic.

    However, this configuration would be possible by deploying a Traffic manager in your architecture. You can route traffic through Traffic manger based on priority method. Hope this helps.

    Please let us know if you have any further questions and we will be glad to assist you further. Thank you!

    Remember:

    Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.

    Want a reminder to come back and check responses? Here is how to subscribe to a notification.


1 additional answer

Sort by: Most helpful
  1. Sam Cogan 10,332 Reputation points MVP
    2021-12-08T17:14:55.167+00:00

    Azure Load balancers only offer active/active load balancing between all endpoints. If you want active/passive you want to look at services such as Traffic Manager or Front Door, which allow you to configure load balancing strategies such as Active/Passive.

    1 person found this answer helpful.