Relative Content

Tag Archive for c#asp.net.netazure-blob-storagesystem-design

Creating a large Zip from files present in Blob storage in Dotnet core

We are trying to create a zip of all the files related to a particular environment (which would be 100s of 1000s in number with average size of 100KB). After zipping the size of zip file would be around 40-50GB normally and more than that in case of exceptions. These files are stored in Azure blob storage.

Creating a large Zip from files present in Blob storage in Dotnet core

We are trying to create a zip of all the files related to a particular environment (which would be 100s of 1000s in number with average size of 100KB). After zipping the size of zip file would be around 40-50GB normally and more than that in case of exceptions. These files are stored in Azure blob storage.

Creating a large Zip from files present in Blob storage in Dotnet core

We are trying to create a zip of all the files related to a particular environment (which would be 100s of 1000s in number with average size of 100KB). After zipping the size of zip file would be around 40-50GB normally and more than that in case of exceptions. These files are stored in Azure blob storage.