Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: ✔️ Linux VMs ✔️ Windows VMs
On September 8, 2028, the ability to use Standard HDD disks as OS disks will be retired. After that date, all Standard HDD disks being used as OS disks will be automatically converted to Standard SSD disks of equivalent size. To avoid potential service disruptions during the conversion to Standard SSD after the retirement date, convert your Standard HDD OS disks to either Standard SSD or Premium SSD disks before the retirement date.
If you're using Standard HDD as OS disks, begin planning a migration now. Generally, Standard SSD provides the closest price to performance ratio as Standard HDD disks. If you need higher performance, migrate to Premium SSD.
How am I affected?
After September 8, 2028, any existing virtual machines using Standard HDD OS Disks will have their OS disks automatically converted to a Standard SSD of equivalent size. Workloads on these disks may experience a service disruption if they're not migrated before September 8, 2028.
What is being retired?
This retirement is only for the ability to use Standard HDD disks as OS disks. None of the other managed disk types or ephemeral OS disks will be affected by this retirement.
What actions should I take?
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.
If you have multiple subscriptions, use the Disk Storage Center 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.
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.
Once you have a list of Standard HDD OS disks, convert your Standard HDD OS disks to either Standard SSD or Premium SSD disks.
For technical questions and issues, contact support.
What resources are available for this migration?
Microsoft Q&A: Microsoft and community support for migration.