Skip to content

Commit 4c9825c

Browse files
authored
Update 7-design-for-azure-disk-solutions.md
1 parent 511739a commit 4c9825c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ Think about what data disk types are needed for Tailwind Traders. Consider your
3434

3535
- **Premium SSD storage**: Azure Premium SSD-managed disks provide high throughput and IOPS with low latency. These disks offer a slightly less performance compared to Ultra Disk Storage. Premium SSD storage is available in all regions.
3636

37-
- **Premium SSD v2 storage**: Azure Premium SSD v2 managed disks offer higher performance than Premium SSDs and are generally less costly. You can independently tune capacity, IOPS, and throughput at any time without downtime. Premium SSD v2 is recommended for most general purpose workloads, including databases and gaming applications. Premium SSD v2 isn't available in all regions.
37+
- **Premium SSD v2 storage**: Azure Premium SSD v2 managed disks offer higher performance than Premium SSDs and are less costly. You can independently tune capacity, IOPS, and throughput at any time without downtime. Premium SSD v2 is recommended for most general purpose workloads, including databases and gaming applications. Premium SSD v2 isn't available in all regions.
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). 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.
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). You can use Standard HDD disks for data disks on any VM. 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)