如何在重新启动已解除分配的 Azure Windows VM 后重新启动 Web
how to restart a web after re-starting a deallocated Azure Windows VM
为了省钱,我去年取消了 Azure Windows 服务器 VM 的分配。
刚刚重新分配并重新启动它。
可以登录OK。
但是当我尝试浏览由 VM 托管的网络时,从 public Internet 我得到:
"This page can’t be displayed"
如何重新启动我的 .NET 网站? (VisualBasic 网络应用程序)
据我所知,如果您通过 Azure 门户关闭 down/stop 您的 VM,那么分配给您的 Azure VM 的 IP(public 和内部 IP)地址将释放如下:
虚拟机(经典)
虚拟机
因为这个 blog 提到:
Note that the IP addresses were excluded (internal and public), if you do not book a public IP (maximum of 5 per signature), you may notice that you have a web site or application on this machine, the web site / application will be unavailable and when turning it back as a new public IP will be provisioned. You have to do a DNS entry manually if you are accessing by a proper name.
我尝试重启我的虚拟机并等待一段时间,然后我可以访问我的默认网站。此外,您可以尝试远程访问您的 VM 并检查您的应用程序。另外,请尝试检查您的 inbound network traffic.
为了省钱,我去年取消了 Azure Windows 服务器 VM 的分配。 刚刚重新分配并重新启动它。 可以登录OK。
但是当我尝试浏览由 VM 托管的网络时,从 public Internet 我得到: "This page can’t be displayed"
如何重新启动我的 .NET 网站? (VisualBasic 网络应用程序)
据我所知,如果您通过 Azure 门户关闭 down/stop 您的 VM,那么分配给您的 Azure VM 的 IP(public 和内部 IP)地址将释放如下:
虚拟机(经典)
虚拟机
因为这个 blog 提到:
Note that the IP addresses were excluded (internal and public), if you do not book a public IP (maximum of 5 per signature), you may notice that you have a web site or application on this machine, the web site / application will be unavailable and when turning it back as a new public IP will be provisioned. You have to do a DNS entry manually if you are accessing by a proper name.
我尝试重启我的虚拟机并等待一段时间,然后我可以访问我的默认网站。此外,您可以尝试远程访问您的 VM 并检查您的应用程序。另外,请尝试检查您的 inbound network traffic.