I have a case where I need to provide a zip file to download from browser from the multiple files in the Azure blob storage?
I believe that this can’t be done with out downloading the files to a machine and the pack it.
(I use Azure functions for API’s, so downloading them to function memory is not kinda good & end zip file could be ~5 GB)
Are there any other alternatives to achieve this?