Skip to content

Commit 904390d

Browse files
authored
Update 7-design-for-azure-disk-solutions.md
1 parent d46bdf3 commit 904390d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

learn-pr/wwl-azure/design-data-storage-solution-for-non-relational-data/includes/7-design-for-azure-disk-solutions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Think about what data disk types are needed for Tailwind Traders. Consider your
3838

3939
- **Standard SSD**: Azure Standard SSD-managed disks are a cost-effective storage option for VMs that need consistent performance at lower speeds. Standard SSD disks aren't as fast as Premium SSD disks or Ultra Disk Storage. You can attach Standard SSD disks to any VM.
4040

41-
- **Standard HDD**: In Azure Standard HDD-managed disks, data is stored on conventional magnetic disk drives that have moving spindles. Disks are slower and the variation in speeds is higher compared to solid-state drives (SSDs). Like Standard SSD disks, you can use Standard HDD disks for any VM.
41+
- **Standard HDD**: In Azure Standard HDD-managed disks, data is stored on conventional magnetic disk drives that have moving spindles. Disks are slower and the variation in speeds is higher compared to solid-state drives (SSDs). LYou can use Standard HDD disks for data disks on any VM. Note that Standard HDD support for OS disks is being retired on September 8, 2028.
4242

4343
- **Consider data caching**. Improve performance with disk caching. Azure Virtual Machines [disk caching](/azure/virtual-machines/premium-storage-performance#disk-caching) optimizes read and write access to the virtual hard disk (VHD) files. The VHDs are attached to Azure Virtual Machines. For OS disks, the default cache setting is `ReadWrite`, and for data disks, the default is `ReadOnly`.
4444

0 commit comments

Comments
 (0)