An Azure service that stores unstructured data in the cloud as blobs.
Directories in blob storage are considered virtual and should be included as part of the blob name. There is a similar question on StackOverflow which you might find helpful. Basically you will want to use the -Blob option for Set-AzureStorageBlobContent and include the folder(s) as part of the name, such as "test/myfile.txt".
-------------------------------
Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.