Here is the structure:
- Root directory with more than one folder-> one of then "foo"
- foo folder has child folder "foo1"
- foo1 has various folders/contents
Now, I'd need to go to foo1. I was wondering if I should be reading foo and foo1 as a CloudBlobContainer or as a CloudBlob, if I read foo as Cloud Blob, it doesn't allow me to read foo1 as CloudBlob(couldn't find the method)