AZ-104 · Question #351
Hotspot Question You have an Azure subscription named Subscription1 that contains the virtual networks in the following table. Subscription1 contains the virtual machines in the following table. In Su
The correct answer is LB1 can balance the traffic between VM1 and VM2. = Yes; LB1 can balance the traffic between VM3 and VM4. = No; LB1 can balance the traffic between VM5 and VM6. = No. LB1 is a Basic Internal Load Balancer on VNET1/Subnet12. VM1 and VM2 are both on VNET1 (specifically Subnet11 and Subnet12 respectively, or both within VNET1), making them eligible backend pool members for a Basic LB on the same virtual network - hence 'Yes' for VM1/VM2. VM3 and
Question
Exhibits
Answer Area
- LB1 can balance the traffic between VM1 and VM2.Yes
- LB1 can balance the traffic between VM3 and VM4.No
- LB1 can balance the traffic between VM5 and VM6.No
Explanation
LB1 is a Basic Internal Load Balancer on VNET1/Subnet12. VM1 and VM2 are both on VNET1 (specifically Subnet11 and Subnet12 respectively, or both within VNET1), making them eligible backend pool members for a Basic LB on the same virtual network - hence 'Yes' for VM1/VM2. VM3 and VM4 are on VNET2, which is a different virtual network from LB1's VNET1; Basic SKU load balancers do NOT support cross-VNet backend pools (even with peering), so they cannot be balanced by LB1. VM5 and VM6 are on VNET3 and also likely run a different OS or configuration (e.g., Linux vs Windows) but more critically they are in a different VNet - again, Basic LB cannot include VMs from different virtual networks, ruling them out entirely.
Topics
Community Discussion
No community discussion yet for this question.

