Skip to content

Commit d9b2672

Browse files
Update find-unattached-disks.md
1 parent a8f65c1 commit d9b2672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/linux/find-unattached-disks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom: devx-track-azurecli, linux-related-content
1616
When you delete a virtual machine (VM) in Azure, by default, any disks that are attached to the VM aren't deleted. This feature helps to prevent data loss due to the unintentional deletion of VMs. After a VM is deleted, you will continue to pay for unattached disks. This article shows you how to find and delete any unattached disks and reduce unnecessary costs.
1717

1818
> [!NOTE]
19-
> You can use the [az disk show](/cli/azure/disk?view=azure-cli-latest) command to get the LastOwnershipUpdateTime for any disk. This property represents when the disk’s state was last updated. For an unattached disk, this will show the time when the disk was unattached. Note that this property will be blank for a new disk until its disk state is changed.
19+
> You can use the [az disk show](/cli/azure/disk) command to get the LastOwnershipUpdateTime for any disk. This property represents when the disk’s state was last updated. For an unattached disk, this will show the time when the disk was unattached. Note that this property will be blank for a new disk until its disk state is changed.
2020
2121

2222
## Managed disks: Find and delete unattached disks

0 commit comments

Comments
 (0)