简体   繁体   中英

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

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存储-提取到存档文件夹操作

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

逻辑应用-Azure Blob存储-提取到存档文件夹操作-RequestEntityTooLarge

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

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

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)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM