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
@@ -53,117 +53,6 @@ Storage accounts have two properties, kind and SKU, which dictate the billing mo
53
53
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
-
### Region supportability base on different billing models
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)
62
-
```powershell
63
-
# Login to Azure account
64
-
Connect-AzAccount
65
-
66
-
# Track down the subscription ID in GUID format
67
-
$subscriptionID = "your-subscription-id-number"
68
-
69
-
# Get Token
70
-
$token = Get-AzAccessToken
71
-
72
-
# Invoke SRP list SKU API, and get the returned SKU list
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.
169
58
@@ -937,6 +826,115 @@ az storage share-rm delete \
937
826
938
827
---
939
828
829
+
## Region supportability base on different billing models
830
+
You can verify region supportability for various billing models using the following commands.
831
+
# [Portal](#tab/azure-portal)
832
+
To view region supportability based on different billing models, use Azure PowerShell or Azure CLI.
833
+
834
+
# [PowerShell](#tab/azure-powershell)
835
+
```powershell
836
+
# Login to Azure account
837
+
Connect-AzAccount
838
+
839
+
# Track down the subscription ID in GUID format
840
+
$subscriptionID = "your-subscription-id-number"
841
+
842
+
# Get Token
843
+
$token = Get-AzAccessToken
844
+
845
+
# Invoke SRP list SKU API, and get the returned SKU list
-[Planning for an Azure Files deployment](storage-files-planning.md) or [Planning for an Azure File Sync deployment](../file-sync/file-sync-planning.md).
0 commit comments