I have a storage account storing blobs in the following container structure: Name\Year\Month\Day\Hour
I can use Get-AzureStorageContainer to get a list of all containers, which returns all the 'Names', but I need to drill down to the next level and return all 'Year' containers where name = something.
Does anyone know if this is possible in Azure Powershell?