May 22nd, 2015

PowerTip: See Data in Azure Storage

Doctor Scripto
Scripter

Summary: Use Windows PowerShell to show the files in an Azure Storage blob.

Hey, Scripting Guy! Question How can I use Windows PowerShell to see files that are in my subscription and stored in Azure blobs?

Hey, Scripting Guy! Answer Use a combination of the Get-AzureStorageContainer and Get-AzureStorageBlob cmdlets.
           For example, to see all of the data stored within the VHDs container in an Azure Storage blob, use:

Get-AzureStorageContainer vhds | Get-AzureStorageBlob

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion is closed.