New-AzStorageAccount

This article will discuss the syntax and usage of the New-AzStorageAccount PowerShell command with certain examples of how to use this command.

New-AzStorageAccount

This Command can help you create a new Azure Storage account.

Syntax of the New-AzStorageAccount

Below is the syntax of the New-AzStorageAccount PowerShell command.

New-AzStorageAccount
 [-ResourceGroupName] <String>
 [-Name] <String>
   [-SkuName] <String>
  [-Location] <String>

Example of New-AzStorageAccount

You can execute the below PowerShell command to create a new Storage account.

New-AzStorageAccount -ResourceGroupName Demo1234 -Name mystorageaccount -Location eastus -SkuName Standard_GRS

After executing the above command, I got the expected output, as shown in the screenshot below.

New-AzStorageAccount

You may also like following the articles below.

Conclusion

This article discussed the syntax and usage of the New-AzStorageAccount PowerShell command with certain examples of how to use this command. Thanks for reading this article !!!

Azure Virtual Machine

DOWNLOAD FREE AZURE VIRTUAL MACHINE PDF

Download our free 25+ page Azure Virtual Machine guide and master cloud deployment today!