Azure Powershell核心功能存储帐户创建问题
码:
Get-AzureRmSubscription
Select-AzureRmSubscription -SubscriptionId "000-0000-0000-0000-000"
$resourceGroup = "TestPowerShellFunction"
$location = "eastus"
$storageAccountName = "testpshstorageacc"
$skuName...