2

Real quickly I am trying to complete an http action in azure logic app that will send out a get request to return a csv file as the response body. The issue is when I run it I get a "BadRequest. Http request failed as there is an error: 'Cannot write more bytes to the buffer than the configured maximum buffer size: 104857600.'". I am not sure how to mitigate this buffer limit or whether I can increase it. I could use some help I really need this csv file returned so I can get it into to blob storage.

2
  • May I know if you have solved this problem? Commented Jan 8, 2021 at 1:54
  • Problem is solved thanks Commented Jan 8, 2021 at 14:15

1 Answer 1

2

Please try this way:

1. In the HTTP action's upper-right corner, choose the ellipsis button (...), and then choose Settings.

enter image description here

2. Under Content Transfer, set Allow chunking to On.

enter image description here

You can refer to Handle large messages with chunking in Azure Logic Apps

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.