当我保存我的vhd时,我在Azure虚拟机中收到如下错误: -
Failed to capture image vmvhdtrialacc of virtual machine vmvhdalpha
Endpoint Not found: There was no endpoint listening at https://management.core.windows.net:8443/*GUID*/services/hostedservices/vmvhdalpha/deployments/vmvhdalpha/roleInstances/vmvhdalpha/Operations that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.
知道这里有什么不对吗?
答案 0 :(得分:2)
不幸的是,您的问题是最近已知的Windows Azure虚拟机问题,在以下Windows Azure Virtual Machine Forums中被描述为“仍在调查状态”:
我的建议是在同一论坛中提交您的问题,并在上述链接中跟踪您的问题状态。
答案 1 :(得分:0)
奇怪的是,我有一个正在运行的虚拟机,然后通过门户网站向一个单独的云服务添加了SSL证书,这似乎让我的虚拟机崩溃了。它进入停止状态,当试图启动它时收到上面的错误。只有先前帖子链接中提到的解决方案,删除VM(或删除VM并从VHD中克隆新的VM)。