You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/files/storage-how-to-create-file-share.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,9 +54,11 @@ Storage accounts have two properties, kind and SKU, which dictate the billing mo
54
54
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.
55
55
56
56
### Region supportability base on different billing models
57
-
To view region supportability on different billing models on CLI, use the following command.
58
-
# [PowerShell](#tab/azure-powershell1)
59
-
### To view Region supportability on different billing models (PowerShell)
57
+
# [Portal](#tab/azure-portal)
58
+
To view region supportability based on different billing models, use Azure PowerShell or Azure CLI.
59
+
60
+
# [PowerShell](#tab/azure-powershell)
61
+
### Region supportability on different billing models (PowerShell)
60
62
```powershell
61
63
# Login to Azure account
62
64
Connect-AzAccount
@@ -128,8 +130,8 @@ if ($filteredResult.Count -eq 0) {
128
130
}
129
131
```
130
132
131
-
# [Azure CLI](#tab/azure-cli1)
132
-
### To view Region supportability on different billing models (Azure CLI)
133
+
# [Azure CLI](#tab/azure-cli)
134
+
### Region supportability on different billing models (Azure CLI)
133
135
This script use jq command line JSON processor, to download, please visit https://jqlang.org/download/
0 commit comments