Microsoft Azure Administrator Associate AZ-104 Practice Question
You are an Azure administrator for a company that requires a virtual machine to host a web application accessible over the internet. You have deployed a new Linux virtual machine in Azure. By default, it only allows SSH access on port 22. You need to enable web traffic on port 80 to the virtual machine. What should you configure to achieve this?
Modify the virtual machine's properties to enable HTTP traffic.
Set up a load balancer to forward port 80 traffic to the virtual machine.
Adjust the routing table to direct port 80 traffic to the virtual machine.
Add an inbound security rule to the Network Security Group allowing traffic on port 80.