For system, network and cloud administrators
If you need to open a port on your Azure virtual machine (in this case, port 80), you can use:
az vm open-port --port 80 --resource-group YourResourceGroup --name YourVMName
Continue reading ยป