An Azure service that is used to provision Windows and Linux virtual machines.
Dear @ENHANCE Oman
For Azure Windows Server 2022 virtual machine, TCP port 80 is not accessible from the public network by default. Please verify the following configuration:
- Ensure that the virtual machine has a Public IP address assigned and that it is correctly associated with the VM's network interface.
- Verify the Network Security Group (NSG) configuration. An inbound rule allowing TCP port 80 from the required source (or Any for testing purposes) must be present.
- If NSGs are associated with both the subnet and the network interface (NIC), confirm that inbound TCP port 80 is permitted in both, as Azure evaluates both rule sets.
- Use Azure Network Watcher / Connection Troubleshoot to identify whether traffic is being blocked by an NSG, user-defined route, or another networking component.
- Verify that the Windows Defender Firewall allows inbound connections on TCP port 80.