Skip to content

Commit 87e7b41

Browse files
authored
Merge pull request #111557 from gunjanj/patch-51
Updating LFS doc to remove regional restrictions
2 parents 4c7c230 + 7312247 commit 87e7b41

6 files changed

+11
-11
lines changed

articles/storage/files/storage-files-how-to-create-large-file-share.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Enabling large file shares on an account is an irreversible process. After you e
3939
![Screenshot showing how to create a resource group in the portal](media/storage-files-how-to-create-large-file-share/create-large-file-share.png)
4040

4141
1. Next, enter a name for your storage account. The name must be unique across Azure. The name also must be 3 to 24 characters in length, and it can only have numbers and lowercase letters.
42-
1. Select a location for your storage account, and make sure it's [one of the supported replication for large file shares](storage-files-planning.md#regional-availability).
42+
1. Select a location for your storage account.
4343
1. Set the replication to either **Locally redundant storage** or **Zone-redundant storage**.
4444
1. Leave these fields at their default values:
4545

articles/storage/files/storage-files-planning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ New file shares start with the full number of credits in its burst bucket. Burst
148148
### Enable standard file shares to span up to 100 TiB
149149
[!INCLUDE [storage-files-tiers-enable-large-shares](../../../includes/storage-files-tiers-enable-large-shares.md)]
150150

151-
#### Regional availability
151+
#### Limitations
152152
[!INCLUDE [storage-files-tiers-large-file-share-availability](../../../includes/storage-files-tiers-large-file-share-availability.md)]
153153

154154
## Redundancy

articles/storage/files/storage-files-scale-targets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ See the [Azure storage account scale targets](#azure-storage-account-scale-targe
4646
### File share and file scale targets
4747

4848
> [!NOTE]
49-
> Standard file shares larger than 5 TiB have certain limitations and regional restrictions.
50-
> For a list of limitations, regional information, and instructions to enable these larger file share sizes, see the [Onboard to larger file shares](storage-files-planning.md#enable-standard-file-shares-to-span-up-to-100-tib) section of the planning guide.
49+
> Standard file shares larger than 5 TiB have certain limitations.
50+
> For a list of limitations and instructions to enable larger file share sizes, see the [enable larger file shares on standard file shares](storage-files-planning.md#enable-standard-file-shares-to-span-up-to-100-tib) section of the planning guide.
5151
5252
[!INCLUDE [storage-files-scale-targets](../../../includes/storage-files-scale-targets.md)]
5353

includes/storage-files-scale-targets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ ms.author: rogarana
2121
| Maximum object (directories and files) name length | 2,048 characters | 2,048 characters |
2222
| Maximum pathname component (in the path \A\B\C\D, each letter is a component) | 255 characters | 255 characters |
2323

24-
\* Available in most regions, see [Regional availability](../articles/storage/files/storage-files-planning.md#regional-availability) for the details on available regions.
24+
\* Default on standard file shares is 5 TiB, see [Enable and create large file shares](../articles/storage/files/storage-files-how-to-create-large-file-share.md) for the details on how to increase the standard file shares scale up to 100 TiB.

includes/storage-files-tiers-enable-large-shares.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ To enable large file shares on an existing storage account, navigate to the **Co
1717

1818
![A screenshot of the enable large file share rocker switch in the Azure portal](media/storage-files-tiers-enable-large-shares/enable-lfs-0.png)
1919

20-
You can also enable 100 TiB file shares through the [`Set-AzStorageAccount`](https://docs.microsoft.com/powershell/module/az.storage/set-azstorageaccount) PowerShell cmdlet and the [`az storage account update`](https://docs.microsoft.com/cli/azure/storage/account#az-storage-account-update) Azure CLI command.
20+
You can also enable 100 TiB file shares through the [`Set-AzStorageAccount`](https://docs.microsoft.com/powershell/module/az.storage/set-azstorageaccount) PowerShell cmdlet and the [`az storage account update`](https://docs.microsoft.com/cli/azure/storage/account#az-storage-account-update) Azure CLI command. For detailed instructions on enabling large files shares, see [enable and create large file shares](../articles/storage/files/storage-files-how-to-create-large-file-share.md).
2121

22-
To learn more about how to enable large file shares on new storage accounts, see [creating an Azure file share](../articles/storage/files/storage-how-to-create-file-share.md).
22+
To learn more about how to create file shares on new storage accounts, see [creating an Azure file share](../articles/storage/files/storage-how-to-create-file-share.md).

includes/storage-files-tiers-large-file-share-availability.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
ms.author: rogarana
1010
ms.custom: include file
1111
---
12-
Standard file shares with 100 TiB capacity limit are available globally in all Azure regions, except:
12+
Standard file shares with 100 TiB capacity have certain limitations.
1313

14-
- Locally redundant storage: All regions, except for South Africa North, South Africa West, Germany West Central, and Germany North.
15-
- Zone redundant storage: Supported for all regions where Zone redundant storage is supported, except for Japan East, North Europe, South Africa North.
16-
- Geo-redundant/GeoZone redundant storage: Not supported.
14+
- Currently, only locally redundant storage (LRS) and zone redundant storage (ZRS) accounts are supported.
15+
- Once you enable large file shares, you cannot convert storage accounts to geo-redundant storage (GRS) or geo-zone-redundant storage (GZRS) accounts.
16+
- Once you enable large file shares, you can't disable it.

0 commit comments

Comments
 (0)