Skip to content

Commit 9e2bd8b

Browse files
committed
SSD Pv2 updates for how to create a file share.
1 parent d0f5c1a commit 9e2bd8b

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

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

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ For more information on these choices, see [Planning for an Azure Files deployme
2727

2828
| Management model | Billing model | Media tier | Redundancy | SMB | NFS |
2929
|-|-|-|-|:-:|:-:|
30+
| Microsoft.Storage | Provisioned v2 | SSD (premium) | Local (LRS) | ![Yes](../media/icons/yes-icon.png) | ![Yes](../media/icons/yes-icon.png) |
31+
| Microsoft.Storage | Provisioned v2 | SSD (premium) | Zone (ZRS) | ![Yes](../media/icons/yes-icon.png) | ![Yes](../media/icons/yes-icon.png) |
3032
| Microsoft.Storage | Provisioned v2 | HDD (standard) | Local (LRS) | ![Yes](../media/icons/yes-icon.png) | ![No](../media/icons/no-icon.png) |
3133
| Microsoft.Storage | Provisioned v2 | HDD (standard) | Zone (ZRS) | ![Yes](../media/icons/yes-icon.png) | ![No](../media/icons/no-icon.png) |
3234
| Microsoft.Storage | Provisioned v2 | HDD (standard) | Geo (GRS) | ![Yes](../media/icons/yes-icon.png) | ![No](../media/icons/no-icon.png) |
@@ -52,11 +54,11 @@ Storage accounts have two properties, kind and SKU, which dictate the billing mo
5254

5355
| Media tier | Billing model | Storage account kind | Storage account SKUs |
5456
|-|-|-|-|
55-
| HDD | [Provisioned v2](./understanding-billing.md#provisioned-v2-model) | FileStorage | <ul><li>StandardV2_LRS</li><li>StandardV2_ZRS</li><li>StandardV2_GRS</li><li>StandardV2_GZRS</li></ul> |
56-
| HDD | [Pay-as-you-go](./understanding-billing.md#pay-as-you-go-model) | StorageV2 | <ul><li>Standard_LRS</li><li>Standard_ZRS</li><li>Standard_GRS</li><li>Standard_GZRS</li></ul> |
57+
| SSD and HDD | [Provisioned v2](./understanding-billing.md#provisioned-v2-model) | FileStorage | <ul><li>PremiumV2_LRS</li><li>PremiumV2_ZRS</li><li>StandardV2_LRS</li><li>StandardV2_ZRS</li><li>StandardV2_GRS</li><li>StandardV2_GZRS</li></ul> |
5758
| SSD | [Provisioned v1](./understanding-billing.md#provisioned-v1-model) | FileStorage | <ul><li>Premium_LRS</li><li>Premium_ZRS</li></ul> |
59+
| HDD | [Pay-as-you-go](./understanding-billing.md#pay-as-you-go-model) | StorageV2 | <ul><li>Standard_LRS</li><li>Standard_ZRS</li><li>Standard_GRS</li><li>Standard_GZRS</li></ul> |
5860

59-
If you're creating an HDD file share, you can choose between the provisioned v2 and pay-as-you-go billing models. Both models are fully supported, however, we recommend provisioned v2 for new file share deployments. Provisioned v2 file shares are currently available in a limited subset of regions; see [provisioned v2 availability](./understanding-billing.md#provisioned-v2-availability) for more information.
61+
We recommended the provisioned v2 billing model for all new file share deployments. The provisioned v1 and pay-as-you-go billing models remain fully supported for new and existing deployments. Provisioned v2 file shares are currently available in a most regions but see [provisioned v2 availability](./understanding-billing.md#provisioned-v2-availability) for more information.
6062

6163
# [Portal](#tab/azure-portal)
6264
To create a storage account via the Azure portal, use the search box at the top of the Azure portal to search for **storage accounts** and select the matching result.
@@ -76,10 +78,10 @@ The first tab to complete to create a storage account is labeled **Basics**, whi
7678
| Subscription | Drop-down list | *Available Azure subscriptions* | Yes | The selected subscription in which to deploy the storage account. The number of storage accounts per subscription is limited, so to deploy a new storage account into a selected subscription, if it has fewer storage accounts deployed than the subscription limit. See [storage account scale targets](./storage-files-scale-targets.md#storage-account-scale-targets) for more information. |
7779
| Resource group | Drop-down list | *Available resource groups in selected subscription* | Yes | The resource group in which to deploy the storage account. A resource group is a logical container for organizing for Azure resources, including storage accounts. |
7880
| Storage account name | Text box | -- | Yes | The name of the storage account resource to be created. This name must be globally unique. The storage account name is used as the server name when you mount an Azure file share via SMB. Storage account names must be between 3 and 24 characters in length. They may contain numbers and lowercase letters only. |
79-
| 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. Note: HDD provisioned v2 file shares are only available in a subset of regions. See [provisioned v2 availability](./understanding-billing.md#provisioned-v2-availability) for more information. |
81+
| 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. |
8082
| 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. |
8183
| 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. |
82-
| 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. For HDD file shares, we recommend provisioned v2 for new deployments, although the pay-as-you-go billing model is still supported. For SSD file shares, the provisioned v1 is the only available billing option. Note: HDD provisioned v2 file shares are only available in a subset of regions. See [provisioned v2 availability](./understanding-billing.md#provisioned-v2-availability) for more information. |
84+
| 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. |
8385
| 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. |
8486
| 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 the Geo or GeoZone redundancy types. Azure Files doesn't support read access to data in the secondary region without a failover regardless of the status of this setting. |
8587

@@ -187,7 +189,10 @@ $resourceGroupName = "<my-resource-group>"
187189
$storageAccountName = "<my-storage-account-name>"
188190
$region = "<my-region>"
189191
$storageAccountKind = "FileStorage"
190-
# Valid SKUs for provisioned v2 HDD file share are 'StandardV2_LRS' (HDD Local Pv2), 'StandardV2_GRS' (HDD Geo Pv2), 'StandardV2_ZRS' (HDD Zone Pv2), 'StandardV2_GZRS' (HDD GeoZone Pv2).
192+
# Valid SKUs for provisioned v2 file shares are 'PremiumV2_LRS' (SSD Local),
193+
# 'PremiumV2_ZRS' (SSD Zone), 'StandardV2_LRS' (HDD Local),
194+
# 'StandardV2_GRS' (HDD Geo), 'StandardV2_ZRS' (HDD Zone),
195+
# 'StandardV2_GZRS' (HDD GeoZone).
191196
$storageAccountSku = "StandardV2_LRS"
192197
193198
New-AzStorageAccount -ResourceGroupName $resourceGroupName -AccountName $storageAccountName -SkuName $storageAccountSku -Kind $storageAccountKind -Location $region
@@ -211,8 +216,7 @@ $storageAccountName = "<my-storage-account-name>"
211216
$region = "<my-region>"
212217
213218
# Valid storage account kinds are FileStorage (SSD provisioned v1) and StorageV2
214-
# (HDD pay-as-you-go). Create HDD provisioned v2 storage accounts with
215-
# New-AzResource.
219+
# (HDD pay-as-you-go).
216220
$storageAccountKind = "FileStorage"
217221
218222
# Valid SKUs for FileStorage are Premium_LRS (SSD Local provisioned v1) and
@@ -243,7 +247,10 @@ storageAccountName="<my-storage-account-name>"
243247
region="<my-region>"
244248
storageAccountKind="FileStorage"
245249

246-
# Valid SKUs for provisioned v2 HDD file share are 'StandardV2_LRS' (HDD Local Pv2), 'StandardV2_GRS' (HDD Geo Pv2), 'StandardV2_ZRS' (HDD Zone Pv2), 'StandardV2_GZRS' (HDD GeoZone Pv2).
250+
# Valid SKUs for provisioned v2 file shares are 'PremiumV2_LRS' (SSD Local),
251+
# 'PremiumV2_ZRS' (SSD Zone), 'StandardV2_LRS' (HDD Local),
252+
# 'StandardV2_GRS' (HDD Geo), 'StandardV2_ZRS' (HDD Zone),
253+
# 'StandardV2_GZRS' (HDD GeoZone).
247254
storageAccountSku="StandardV2_LRS"
248255

249256
az storage account create --resource-group $resourceGroupName --name $storageAccountName --location $region --kind $storageAccountKind --sku $storageAccountSku --output none
@@ -267,8 +274,7 @@ storageAccountName="<my-storage-account-name>"
267274
region="<my-region>"
268275

269276
# Valid storage account kinds are FileStorage (SSD provisioned v1) and StorageV2
270-
# (HDD pay-as-you-go). Create HDD provisioned v2 storage accounts with
271-
# az resource create.
277+
# (HDD pay-as-you-go).
272278
storageAccountKind="FileStorage"
273279

274280
# Valid SKUs for FileStorage are Premium_LRS (SSD Local provisioned v1) and

0 commit comments

Comments
 (0)