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:
After triggering the logic app, the action failed with this error:
RequestEntityTooLarge: The file contains 52.225 megabytes which exceeds the maximum 50 megabytes.
Is there any way to bypass this limitation... ?