
Microsoft Azure Administrator Associate AZ-104
Get started today
Ultimate access to all questions.
In an Azure environment with VM1 and VM2, after creating a load balancer for HTTPS traffic distribution, identify the two required additional resources to establish a load balancing rule.
In an Azure environment with VM1 and VM2, after creating a load balancer for HTTPS traffic distribution, identify the two required additional resources to establish a load balancing rule.
Exam-Like
Explanation:
To create a load balancing rule in Azure Load Balancer, you need a backend pool and a health probe. The backend pool contains the targets (VM1 and VM2) for the load balancer, and the health probe checks the status of these targets to ensure they can receive traffic. Although a frontend IP address is also required for a load balancer, the question presumes that the load balancer has already been created, implying that a frontend IP address is already in place.