Azure Logic app- Processing data

Soni 291 Reputation points Microsoft Employee
2020-12-03T05:34:19.21+00:00

Hello Folks,

Need your expertise to answer few questions related to Logic app

We are trying to build a logic app to get the data from external API exposed through AXWAY and store it in some shared location, I believe we can achieve this by inbuilt HTTP action. However, would like to understand how logic app handles large volume of data as a response from API( HTTP GET). Should i check with customer if their endpoint supports chunking the response so that we can enable chunking at logic app?

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

Accepted answer
  1. ChaitanyaNaykodi-MSFT 22,856 Reputation points Microsoft Employee
    2020-12-04T01:51:58.947+00:00

    Hello @Soni , Thank you for reaching out. Logic App supports downloading the content in chunks you can go through this documentation for detailed explanation. To determine whether the customer's endpoint supports partial response you can send a HEAD request as mentioned in the document above and check for the Accept-Ranges header. The Accept-Ranges response HTTP header is a marker used by the server to advertise its support of partial requests.
    Please let me know if you need any additional help, I will be glad to continue with our discussion.


0 additional answers

Sort by: Most helpful