MDFT Academy has an Azure environment that contains multiple Azure virtual machines. You need to ensure that a virtual machine named QUIZVM01 is accessible from the Internet over HTTP.
Solution: You modify an Azure Traffic Manager profile.
Does this meet the goal?
Choose the correct answer from the options below.
Please select at least one answer!
Correct!
I'm sorry, your answer is not correct.
Explanations for each answer:
Yes is incorrect. Azure Traffic Manager is a DNS-based traffic load balancer that enables distribution of traffic across multiple endpoints. It does not control or configure direct access to VMs. To allow HTTP access to a VM, you need to configure the Network Security Group (NSG) rules and ensure the VM has a public IP address.