Azure external load balancer and routing

Jim McGrady 1 Reputation point
2020-06-18T07:24:43.03+00:00

When configuring an external load balancer, i can assign a public IP for the front end and create a backend pool of servers from my vnet. My question is, how do i force the LB to route via an NVA? If the LB was associated with a subnet in one of my vnets, then a UDR on that subnet would take effect. However the LB isnt tied to my vnet

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,137 questions
Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
399 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. msrini-MSFT 9,256 Reputation points Microsoft Employee
    2020-06-18T15:32:07.197+00:00

    Hi,

    External LBs are not tied to the subnet. You need to add the NVAs as the backend pool of the LB and route traffic from the NVA to the VMs accordingly.

    0 comments No comments