Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Azure 中有一个操作系统磁盘和数据磁盘。如何查看数据盘是否在使用中?
您可以从 Azure CLI 查询未附加的磁盘 - az disk list --query '[?managedBy==null]'
az disk list --query '[?managedBy==
]'
如果“磁盘状态”字段为未附加且“管理者”字段为空,则从 Azure 门户:“磁盘 > 概述 > 管理者字段”
有关磁盘使用情况的信息,请转到 Azure Monitor > Virtual Machines > Performance > Logical Disk Space Used %