How the load balancer works in two diffrenrnt vnet?

Khushboo Kumari 97 Reputation points
2023-08-10T15:00:42.84+00:00

Hi,

We have two or multiple different region Vnets, and all are peering with each other. All VMs can communicate and ping each other. So let's suppose one region's vnet has some problems, and VMs in that region do not work. In that case, how will the load balancer balance the things and automatically move to another healthy region vnet? and configurations we have to perform?

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,264 questions
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

1 answer

Sort by: Most helpful
  1. Tushar Kumar 3,231 Reputation points MVP
    2023-08-10T15:45:07.3+00:00

    Hi Khushboo,

    Load balancer works for specific resources(Web server/application server) instead of whole virtual network.

    Load balancer health probs define which instance is healthy and accepting resources: https://video2.skills-academy.com/en-us/azure/load-balancer/load-balancer-custom-probe-overview

    Now for Cross region load balancing you have Azure load balancer (Standard)

    https://video2.skills-academy.com/en-us/azure/load-balancer/cross-region-overview or you can go with Azure Front door/ Traffic manager to manage traffic between 2 regions .

    Please Click "Accept as Answer" if this helps :)

    0 comments No comments