AZ-104 · Question #509
Drag and Drop Question You have an Azure subscription that contains the resources shown in the following table. You need to load balance HTTPS connections to vm1 and vm2 by using lb1. Which three acti
The correct answer is Remove the public IP addresses from vm1 and vm2.; Create a health probe and backend pool on lb1.; Create a load balancing rule on lb1.. To load balance HTTPS connections using an Azure Load Balancer (lb1), you must first remove the public IP addresses from vm1 and vm2 so that all traffic is routed exclusively through the load balancer rather than directly to the VMs. Next, you create a health probe (to monitor VM
Question
Exhibits
Answer Area
Drag items
Correct arrangement
- Remove the public IP addresses from vm1 and vm2.
- Create a health probe and backend pool on lb1.
- Create a load balancing rule on lb1.
Explanation
To load balance HTTPS connections using an Azure Load Balancer (lb1), you must first remove the public IP addresses from vm1 and vm2 so that all traffic is routed exclusively through the load balancer rather than directly to the VMs. Next, you create a health probe (to monitor VM availability) and a backend pool (to register vm1 and vm2 as targets) on lb1. Finally, you create a load balancing rule on lb1 to define how incoming HTTPS (port 443) traffic is distributed across the backend pool using the health probe.
Topics
Community Discussion
No community discussion yet for this question.

