2
votes

I am trying the Azure blob storage - Extract to archive folder action for Logic Apps.

I have a file in my blob storage (more than 50MB) and I've created a logic app (HttpTrigger) that just executes this action:

Logic App - Azure blob storage - Extract to archive folder action

After triggering the logic app, the action failed with this error:

Logic App - Azure blob storage - Extract to archive folder action - RequestEntityTooLarge

RequestEntityTooLarge: The file contains 52.225 megabytes which exceeds the maximum 50 megabytes.

Is there any way to bypass this limitation... ?

1

1 Answers

2
votes

I checked with the internal product team regarding this matter, the limit can't go over zipped files over 50Mb. (I asked to have public documentation to be updated so everyone can know this).

Suggestions: You can either split the zip files and keep them under 50MB OR upload the files as uncompressed files(Limit for that is 1Gb per file)