【问题标题】:cannot delete Storage account无法删除存储帐户
【发布时间】:2014-03-13 04:37:46
【问题描述】:

有人知道解决办法吗? 我想知道我是否需要为此签订 MSFT 支持合同。

使用 Azure Ruby SDK 试过: 创建的虚拟机 - 工作 VM 电源关闭,电源打开 - 工作。 让它出现并尝试删除 VM - 在最后阶段失败。

这是 VM delete 产生的结果:

正在删除云服务“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}

【问题讨论】:

    标签: azure


    【解决方案1】:

    您无法删除您的存储帐户,因为它正在存储您的虚拟机的磁盘。

    以下是删除它的设置:

    1-登录 Windows Azure 管理门户

    2-虚拟机

    3-Disks 并选择磁盘

    4-单击“删除磁盘”。

    之后,您可以删除存储帐户。

    【讨论】:

    猜你喜欢
    • 2016-07-30
    • 1970-01-01
    • 2016-03-13
    • 2019-07-29
    • 1970-01-01
    • 2017-06-20
    • 1970-01-01
    • 2023-03-23
    相关资源
    最近更新 更多