Microsoft Azure Architect Technologies (2020, legacy) — Question 35
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: Use Remote Desktop Protocol (RDP) to connect to the VM in the scale set.
Does the solution meet the goal?
Answer options
- A. Yes
- B. No
Correct answer: B
Explanation
The proposed solution does not meet the goal because RDP provides access to individual VMs but does not establish public access for external monitoring solutions. Public access typically requires configuring network settings such as a public IP or firewall rules, which RDP alone does not provide. Therefore, the correct answer is B, as the solution does not fulfill the requirement for public access.