Enabling Large File Share in Azure Subscription

We've seen in large enterprises that the 5 TiB Azure File Storage limit is insufficient, and we occasionally need a large file share for backup or another reason.

The standard file share limit in Azure is 5 TiB, but this limit can be increased to 100 TiB. 

To do so, enable the large file share feature at the storage account level. 

Because all premium file shares are already enabled for provisioning up to the full 100 TiB capacity, premium storage accounts (FileStorage storage accounts) do not have the large file share feature flag.

The standard file share limit in Azure is 5 TiB, but this limit can be increased to 100 TiB. 

To do so, enable the large file share feature at the storage account level. 

Because all premium file shares are already enabled for provisioning up to the full 100 TiB capacity, premium storage accounts (FileStorage storage accounts) do not have the large file share feature flag.

Large file shares can only be enabled on locally redundant or zone redundant standard storage accounts. You cannot change the redundancy level to geo-redundant or geo-zone redundant storage once you have enabled the large file share feature flag.

To enable this feature in your subscription, first run the following PowerShell command as shown below.

To enable this feature in your subscription, first run the PowerShell command shown below.

Register-AzProviderFeature -FeatureName AllowLargeFileShares -ProviderNamespace Microsoft.Storage

You can use the below mentioned command to enable large file share to a storage account:

Set-AzStorageAccount -ResourceGroupName -Name -EnableLargeFileShare