我正在尝试使用West Central US
中的以下命令创建Azure经典存储帐户,但它会引发错误
"无法创建存储帐户' xxxx':'位置限制是 无效'。
New-AzureRmResource -ResourceName "xxxxx" -ResourceGroupName "xxx" -ResourceType "Microsoft.ClassicStorage/StorageAccounts" -Location "West Central US" -Properties @{ AccountType = "Standard_LRS" }
New-AzureStorageAccount –StorageAccountName "xxx" -Location "West Central US" -Type Standard_LRS
但我可以在其他位置创建经典存储帐户。