Azure function app to zip/unzip folder on storage account

Andrea 20 Reputation points
2023-10-31T15:11:31.2966667+00:00

Hello, someone can tell me if exist a code for using in a function app to compress/uncompress files or folder stored in a storage account?

Because I've tried few example code find out from google but they doesn't work.

thanks

Andrew

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions
0 comments No comments
{count} votes

Accepted answer
  1. Andriy Bilous 11,821 Reputation points MVP Volunteer Moderator
    2023-10-31T21:54:34.4666667+00:00

    Hello @Andrea

    There is no such inbuilt functionality in Azure storage. So it is not possible.

    However there is some workaround in this blog, please refer to the suggestion in the blog which gives some idea on your scenario.

    There are few threads in SO forum which refer to unzip files of blob storage

    Additional documentation:
    https://stackoverflow.com/questions/58306382/azure-function-unzip-file-works-in-debug-but-not-in-production
    https://learn.microsoft.com/en-us/answers/questions/924928/unzip-a-file-from-blob-storage-to-file-share-witho

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.