My application requires to unzip a zip file located in Azure's blob storage. Is unzipping supported in Azure blob storage?
Choose the destination folder to place the extracting files and click "Unzip" button. Find your extracted files in the destination folder.
Just prepend the folder path to the blob name. For example, if you want to upload abc. zip in xyz/pqr folder, just change the name of the blob to xyz/pqr/abc.
Azure Storage supports three types of blobs: Block blobs store text and binary data. Block blobs are made up of blocks of data that can be managed individually. Block blobs can store up to about 190.7 TiB.
View a blob container's contentsOpen Storage Explorer. In the left pane, expand the storage account containing the blob container you wish to view. Expand the storage account's Blob Containers. Right-click the blob container you wish to view, and - from the context menu - select Open Blob Container Editor.
Out of the box no, but you can keep any binary data you want in blob storage and use myBlob.DownloadToStream(myStream)
and then use your choice of zip/unzip libraries to unzip the stream.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With