有谁知道这方面的解决方案? 我想知道我是否需要在这方面签订MSFT支持。
尝试使用Azure Ruby SDK: 创建VM - 工作 VM电源关闭,电源开启 - 工作。 让它出现并尝试删除VM - 在最后阶段失败。
以下是VM删除产生的内容:
删除云服务“qa-sdk-ubuntu-2”的部署... 成功(200)
删除云服务qa-sdk-ubuntu-2。 等待磁盘被释放。
删除磁盘“qa-sdk-ubuntu-2-qa-sdk-ubuntu-2-0-201402132358010165”。 http错误400
此外,然后从门户网站尝试了同样的事情并获得了400以下消息:
{""message":
"Storage account qasdkubuntu2storageruvdl has container(s) which have an active image and/or disk artifacts.
Ensure those artifacts are removed from the image repository before deleting this storage account.",
"ErrorMessage":"Storage account qasdkubuntu2storageruvdl has container(s) which have an active image and/or disk artifacts.
Ensure those artifacts are removed from the image repository before deleting this storage account.",
"httpStatusCode":"BadRequest","operationTrackingId":"ec03fe06212d61f49786aee29563a661","stackTrace":null,"Padding":null}
答案 0 :(得分:1)
您无法删除存储帐户,因为它存储了您的虚拟机的磁盘。
以下是删除它的设置:
1 - 登录Windows Azure Managemente Portal
2-Virtual Machines
3-Disks并选择磁盘
单击“删除磁盘”。
之后,您可以删除存储帐户。