
Explanation:
The correct answer is 'No' (B) because Azure Traffic Manager is a DNS-based load balancer that operates at the DNS level to distribute traffic across different regions or endpoints. It does not handle network-level traffic control or port access. To make VM1 accessible from the Internet over HTTP (port 80), you need to configure network-level controls such as a Network Security Group (NSG) or Azure Firewall to allow inbound HTTP traffic. The community discussion, with 100% consensus and upvoted comments, reinforces that Traffic Manager is inappropriate for this goal, as it only directs DNS queries and does not manage port accessibility.
Ultimate access to all questions.
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 solution achieve the goal?
A
Yes
B
No
No comments yet.