Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用windows azure虚拟机。我有几个程序正在运行,但将来它们必须不停地运行。如果我与虚拟机断开连接,虚拟机会注销/关闭吗?我有一些重要的程序正在运行,如果它们停止运行,这对我来说将是一个大问题。
不,当您与 rdp/ssh 断开连接时,您的虚拟机不会关闭。但是:您的机器总是有可能重新启动,即使很少(例如硬件故障、主机操作系统维护等)。所以...您的基本程序应该设置为在启动时自动启动,而不需要您通过 rdp/ssh 重新启动它们。