简体   繁体   English

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

[英]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 . 我正在尝试Azure Blob存储-提取以存档 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: 我的Blob存储中有一个文件(超过50MB),并且创建了一个逻辑应用程序(HttpTrigger),该应用程序仅执行以下操作:

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. RequestEntityTooLarge:该文件包含52.225 MB,超过了最大50 MB。

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. 我已与内部产品小组联系,确认此问题不能超过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) 建议:您可以拆分压缩文件,并让他们在50MB 上传文件,解压缩文件(限制为每个文件1GB)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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