In his post Danny describes how he compresses data written to Azure blob Storage as a diligent ‘green’ software practitioner on the Azure cloud, with a C#.Net console app as an example.
- Learn how to compress data with GZipStream
- Learn how to upload this data to Blob Storage
- Learn how to read this data from Blob Storage
- Learn how to decompress this data with GZipStream
Read the full story here.