Skip to content

Commit 32359d5

Browse files
authored
Merge pull request #106569 from xyh1/patch-103
Update azure-storage-account-limits-standard.md
2 parents 21cffa9 + 8aeea05 commit 32359d5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

includes/azure-storage-account-limits-standard.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
ms.custom: include file
1111
---
1212

13-
The following table describes default limits for Azure general-purpose v1, v2, and Blob storage accounts. The *ingress* limit refers to all data that is sent to a storage account. The *egress* limit refers to all data that is received from a storage account.
13+
The following table describes default limits for Azure general-purpose v1 (GPv1), v2 (GPv2), Blob, Premium BlockBlob and Data Lake Gen2 enabled storage accounts. The *ingress* limit refers to all data that is sent to a storage account. The *egress* limit refers to all data that is received from a storage account.
1414

1515
| Resource | Default limit |
1616
| --- | --- |
17-
| Number of storage accounts per region per subscription, including both standard and premium accounts | 250 |
17+
| Number of storage accounts per region per subscription, including both standard, premium, and data lake gen2 accounts<sup>3</sup> | 250 |
1818
| Maximum storage account capacity | 5 PiB <sup>1</sup>|
1919
| Maximum number of blob containers, blobs, file shares, tables, queues, entities, or messages per storage account | No limit |
2020
| Maximum request rate<sup>1</sup> per storage account | 20,000 requests per second |
@@ -26,15 +26,17 @@ The following table describes default limits for Azure general-purpose v1, v2, a
2626
| Maximum number of virtual network rules per storage account | 200 |
2727
| Maximum number of IP address rules per storage account | 200 |
2828

29-
<sup>1</sup>Azure Storage standard accounts support higher capacity limits and higher limits for ingress by request. To request an increase in account limits for ingress, contact [Azure Support](https://azure.microsoft.com/support/faq/).
29+
<sup>1</sup> Azure Storage standard accounts support higher capacity limits and higher limits for ingress by request. To request an increase in account limits, contact [Azure Support](https://azure.microsoft.com/support/faq/).
3030

3131
<sup>2</sup> If your storage account has read-access enabled with geo-redundant storage (RA-GRS) or geo-zone-redundant storage (RA-GZRS), then the egress targets for the secondary location are identical to those of the primary location. [Azure Storage replication](https://docs.microsoft.com/azure/storage/common/storage-redundancy) options include:
3232

3333
[!INCLUDE [azure-storage-redundancy](azure-storage-redundancy.md)]
3434

35+
<sup>3</sup> [Azure Data Lake Storage Gen2](../articles/storage/blobs/data-lake-storage-introduction.md) is a set of capabilities dedicated to big data analytics, built on Azure Blob storage. Azure Storage and blob storage limitations apply to Data lake Gen2.
36+
3537
> [!NOTE]
3638
> Microsoft recommends 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. For more information, see [Upgrade to a general-purpose v2 storage account](../articles/storage/common/storage-account-upgrade.md).
3739
3840
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/).
3941

40-
All storage accounts run on a flat network topology and support the scalability and performance targets outlined in this article, regardless of when they were created. For more information on the Azure Storage flat network architecture and on scalability, see [Microsoft Azure Storage: A Highly Available Cloud Storage Service with Strong Consistency](https://blogs.msdn.com/b/windowsazurestorage/archive/2011/11/20/windows-azure-storage-a-highly-available-cloud-storage-service-with-strong-consistency.aspx).
42+
All storage accounts run on a flat network topology regardless of when they were created. For more information on the Azure Storage flat network architecture and on scalability, see [Microsoft Azure Storage: A Highly Available Cloud Storage Service with Strong Consistency](https://blogs.msdn.com/b/windowsazurestorage/archive/2011/11/20/windows-azure-storage-a-highly-available-cloud-storage-service-with-strong-consistency.aspx). A [hierarchical namespace can be enabled for a data lake gen2 account](../articles/storage/blobs/data-lake-storage-namespace.md) in addition to the flat namespace for multiprotocol access. Both flat and hierarchical namespace storage accounts support the same scalability and performance targets outlined in this article.

0 commit comments

Comments
 (0)