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 the network security group.
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 correct.
No is incorrect. Modifying the Network Security Group (NSG) is the correct solution to allow HTTP access to a virtual machine. NSGs contain security rules that control inbound and outbound traffic, and you can create a rule to allow inbound traffic on port 80 (HTTP) from the Internet to the VM.