nerdexam
Microsoft

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

Submitted by helene.fr· Mar 4, 2026Configure and manage virtual networking - Implement and manage Azure Load Balancer for inbound traffic distribution (AZ-104: Implement and manage virtual networking)

Question

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 actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Answer:

Exhibits

AZ-104 question #509 exhibit 1
AZ-104 question #509 exhibit 2

Answer Area

Drag items

Remove nsg1.Remove the public IP addresses from vm1 and vm2.Create a health probe and backend pool on lb1.Create an availability set.Create a load balancing rule on lb1.

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

#Azure Load Balancer#Backend Pool#Health Probe#Load Balancing Rules

Community Discussion

No community discussion yet for this question.

Full AZ-104 Practice