Creating a zip file in situ within azure blob storage
问题 I have files stored in one container within a blob storage account. I need to create a zip file in a second container containing the files from the first container. I have a solution that works using a worker role and DotNetZip but because the zip file could end up being 1GB in size I am concerned that doing all the work in-process, using MemoryStream objects etc. is not the best way of doing this. My biggest concern is that of memory usage and freeing up resources given that this process