I have a requirement where I have to upload the entire folder or directory with around 70 files to the blob and not the files, using Python. the entire folder, say 'sample' is a directory with 70 files and I need to upload the 'sample' as a folder to the container. Is there a way to do it?
Thanks, Shyam