Microsoft
AZ-104 · Question #523
You have an Azure subscription that contains two virtual machines named VM1 and VM2. You create an Azure load balancer. You plan to create a load balancing rule that will load balance HTTPS traffic…
The correct answer is B. a backend pool C. a health probe. You can't create a LB without FrontEnd IP, so if we have a LB we also have a FrontEnd IP already. You can however create a LB without a backend pool and without any rules. If you want to add a rule to your LB later you have to create a backend pool and health probe first. Those…
Submitted by khalil_dz· Mar 4, 2026Configure and manage virtual networks
Question
You have an Azure subscription that contains two virtual machines named VM1 and VM2. You create an Azure load balancer. You plan to create a load balancing rule that will load balance HTTPS traffic between VM1 and VM2. Which two additional load balancer resources should you create before you can create the load balancing rule? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
Options
- Aa frontend IP address
- Ba backend pool
- Ca health probe
- Dan inbound NAT rule
- Ea virtual network
How the community answered
(20 responses)- A10% (2)
- B80% (16)
- D5% (1)
- E5% (1)
Explanation
You can't create a LB without FrontEnd IP, so if we have a LB we also have a FrontEnd IP already. You can however create a LB without a backend pool and without any rules. If you want to add a rule to your LB later you have to create a backend pool and health probe first. Those are mandatory properties for a rule.
Community Discussion
No community discussion yet for this question.