Microsoft Azure Fundamentals — Question 54

Note: This question is part of a 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.
Your Azure environment contains multiple Azure virtual machines.
You need to ensure that a virtual machine named VM1 is accessible from the Internet over HTTP.
Solution: You modify an Azure Traffic Manager profile.
Does this meet the goal?

Answer options

Correct answer: B

Explanation

The correct answer is B because modifying an Azure Traffic Manager profile does not directly enable HTTP access to a specific virtual machine. Traffic Manager is used for routing traffic across multiple locations but does not configure the network access rules required for VM1. To allow HTTP access, network security group rules or public IP configuration on VM1 must be adjusted instead.