We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Please provide a succinct description of the issue.
Provide the steps required to reproduce the problem
Step A Make a Logic App that produces a payload with a size >15MB. In my test I watch an SFTP folder and then upload files of different sizes.
Step B Make an Azure Function that accepts a payload and responds with just a JSON message with metadata like size.
Step C Have "Step A" logic app invoke "Step B" azure function.
Invocation with payloads up to 50MB should succeed
At a threshold around 15MB, the invoke Azure Function step in the Logic App returns a statusCode 500 error with message "An error has occurred".
Provide a description of any known workarounds.
Provide any related information