is it possible to get #azure #storage #blob #metadata from #PowerShell?can set via Set-AzureStorageBlobContent but how to read?
1
0
0
0
0
@sqlserverrocks This requires using the Azure Blob Service REST API. I've created a working sample here: github.com/Kevin-Bronsdij…