如何将大负载(即超过 150 KB)传递给其他功能?

How to deliver large payloads (ie. more than 150 KB) to other functions?

从 function 读取数据时,结果超过 130KB,因此我遇到了异常 "The UTF-32 size of the JSON-serialized payload must not exceed 60 KB. The current payload size is 130 KB." 怎么办,因为我想将更多的数据传递给其他人功能?

enter image description here

Microsoft 已修复此大小限制问题:Enabling large message support. #242

您可能想在项目的 Microsoft.Azure.WebJobs.Extensions Nuget 上执行 "update"。 从 1.1.4 beta 版本开始应该可以。