Azure Logic App Http request - Cannot write more bytes to the buffer than the configured maximum buffer size: 104857600.

Vivek Komarla Bhaskar 956 Reputation points
2023-04-04T10:56:25.95+00:00

Hi, I have an HTTP request which fails with the error - Cannot write more bytes to the buffer than the configured maximum buffer size: 104857600. Screenshot 2023-04-04 at 11.52.00 am

To fix this I even tried allowing chunking as well, but I still get the same error. How do I fix this? Screenshot 2023-04-04 at 11.52.26 am

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

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,936 Reputation points Moderator
    2023-04-04T16:37:58.5133333+00:00

    @Vivek Komarla Bhaskar Thanks for reaching out.

    If you are using consumption, then there is no configuration that supports increasing this limit of HTTP connector.

    In case if you are running your workflow in a standard logic app then this configuration can be changed. 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.

    These configurations are only supported/valid for standard logic apps. In consumption logic app there is no way to configure any setting or increase the default limits.

    Please accept as "Yes" if the answer is helpful so that it can help others in the community. If you need any help/clarification/concerns/follow up questions, then please click on "Add Comment" on my answer and provide more details.

    1 person found this answer 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.