Skip to content

Commit 4df42e3

Browse files
Merge pull request #311150 from khdownie/patch-7
Clarify storage account file share billing requirements
2 parents 4df96b2 + a6e1fa0 commit 4df42e3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

articles/storage/files/create-classic-file-share.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: How to create an Azure storage account and Azure classic file share
55
author: khdownie
66
ms.service: azure-file-storage
77
ms.topic: how-to
8-
ms.date: 01/28/2026
8+
ms.date: 01/30/2026
99
ms.author: kendownie
1010
ms.custom: devx-track-azurecli, references_regions, devx-track-azurepowershell
1111
# Customer intent: "As a cloud administrator, I want to create and manage Azure classic file shares using the Azure portal, PowerShell, or CLI, so that I can efficiently store and access data with configurable performance and redundancy options."
@@ -69,7 +69,7 @@ The first tab to complete creating a storage account is labeled **Basics**, whic
6969
| Region | Drop-down list | _Available Azure regions_ | Yes | The region for the storage account to be deployed into. This can be the region associated with the resource group, or any other available region. |
7070
| Primary service | Drop-down list | <ul><li>Azure Blob Storage or Azure Data Lake Storage Gen 2</li><li>**Azure Files**</li><li>Other (tables and queues)</li></ul> | Only unpopulated and **Azure Files** | The service for which you're creating the storage account, in this case **Azure Files**. This field is optional, however, you can't select the provisioned v2 billing model unless you select **Azure Files** from the list. |
7171
| Performance | Radio button group | <ul><li>Standard</li><li>Premium</li></ul> | Yes | The media tier of the storage account. Select **Standard** for an HDD storage account and **Premium** for an SSD storage account. |
72-
| File share billing | Radio button group | <ul><li>Standard<ul><li>Pay-as-you-go</li><li>Provisioned v2</li></ul></li><li>Premium<ul><li>Provisioned v1</li></ul></li></ul> | Yes | The billing model desired for your scenario. We recommend provisioned v2 for all new deployments, although the provisioned v1 and pay-as-you-go billing models are still supported. |
72+
| File share billing | Radio button group | <ul><li>Standard<ul><li>Pay-as-you-go</li><li>Provisioned v2</li></ul></li><li>Premium<ul><li>Provisioned v1</li></ul></li></ul> | Yes | The billing model desired for your scenario. We recommend provisioned v2 for all new deployments, although the provisioned v1 and pay-as-you-go billing models are still supported for SSD and HDD file shares, respectively. |
7373
| Redundancy | Drop-down list | <ul><li>Locally redundant storage (LRS)</li><li>Geo-redundant storage (GRS)</li><li>Zone-redundant storage (ZRS)</li><li>Geo-zone-redundant storage (GZRS)</li></ul> | Yes | The redundancy choice for the storage account. See [Azure Files redundancy](./files-redundancy.md) for more information. |
7474
| Make read access to data available in the event of region unavailability | Checkbox | Checked/unchecked | No | This setting only appears if you select the pay-as-you-go billing model with GRS or GZRS redundancy. Azure Files doesn't support read access to data in the secondary region without a failover regardless of the status of this setting. |
7575

@@ -290,10 +290,10 @@ After you create a storage account, you can create a classic file share. This pr
290290

291291
### Create a provisioned v2 classic file share
292292

293-
When you create a classic file share using the provisioned v2 billing model, you specify how much storage, IOPS, and throughput your file share needs. The amount of each quantity that you provision determines your total bill. When you create a new file share using the provisioned v2 model, we provide a recommendation for how many IOPS and how much throughput you need based on the amount of provisioned storage you specify. Depending on your requirements, you might find that you require more or less IOPS or throughput than our recommendations, and can optionally override these recommendations with your own values as desired. To learn more, see [Understanding the provisioned v2 billing model](./understanding-billing.md#provisioned-v2-model).
293+
When you create a classic file share using the provisioned v2 billing model, you specify how much storage, IOPS, and throughput your file share needs. The amount of each quantity that you provision determines your total bill. We provide a recommendation for how many IOPS and how much throughput you need based on the amount of provisioned storage you specify. Depending on your requirements, you might find that you require more or less IOPS or throughput than our recommendations, and can optionally override these recommendations with your own values as desired. To learn more, see [Understanding the provisioned v2 billing model](./understanding-billing.md#provisioned-v2-model).
294294

295295
> [!IMPORTANT]
296-
> Before you create a provisioned v2 classic file share, make sure the storage account you intend to use is of the *FileStorage* storage account kind. To check the account kind, navigate to the storage account and look under **Essentials**.
296+
> Before you create a provisioned v2 classic file share, make sure the storage account you intend to use is of the *FileStorage* storage account kind. To check the account kind, navigate to the storage account and look under **Essentials**. When you created your storage account, you must have selected *Provisioned v2* for **File share billing**.
297297
298298
# [Portal](#tab/azure-portal)
299299

@@ -373,7 +373,7 @@ az storage share-rm create --resource-group $resourceGroupName --name $shareName
373373
When you create a classic file share using the provisioned v1 billing model, which only supports SSD file shares, you specify how much storage your share needs. IOPS and throughput capacity are then computed for you based on how much storage you provisioned. Depending on your individual file share requirements, you might find that you require more IOPS or throughput than our recommendations. In this case, you need to provision more storage to get the required IOPS or throughput. To learn more, see [Understanding the provisioned v1 billing model](./understanding-billing.md#provisioned-v1-model).
374374

375375
> [!IMPORTANT]
376-
> Before you create a provisioned v1 classic file share, make sure the storage account you intend to use is of the *FileStorage* storage account kind. To check the account kind, navigate to the storage account and look under **Essentials**.
376+
> Before you create a provisioned v1 classic file share, make sure the storage account you intend to use is of the *FileStorage* storage account kind. To check the account kind, navigate to the storage account and look under **Essentials**. When you created the storage account, you must have selected *Provisioned v1* for **File share billing**.
377377
378378
# [Portal](#tab/azure-portal)
379379

@@ -456,7 +456,7 @@ az storage share-rm create \
456456
Pay-as-you-go file shares (SMB only) have a property called **access tier**. All three access tiers are stored on the exact same HDD storage hardware. The main difference for these three access tiers is their data at-rest storage prices, which are lower in cooler tiers, and the transaction prices, which are higher in the cooler tiers. To learn more about the differences between tiers, see [differences in access tiers](./understanding-billing.md#differences-in-access-tiers).
457457

458458
> [!IMPORTANT]
459-
> Before you create a pay-as-you-go classic file share, make sure the storage account you intend to use is of the *StorageV2 (general purpose v2)* storage account kind. To check the account kind, navigate to the storage account and look under **Essentials**.
459+
> Before you create a pay-as-you-go classic file share, make sure the storage account you intend to use is of the *StorageV2 (general purpose v2)* storage account kind. To check the account kind, navigate to the storage account and look under **Essentials**. When you created your storage account, you must have selected *Pay-as-you-go file shares* for **File share billing**.
460460
461461
# [Portal](#tab/azure-portal)
462462

0 commit comments

Comments
 (0)