Stream Azure Blob Files to Zip File in Azure Blob Storage using C#

Here’s a simple way to write multiple files already located in Azure Blob Storage to a zip file and write/save to Azure Blob Storage using C#. Only a single file will be in memory at once, so you can create very large zip files without any memory issues of downloading all blobs in memory. This […]