Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: See Data in Azure Storage

$
0
0

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


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>