AZURE VM 拒绝启动 "Starting (Could not start)"

AZURE VM refuses to start "Starting (Could not start)"

我们已经设置了一个小型 AZURE VM(Microsoft 提供的普通 windows 2012 R2 映像)和一个轻量级的 DEMO 应用程序,该应用程序愉快地 运行s SQLExpress 和 1GB RAM。这个虚拟机在 运行 一个月内表现相当不错。几天前我们关闭了 VM 和云服务以节省一些积分,直到我们再次需要演示。

今天 VM 拒绝启动并在 "stopped"、"starting" 和 "stopped (could not start)" 之间不断循环。

没有列出有用的错误详细信息,但列出了管理服务注释的操作日志

<OperationStatus>
    <ID>98502f34-08bd-70a3-b0c3-f7e08976dd38</ID>
    <Status>Failed</Status>
    <HttpStatusCode>500</HttpStatusCode>
    <Error>
        <Code>InternalError</Code>
        <Message>The server encountered an internal error. Please retry the request.</Message>
    </Error>
</OperationStatus>

我能否期望这种情况最终会自行解决,或者是否有任何其他措施可以尝试启动我的 VM 并再次 运行ning?不能下载20GB的虚拟盘在本地查看再上传。这将需要永远和一天。

AZURE 服务是垃圾吗?

如果您还没有尝试过,典型的解决方法是删除失败的 VM(保持 disk/stateful 信息完整!)然后重新创建它使用相同的磁盘。