Skip to content

Commit e29b27e

Browse files
Merge pull request #280120 from jeffpatt24/patch-3
Update geo-redundant-storage-for-large-file-shares.md
2 parents c54bb75 + ff19f85 commit e29b27e

File tree

2 files changed

+6
-27
lines changed

2 files changed

+6
-27
lines changed

articles/storage/file-sync/file-sync-deployment-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to deploy Azure File Sync storage sync service using the
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: how-to
7-
ms.date: 06/03/2024
7+
ms.date: 07/05/2024
88
ms.author: kendownie
99
ms.custom: devx-track-azurepowershell, devx-track-azurecli
1010
ms.devlang: azurecli

articles/storage/files/geo-redundant-storage-for-large-file-shares.md

Lines changed: 5 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Azure Files geo-redundancy for large file shares significantly impr
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: conceptual
7-
ms.date: 05/29/2024
7+
ms.date: 07/05/2024
88
ms.author: kendownie
99
ms.custom: references_regions
1010
---
@@ -37,7 +37,7 @@ If the primary region becomes unavailable for any reason, you can [initiate an a
3737
3838
## New limits for geo-redundant shares
3939

40-
In regions that are now generally available, all standard SMB file shares that are geo-redundant (both new and existing) now support up to 100TiB capacity and have higher performance limits:
40+
All standard SMB file shares that are geo-redundant (both new and existing) now support up to 100TiB capacity and have higher performance limits:
4141

4242
| **Attribute** | **Previous limit** | **New limit** |
4343
|---------------|-------------------|---------------|
@@ -46,37 +46,16 @@ In regions that are now generally available, all standard SMB file shares that a
4646
| Max throughput per share | Up to 60 MiB/s | Up to [storage account limits](./storage-files-scale-targets.md#storage-account-scale-targets) (150x increase) |
4747

4848
## Region availability
49-
Azure Files geo-redundancy for large file shares is generally available in all regions except China East 2 and China North 2, which are still in preview.
49+
Azure Files geo-redundancy for large file shares is generally available in all regions.
5050

5151
## Pricing
5252

5353
Pricing is based on the standard file share tier and redundancy option configured for the storage account. To learn more, see [Azure Files Pricing](https://azure.microsoft.com/pricing/details/storage/files/).
5454

55-
## Register for the feature
56-
57-
To get started, register for the feature using Azure portal or PowerShell. This step is required for regions that are in preview and is no longer required for regions that are generally available.
58-
59-
# [Azure portal](#tab/portal)
60-
61-
1. Sign in to the [Azure portal](https://portal.azure.com?azure-portal=true).
62-
2. Search for and select **Preview features**.
63-
3. Click the **Type** filter and select **Microsoft.Storage**.
64-
4. Select **Azure Files geo-redundancy for large file shares** and click **Register**.
65-
66-
# [Azure PowerShell](#tab/powershell)
67-
68-
To register your subscription using Azure PowerShell, run the following commands. Replace `<your-subscription-id>` and `<your-tenant-id>` with your own values.
69-
70-
```azurepowershell-interactive
71-
Connect-AzAccount -SubscriptionId <your-subscription-id> -TenantId <your-tenant-id>
72-
Register-AzProviderFeature -FeatureName AllowLfsForGRS -ProviderNamespace Microsoft.Storage
73-
```
74-
---
75-
7655
## Configure geo-redundancy and 100 TiB capacity for standard SMB file shares
7756

78-
In regions that are now generally available:
79-
- All standard SMB file shares (new and existing) support up to 100 TiB capacity and you can select any redundancy option supported in the region. Since all standard SMB file shares now support up to 100 TiB capacity, the large file share (LargeFileSharesState) property on storage accounts is no longer used and will be removed in the future.
57+
In all regions that support geo-redundancy:
58+
- Standard SMB file shares (new and existing) support up to 100 TiB capacity and you can select any redundancy option supported in the region. Since all standard SMB file shares now support up to 100 TiB capacity, the large file share (LargeFileSharesState) property on storage accounts is no longer used and will be removed in the future.
8059
- If you have existing file shares, you can now increase the file share size up to 100 TiB (share quotas aren't automatically increased).
8160
- Performance limits (IOPS and throughput) for your file shares have automatically increased to the storage account limits.
8261

0 commit comments

Comments
 (0)