Is there a way to download multiple files from the azure portal blob container ? Download option goes away when I select multiple files. Of course we can do one file at a time
Is there a way to download multiple files from the azure portal blob container ? Download option goes away when I select multiple files. Of course we can do one file at a time
Unfortunately, we are currently unable to download multiple blobs from azure storage in the azure portal.
In fact, not only azure portal, but also cannot be downloaded in batches programmatically, you can refer to this answer:
https://stackoverflow.com/a/60950916/13832613
Update:
You can install Azure Storage Explore locally and use it to download multiple blobs, I did a test, and it works well: