This article describes how to use Azure PowerShell to create an advanced storage account and how to use it.
Run the following command in PowerShell
New-azurestorageaccount-storageaccountname "Hcjpremium"-location "China East"-type "Premium_lrs"
650) this.width=650; "title=" image "style=" border-top:0px; border-right:0px; border-bottom:0px; border-left:0px; Display:inline "border=" 0 "alt=" image "src=" http://s3.51cto.com/wyfs02/M01/8C/38/ Wkiol1hl8qqzlqbvaab68d1n-dg058.png "" 644 "height="/>
Log in to the portal to see the premium storage that has been created
650) this.width=650; "title=" image "style=" border-top:0px; border-right:0px; border-bottom:0px; border-left:0px; Display:inline "border=" 0 "alt=" image "src=" Http://s3.51cto.com/wyfs02/M00/8C/3C/wKiom1hl8QuSknhnAAA_K9a_ Yva944.png "" 644 "height=" 173 "/>
Then execute the following command, set to the store that you are currently using.
Set-azuresubscription-subscriptionname "HUANGCJ test"-currentstorageaccountname "Hcjpremium"
Create an advanced storage account using Azure PowerShell