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: articles/storage/common/storage-scalability-targets.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,9 @@ For more information on the scale and performance targets for Azure Files and Az
40
40
41
41
> [!IMPORTANT]
42
42
> Storage account limits apply to all shares. Scaling up to the max for storage accounts is only achievable if there is only one share per storage account.
43
+
>
44
+
> Standard file shares larger than 5 TiB are in preview and have certain limitations.
45
+
> For a list of limitations and to onboard to the preview of these larger file share sizes, see the [Standard file shares](../files/storage-files-planning.md#standard-file-shares) section of the Azure Files planning guide.
Copy file name to clipboardExpand all lines: articles/storage/files/storage-files-planning.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,8 +71,23 @@ If you are using Azure File Sync to access your Azure file share, we will always
71
71
72
72
Azure Files offers two performance tiers: standard and premium.
73
73
74
-
* **Standard file shares** are backed by rotational hard disk drives (HDDs) that provide reliable performance for IO workloads that are less sensitive to performance variability such as general-purpose file shares and dev/test environments. Standard file shares are only available in a pay-as-you-go billing model.
75
-
* **Premium file shares (preview)** are backed by solid-state disks (SSDs) that provide consistent high performance and low latency, within single-digit milliseconds for most IO operations, for the most IO-intensive workloads. This makes them suitable for a wide variety of workloads like databases, web site hosting, development environments, etc. Premium file shares are only available in a provisioned billing model. Premium file shares use a deployment model separate from standard file shares.
74
+
### Standard file shares
75
+
76
+
Standard file shares are backed by hard disk drives (HDDs). Standard file shares provide reliable performance for IO workloads that are less sensitive to performance variability such as general-purpose file shares and dev/test environments. Standard file shares are only available in a pay-as-you-go billing model.
77
+
78
+
Standard file shares up to 5 TiB in size are available as a GA offering. While larger file shares, which are any shares larger than 5 TiB, up to a maximum of 100 TiB, are currently available as a preview offering.
79
+
80
+
> [!IMPORTANT]
81
+
> - Requires you to create a new general purpose storage account (cannot expand existing storage accounts).
82
+
> - Are only available with LRS.
83
+
> - Available in three regions: West US 2, West Europe, and SE Asia regions.
84
+
> - LRS to GRS account conversion will not be possible on any new storage account created after the subscription is accepted to the larger file shares preview.
85
+
86
+
If you'd like to onboard to the preview of these larger file share sizes, submit this [form](https://aka.ms/azurefilesatscalesurvey).
87
+
88
+
### Premium file shares (preview)
89
+
90
+
Premium file shares (preview) are backed by solid-state disks (SSDs). Premium file shares provide consistent high performance and low latency, within single-digit milliseconds for most IO operations, for IO-intensive workloads. This makes them suitable for a wide variety of workloads like databases, web site hosting, development environments, etc. Premium file shares are only available in a provisioned billing model. Premium file shares use a deployment model separate from standard file shares.
76
91
77
92
Azure Backup is available for premium file shares and Azure Kubernetes Service supports premium file shares in version 1.13 and above.
Copy file name to clipboardExpand all lines: articles/storage/files/storage-files-scale-targets.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,13 @@ For example: A single share can achieve 100,000 IOPS and a single file can scale
40
40
Premium file shares are provisioned in a special storage account called **filestorage (preview)**. This account has slightly different scale targets than the storage account used for standard file shares. For the storage account scale targets, refer to the table in the [Azure storage account scale targets](#azure-storage-account-scale-targets) section.
41
41
42
42
> [!IMPORTANT]
43
-
> Storage account limits apply to all shares. Scaling up to the max for storage accounts is only achievable if there is only one share per storage account.
43
+
> Storage account limits apply to all shares. Scaling up to the max for FileStorage accounts is only achievable if there is only one share per FileStorage account.
44
+
45
+
### File share and file scale targets
46
+
47
+
> [!NOTE]
48
+
> Standard file shares larger than 5 TiB are in preview and have certain limitations.
49
+
> For a list of limitations and to onboard to the preview of these larger file share sizes, see the [Standard file shares](storage-files-planning.md#standard-file-shares) section of the planning guide.
Copy file name to clipboardExpand all lines: includes/azure-storage-limits.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,15 +27,15 @@ The following table describes default limits for Azure general-purpose v1, v2, a
27
27
<sup>1</sup>Azure Standard Storage accounts support higher limits for ingress by request. To request an increase in account limits for ingress, contact [Azure Support](https://azure.microsoft.com/support/faq/).
***RA-GRS**: Read-access geo-redundant storage. If RA-GRS is enabled, egress targets for the secondary location are identical to those for the primary location.
31
-
***GRS**: Geo-redundant storage.
32
-
***ZRS**: Zone-redundant storage.
33
-
***LRS**: Locally redundant storage.
30
+
-**RA-GRS**: Read-access geo-redundant storage. If RA-GRS is enabled, egress targets for the secondary location are identical to those for the primary location.
31
+
-**GRS**: Geo-redundant storage.
32
+
-**ZRS**: Zone-redundant storage.
33
+
-**LRS**: Locally redundant storage.
34
34
35
35
> [!NOTE]
36
36
> We recommend that you use a general-purpose v2 storage account for most scenarios. You can easily upgrade a general-purpose v1 or an Azure Blob storage account to a general-purpose v2 account with no downtime and without the need to copy data.
37
37
>
38
-
> For more information on Azure Storage accounts, see [Storage account overview](../articles/storage/common/storage-account-overview.md).
38
+
> For more information on Azure Storage accounts, see [Storage account overview](../articles/storage/common/storage-account-overview.md).
39
39
40
40
If the needs of your application exceed the scalability targets of a single storage account, you can build your application to use multiple storage accounts. You can then partition your data objects across those storage accounts. For information on volume pricing, see [Azure Storage pricing](https://azure.microsoft.com/pricing/details/storage/).
0 commit comments