Blob Storage connector action - extract archive to folder (v2) - size limits

Mike Lee 247 Reputation points
2023-01-20T18:37:12.1833333+00:00

Hello, I am using the Extract archive to folder (v2) action within Logic Apps with .zip's less than 1MB and no issues thus far. I expect these files to grow greater than 10MB in the future. I wanted to find out if the Extract archive to folder (v2) action has a limit for how big the archive file can be?

Thanks,

Mike

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,332 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,821 Reputation points
    2023-01-23T06:16:03.42+00:00

    @Mike Lee Thanks for reaching out. The max file size with enabled chunking (in MB) is 1024 MB i.e. 1 GB as documented here.

    For different environments the max limit of message is document here. The Azure blob connector support max 1024 MB size data with chunking enabled. The max size in the archive is 750 MB as documented. This limit means that your zip file can be max of 750 MB that can be passed to this action (uncompressed).

    Let me know if you have any queries or concerns.


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.