Azure Support Plans

Which Azure Support Plan Meets the Company's Policy?

Prev Question Next Question

Question

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?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B.

B

Azure Traffic Manager is a DNS-based load balancing solution. It is not used to ensure that a virtual machine named VM1 is accessible from the Internet over

To ensure that a virtual machine named VM1 is accessible from the Internet over HTTP, you need to modify a network security group or Azure Firewall.

In this question, we need to add a rule to a network security group or Azure Firewall to allow the connection to the virtual machine on port 80 (HTTP).

https://docs.microsoft.com/en-us/azure/traffic-manager/traffic-manager-overview

No, modifying an Azure Traffic Manager profile would not meet the goal of making a specific virtual machine accessible from the Internet over HTTP.

Azure Traffic Manager is a DNS-based traffic load balancer that allows you to distribute traffic optimally to services across global Azure regions, based on policies, health probes, and geographic locations. Traffic Manager profiles do not provide a direct means of making virtual machines accessible from the Internet over HTTP.

To make a specific virtual machine accessible from the Internet over HTTP, you would need to configure a public IP address and assign it to the virtual machine. You would then need to configure the virtual machine's network security group (NSG) to allow inbound traffic on port 80 (HTTP). Finally, you would need to create a DNS record that maps the public IP address to a domain name, allowing users to access the virtual machine over HTTP via a web browser.

Therefore, the correct answer is B. No, modifying an Azure Traffic Manager profile does not meet the goal of making a specific virtual machine accessible from the Internet over HTTP.