【发布时间】:2020-09-21 05:32:22
【问题描述】:
我的 Azure 子系统中有一个存储帐户,我正在尝试删除它。当我尝试这样做时,它说我在 Azure 中有一个无法删除的存储帐户。当我尝试删除它时,它说
Failed to delete storage account <storage acc name>. Error: An operation is currently performing on this storage account that requires exclusive access.
我已经尝试了多次,即使在等待之后,也没有任何效果。有什么解决办法吗?
【问题讨论】:
-
处理类似问题。将使用找到的解决方案更新此线程。
-
是否为空?因为,如果您尝试删除充满内容的存储,它会引发类似的错误。在删除之前清理它。
标签: azure azure-storage-account