Microsoft Azure Architect Technologies (legacy) — Question 30

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?

Answer options

Correct answer: B

Explanation

The solution does not meet the goal because an Azure Load Balancer provides traffic distribution but does not directly offer public access to VMs. To achieve public access, a public IP address must be assigned to the VMs or the Load Balancer must be configured correctly with appropriate rules to allow external access. Thus, the correct answer is B.