Skip to content

Please increase max payload size from Azure Logic Apps to Azure Functions #1161

@ghost

Description

Please provide a succinct description of the issue.

Repro steps

Provide the steps required to reproduce the problem

  1. 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.

  2. Step B
    Make an Azure Function that accepts a payload and responds with just a JSON message with metadata like size.

  3. Step C
    Have "Step A" logic app invoke "Step B" azure function.

Expected behavior

Invocation with payloads up to 50MB should succeed

Actual behavior

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".

Known workarounds

Provide a description of any known workarounds.

Related information

Provide any related information

  • Programming language used
  • Links to source

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions