azure file share quota

Handian Sudianto 4,811 Reputation points
2023-03-21T02:33:46.48+00:00

hello,

it's impossible to make azure file share more than 5 TB?

User's image

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,088 questions
0 comments No comments
{count} votes

Accepted answer
  1. Dillon Silzer 57,231 Reputation points
    2023-03-21T02:39:06.7333333+00:00

    Hello,

    The answer can be found below (answer from SumanthMarigowda-MSFT):

    By default, standard file shares can span only up to 5 TiB, although the share limit can be increased to 100 TiB. To do this, large file share feature must be enabled at the storage account-level. Premium storage accounts (FileStorage storage accounts) don't have the large file share feature flag as all premium file shares are already enabled for provisioning up to the full 100 TiB capacity.

    You can only enable large file shares on locally redundant or zone redundant standard storage accounts. Once you have enabled the large file share feature flag, you can't change the redundancy level to geo-redundant or geo-zone-redundant storage.

    To enable large file shares on an existing storage account, navigate to the Configuration view in the storage account's table of contents, and switch the large file share rocker switch to enabled:

    A screenshot of the enable large file share rocker switch in the Azure portal

    You can also enable 100 TiB file shares through the Set-AzStorageAccount PowerShell cmdlet and the az storage account update Azure CLI command.

    To learn more about how to enable large file shares on new storage accounts, see creating an Azure file share.

    Regional availability

    Standard file shares with 100 TiB capacity limit are available globally in all Azure regions, except:

    Locally redundant storage: All regions, except for South Africa North, South Africa West, Germany West Central, and Germany North.

    Zone redundant storage: Supported for all regions where Zone redundant storage is supported, except for Japan East, North Europe, South Africa North.

    Geo-redundant/GeoZone redundant storage: Not supported.

    Cited from https://github.com/MicrosoftDocs/azure-docs/issues/49066


    If this is helpful please accept answer.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.