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.
Table of Contents
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.

2. First, we must use the below command to connect to the Azure account.
Connect-AzAccountAfter executing the above command, I got the expected output below.

3. Now, we can use the Get-AzStorageAccount to get the lists of storage accounts under a specific subscription.
Get-AzStorageAccountAfter executing the above command, I got the expected output as shown in the screenshot below.

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.
- How To Restore Deleted Storage Account In Azure
- How To Get Azure Storage Account URL
- Move storage account to another region
- Set-AzStorageAccount
- How to enable Azure Storage Account Public Access

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.
