Azure PowerShell List Storage Accounts

Do you want to know the lists of storage accounts under a particular subscription? In this article, I will walk you through the complete steps to list the storage accounts in a subscription on Azure.

How To List The Storage Accounts In A Subscription On Azure PowerShell

To list the storage accounts in a subscription on Azure PowerShell, follow the below steps.

1. Open PowerShell ISE with Run As Administrator mode.

how to list the storage accounts in a subscription on azure

2. First, we must use the below command to connect to the Azure account.

Connect-AzAccount

After executing the above command, I got the expected output below.

how to list the storage accounts in a subscription on azure?

3. Now, we can use the Get-AzStorageAccount to get the lists of storage accounts under a specific subscription.

Get-AzStorageAccount

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

How To List The Storage Accounts In A Subscription On Azure PowerShell

Video Tutorial

Conclusion

To list the storage accounts in a subscription on Azure PowerShell using the Get-AzStorageAccount command, as mentioned in this article.

You may also like following the articles below.

Azure Virtual Machine

DOWNLOAD FREE AZURE VIRTUAL MACHINE PDF

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