Change Action - Maximum input and output size - Logic App

Richard Manga 21 Reputation points
2022-11-09T15:53:01.433+00:00

Good morning Sir, Madam,

I'm building a logic app and I'm trying to modify the value of action Maximum input or output size. Please can you help?

I'm getting the following error when I'm making a REST request (with chunk) :

BadRequest. Http request failed as there is an error: 'Cannot write more bytes to the buffer than the configured maximum buffer size: 104857600.'.

Thanks for your help.

Regards,

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,551 questions
0 comments No comments
{count} votes

Accepted answer
  1. MayankBargali-MSFT 70,941 Reputation points Moderator
    2022-11-14T07:00:47.627+00:00

    @Richard Manga Thanks for reaching out. By default, the max size content is configured as 104857600 bytes as documented here for standard logic app.
    To increase the size of for the build in HTTP trigger you need to configure the Runtime.Backend.HttpOperation.MaxContentSize in the application setting on your standard logic app.

    Further you may hit the limit value of inputs and outputs that the trigger/action. So, you need to configure the settings for Input and Outputs as mentioned here.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.