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/6-design-for-azure-files.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Azure file shares can be used in two ways. You can directly mount serverless Azu
28
28
29
29
Because Azure Files stores files in a storage account, you can [choose your performance level](/azure/storage/files/storage-files-scale-targets). Performance metrics differ between standard and premium storage account levels. Premium accounts offer lower latency and higher IOPS and bandwidth.
30
30
31
-
Standard performance accounts use HDD to store data. With HDD, the costs are lower but so is the performance. SSD arrays back the premium storage account's performance, which comes with higher costs. Currently, premium accounts can only use file storage accounts with ZRS storage in a limited number of regions.
31
+
Standard performance accounts use HDD to store data. With HDD, the costs are lower but so is the performance. SSD arrays back the premium storage account's performance, which comes with higher costs. SSD file shares support LRS and ZRS redundancy. Geo-redundant options (GRS and GZRS) are only available for HDD file shares.
32
32
33
33
#### Determine your storage tier
34
34
@@ -42,6 +42,16 @@ Azure Files offers four tiers of storage. These tiers allow you to tailor your f
42
42
43
43
-**Cool access tier**: Cost-efficient storage optimized for online archive storage scenarios. Offered on storage hardware using HDDs.
44
44
45
+
#### Choose your billing model
46
+
47
+
Azure Files supports three billing models that affect how storage costs are calculated.
48
+
49
+
-**Provisioned v2 (recommended)**. Allows you to independently set the storage capacity, IOPS, and throughput for your file share. Available for both SSD and HDD file shares. Provisioned v2 is recommended for new deployments.
50
+
51
+
-**Pay-as-you-go**. Charges are based on actual usage for transactions and storage. Available for HDD file shares only. Useful for workloads with unpredictable access patterns.
52
+
53
+
-**Provisioned v1 (legacy)**. Storage, IOPS, and throughput scale together in a fixed ratio. Available for SSD file shares only.
54
+
45
55
### Things to consider when choosing your implementation
46
56
47
57
[Your decision about which technology](/azure/storage/common/nfs-comparison) to implement depends on your business use cases, the protocols required for your files, and your performance goals. We review considerations for using Azure Blob Storage and Azure Files. Another option is to use [Azure NetApp Files](/azure/azure-netapp-files/), which is a fully managed, highly available, enterprise-grade NAS service. Azure NetApp Files can handle the most demanding, high-performance, low-latency workloads. You can migrate workloads that are deemed "unmigratable."
@@ -55,5 +65,7 @@ The following table compares features and uses cases for these three implementat
|**Performance (per volume)**| Up to 20,000 IOPS. Up to 15 GiB/s throughput. | Up to 100,000 IOPS. Up to 10 GiB/s throughput | Up to 460,000 IOPS. Up to 4.5 GiB/s throughput for regular volumes. Up to 10 GiB/s throughput for large volumes. |
57
67
68
+
69
+
58
70
> [!TIP]
59
-
> Learn more about file based workloads in the [Introduction to Azure NetApp Files](/training/modules/introduction-to-azure-netapp-files/) training module.
71
+
> Learn more about file based workloads in the [Introduction to Azure NetApp Files](/training/modules/introduction-to-azure-netapp-files/) training module.
0 commit comments