Skip to content

Commit 9c4c12f

Browse files
committed
Learn Editor: Update storage-account-overview.md
1 parent 4b67ee6 commit 9c4c12f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/common/storage-account-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ A storage account provides a unique namespace in Azure for your data. Every obje
9999
There are two types of service endpoints available for a storage account:
100100

101101
- [Standard endpoints](#standard-endpoints) (recommended). By default, you can create up to 250 storage accounts per region with standard endpoints in a given subscription. With a quota increase, you can create up to 500 storage accounts with standard endpoints per region. For more information, see [Increase Azure Storage account quotas](/azure/quotas/storage-account-quota-requests).
102-
- [Azure DNS zone endpoints](#azure-dns-zone-endpoints-preview) (preview). You can create up to 5000 storage accounts per region with Azure DNS zone endpoints in a given subscription.
102+
- [Azure DNS zone endpoints](#azure-dns-zone-endpoints-preview) (preview). You can create up to 5000 storage accounts per region per subscription with Azure DNS zone endpoints in a given subscription.
103103

104104
Within a single subscription, you can create accounts with either standard or Azure DNS Zone endpoints, for a maximum of 5250 accounts per region per subscription. With a quota increase, you can create up to 5500 storage accounts per region per subscription.
105105

@@ -151,7 +151,7 @@ The following table lists the format for Azure DNS Zone endpoints for each of th
151151
| Table Storage | `https://<storage-account>.z[00-50].table.storage.azure.net` |
152152

153153
> [!IMPORTANT]
154-
> You can create up to 5000 accounts with Azure DNS Zone endpoints per subscription. However, you may need to update your application code to query for the account endpoint at runtime. You can call the [Get Properties](/rest/api/storagerp/storage-accounts/get-properties) operation to query for the storage account endpoints.
154+
> You can create up to 5000 accounts with Azure DNS Zone endpoints per region per subscription. However, you may need to update your application code to query for the account endpoint at runtime. You can call the [Get Properties](/rest/api/storagerp/storage-accounts/get-properties) operation to query for the storage account endpoints.
155155
156156
Azure DNS zone endpoints are supported for accounts created with the Azure Resource Manager deployment model only. For more information, see [Azure Resource Manager overview](../../azure-resource-manager/management/overview.md).
157157

0 commit comments

Comments
 (0)