Note: This question is part of series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are planning to create a virtual network that has a scale set that contains six virtual machines (VMs).
A monitoring solution on a different network will need access to the VMs inside the scale set.
You need to define public access to the VMs.
Solution: Implement an Azure Load Balancer.
Does the solution meet the goal?
Click on the arrows to vote for the correct answer
A. B.B
The proposed solution of implementing an Azure Load Balancer does not meet the goal of providing public access to the VMs in the scale set.
An Azure Load Balancer is used to distribute incoming traffic across multiple virtual machines in a load-balanced set. While it can provide public access to the VMs in a load-balanced set, it does not allow direct public access to individual VMs within the set.
To provide public access to individual VMs within a scale set, you would need to define public IP addresses for each VM in the scale set or configure an Azure Application Gateway or a Network Virtual Appliance (NVA) to provide access to the VMs.
Therefore, the correct answer is B. No, the solution does not meet the goal of providing public access to the VMs inside the scale set.