PowerTip: See Data in Azure Storage

Doctor Scripto

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

0 comments

Discussion is closed.

Feedback usabilla icon