You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/wwl-azure/design-data-storage-solution-for-non-relational-data/includes/7-design-for-azure-disk-solutions.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
Azure offers many disk solutions. In this module, we examine how to work with data disks by using Azure managed disks.
2
2
3
-
Data disks are used by virtual machines to store data like database files, website static content, or custom application code. The number of data disks you can add depends on the virtual machine size. Each data disk has a maximum capacity of 32,767 GB.
3
+
Data disks are used by virtual machines to store data like database files, website static content, or custom application code. The number of data disks you can add depends on the virtual machine size.
4
4
5
5
> [!Tip]
6
6
> Microsoft recommends always using [Azure managed disks](/azure/virtual-machines/managed-disks-overview). You specify the disk size, the disk type, and provision the disk. Azure handles the remaining operations.
7
7
8
8
### Things to know about managed disks
9
9
10
-
Azure offers several types of managed disks. The following table shows a [comparison of four data disk types](/azure/virtual-machines/disks-types#disk-type-comparison).
10
+
Azure offers several types of managed disks. The following table shows a [comparison of data disk types](/azure/virtual-machines/disks-types#disk-type-comparison).
11
11
12
-
| Comparison | Ultra-disk | Premium SSD | Standard SSD | Standard HDD |
13
-
| --- | --- | --- | --- | --- |
14
-
|**Disk type**| SSD | SSD | SSD | HDD |
15
-
|**Scenario**| IO-intensive workloads, such as SAP HANA, top tier databases like SQL Server and Oracle, and other transaction-heavy workloads | Production and performance sensitive workloads | Web servers, Lightly used enterprise applications, development, and testing | Backup, Noncritical, Infrequent access |
12
+
| Comparison | Ultra-disk | Premium SSD v2 | Premium SSD | Standard SSD | Standard HDD |
13
+
| --- | --- | --- | --- | --- | ---|
14
+
|**Disk type**| SSD | SSD | SSD |SSD |HDD |
15
+
|**Scenario**| IO-intensive workloads, such as SAP HANA, top tier databases like SQL Server and Oracle, and other transaction-heavy workloads | Production and performance-sensitive workloads that consistently require low latency and high IOPS and throughput | Production and performance sensitive workloads | Web servers, Lightly used enterprise applications, development, and testing | Backup, Noncritical, Infrequent access |
16
16
17
17
#### Choose an encryption option
18
18
@@ -34,12 +34,14 @@ Think about what data disk types are needed for Tailwind Traders. Consider your
34
34
35
35
-**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.
36
36
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.
38
+
37
39
-**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.
38
40
39
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.
40
42
41
43
-**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`.
42
44
43
-
> [!Warning]
44
-
> Disk caching isn't supported for disks 4 TiB and larger. When multiple disks are attached to your Virtual Machine, each disk smaller than 4 TiB supports caching. Changing the cache setting of an Azure disk, detaches and reattaches the target disk. When it's the OS disk, the VM is restarted.
45
+
> [!Warning]
46
+
> Disk caching isn't supported for disks 4 TiB and larger. When multiple disks are attached to your Virtual Machine, each disk smaller than 4 TiB supports caching. Changing the cache setting of an Azure disk, detaches and reattaches the target disk. When it's the OS disk, the VM is restarted.
0 commit comments