You have an Azure load balancer in front of two virtual machines. The load balancer reports both instances as unavailable even though the VMs are running. What is the most likely cause?
Trap 1: The VMs are in an availability set.
Being in an availability set does not make them unavailable to the load balancer.
Trap 2: The storage account uses the Cool tier.
Storage tier has no direct relationship to load balancer backend health.
Trap 3: The subscription has a budget alert.
Budget alerts do not affect load balancer backend availability.
- A
The health probe is failing.
A failed health probe causes the load balancer to mark backend instances as unavailable.
- B
The VMs are in an availability set.
Why wrong: Being in an availability set does not make them unavailable to the load balancer.
- C
The storage account uses the Cool tier.
Why wrong: Storage tier has no direct relationship to load balancer backend health.
- D
The subscription has a budget alert.
Why wrong: Budget alerts do not affect load balancer backend availability.