本文介绍如何使用 Azure PowerShell 来创建高级存储帐户以及如何使用它。
在Powershell中运行如下命令
New-AzureStorageAccount -StorageAccountName "hcjpremium" -Location "China East" -Type "Premium_LRS"
登录portal可以看到已经创建好的高级存储
然后执行如下命令,设置为当前要使用的存储 。
Set-AzureSubscription -SubscriptionName "huangcj 测试" -CurrentStorageAccountName "hcjpremium"
时间: 2024-10-11 22:17:32