访问 VM 的本地主机 - Azure

Access localhost of VM - Azure

如何访问 http://localhost:88/Test/index.php,位于 Azure 上的 VM 上???

我需要做什么设置吗??

您需要允许端口 88 进入虚拟机。查看此演练

https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-windows-nsg-quickstart-portal/

如果 VM 上有防火墙,请确保它也允许端口 88。您将需要通过分配给 VM 的 IP 地址或主机名访问 VM,而不是本地主机。