Microsoft Azure Fundamentals — Question 80
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.
What are two possible solutions? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. Modify an Azure Traffic Manager profile
- B. Modify a network security group (NSG)
- C. Modify a DDoS protection plan
- D. Modify an Azure firewall
Correct answer: B
Explanation
To allow HTTP access to VM1 from the Internet, modifying a network security group (NSG) is necessary to permit the appropriate inbound traffic. The other options, such as changing an Azure Traffic Manager profile or a DDoS protection plan, do not directly control access to the virtual machine's network traffic, while an Azure firewall would require additional configuration that may not be necessary for simple HTTP access.