Skip to content

Commit f111a0a

Browse files
Merge pull request #2715 from MicrosoftDocs/copilot/update-documentation-for-os-disks
Update Standard HDD OS disk retirement documentation
2 parents 3632d74 + 057905f commit f111a0a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

articles/virtual-machines/disks-hdd-os-retirement.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: azure-disk-storage
66
ms.topic: how-to
77
ms.date: 09/08/2025
88
ms.author: rogarana
9-
9+
ai-usage: ai-assisted
1010
---
1111

1212
# Migrate your Standard HDD OS disks by September 08, 2028
@@ -27,13 +27,15 @@ This retirement is only for the ability to use Standard HDD disks as OS disks. N
2727

2828
## What actions should I take?
2929

30+
Stop creating new virtual machines with Standard HDD OS disks. Use Standard SSD or Premium SSD for new OS disks instead.
31+
3032
To start planning a migration to either Standard SSD or Premium SSD OS disks, first, make a list of all affected OS disks and VMs.
3133

3234
If you have multiple subscriptions, use the [Disk Storage Center](https://portal.azure.com/#view/Microsoft_Azure_StorageHub/StorageHub.MenuView/~/DisksBrowse) to create a list. Add two filters, one for **Storage type** which should be equal to **Standard HDD LRS** and one for **OS type** which should equal to **Linux and Windows**. This produces a list of all Standard HDD OS disks across all your subscriptions. The **Owner** column is the name of the virtual machine that uses the listed Standard HDD OS disks.
3335

3436
The Disk Storage Center still works for individual subscriptions. But, if you prefer, you can use the Azure CLI or the Azure PowerShell module to get the same list for an individual subscription. For the Azure PowerShell module, use `Get-AzDisk | Where-Object { $_.Sku.Name -eq "Standard_LRS" -and $_.OsType }` and for the Azure CLI, use `az disk list --query "[?sku.name=='Standard_LRS' && osType!=null]" --output table`.
3537

36-
Once you have a list of Standard HDD OS disks, [convert your Standard HDD OS disks](disks-convert-types.md#change-the-type-of-an-individual-managed-disk) to either Standard SSD or Premium SSD disks.
38+
Once you have a list of Standard HDD OS disks, [convert your Standard HDD OS disks](disks-convert-types.md#change-the-type-of-an-individual-managed-disk) to either Standard SSD or Premium SSD disks. Review [Azure Disk Storage billing guidance](disks-understand-billing.md) to choose the most cost-effective disk type for your workloads.
3739

3840
For technical questions and issues, contact support.
3941

articles/virtual-machines/disks-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The following table provides a comparison of the five disk types to help you dec
3535
| **Max disk size** | 65,536 GiB | 65,536 GiB |32,767 GiB | 32,767 GiB | 32,767 GiB |
3636
| **Max throughput** | 10,000 MB/s | 1,200 MB/s | 900 MB/s | 750 MB/s | 500 MB/s |
3737
| **Max IOPS** | 400,000 | 80,000 | 20,000 | 6,000 | 2,000, 3,000* |
38-
| **Usable as OS Disk?** | No | No | Yes | Yes | Yes |
38+
| **Usable as OS Disk?** | No | No | Yes | Yes | [Yes (retiring Sept 8, 2028)](disks-hdd-os-retirement.md) |
3939

4040
\* Only applies to disks with performance plus enabled.
4141

0 commit comments

Comments
 (0)