This article will discuss the syntax and usage of the New-AzStorageAccount PowerShell command with certain examples of how to use this command.
Table of Contents
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_GRSAfter executing the above command, I got the expected output, as shown in the screenshot below.

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 !!!

I am Rajkishore, and I am a Microsoft Certified IT Consultant. I have over 14 years of experience in Microsoft Azure and AWS, with good experience in Azure Functions, Storage, Virtual Machines, Logic Apps, PowerShell Commands, CLI Commands, Machine Learning, AI, Azure Cognitive Services, DevOps, etc. Not only that, I do have good real-time experience in designing and developing cloud-native data integrations on Azure or AWS, etc. I hope you will learn from these practical Azure tutorials. Read more.
