Skip to content

Commit 9ebfd5a

Browse files
committed
Staging portal changes.
1 parent e286d36 commit 9ebfd5a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: How to find unattached Azure managed and unmanaged (VHDs/page blobs
44
author: roygara
55
ms.service: azure-disk-storage
66
ms.topic: how-to
7-
ms.date: 04/25/2022
7+
ms.date: 04/10/2024
88
ms.author: rogarana
99
---
1010

@@ -24,6 +24,10 @@ If you have unattached managed disks and no longer need the data on them, the fo
2424
On the **Disks** blade, you are presented with a list of all your disks.
2525

2626
1. Select the disk you'd like to delete, this brings you to the individual disk's blade.
27+
28+
> [!NOTE]
29+
> The disk's blade also displays the **LastOwnershipUpdateTime** property. This property represents when the disk’s state was last updated. For an unattached disk, this shows the time when the disk was unattached. This property is blank for newly created disks, until their state changes.
30+
2731
1. On the individual disk's blade, confirm the disk state is unattached, then select **Delete**.
2832

2933
:::image type="content" source="media/disks-find-unattached-portal/delete-managed-disk-unattached.png" alt-text="Screenshot of an individual managed disks blade. This blade will show unattached in the disk state if it is unattached. You can delete this disk if you do not need to preserve its data any longer":::

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) 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 shows the time when the disk was unattached. This property is blank for newly created disks, until their state changes.
2020
2121

2222
## Managed disks: Find and delete unattached disks

articles/virtual-machines/windows/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-azurepowershell
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 [Get-AzureDisk](/powershell/module/servicemanagement/azure/get-azuredisk?view=azuresmps-4.0.0) 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 [Get-AzureDisk](/powershell/module/servicemanagement/azure/get-azuredisk?view=azuresmps-4.0.0) command to get the `LastOwnershipUpdateTime` for any disk. This property represents when the disk’s state was last updated. For an unattached disk, this shows the time when the disk was unattached. This property is blank for newly created disks, until their state changes.
2020
2121
## Managed disks: Find and delete unattached disks
2222

0 commit comments

Comments
 (0)