Hi Arun Augustine,
Thank you for posting query in Microsoft Q&A Platform.
Use
Lookup activity
to read json of your file. Lookup activity output json will have your file json in it. Now, useweb activity
for your POST API call, here in request body you can pass your json fromlookup activity output json
.
Please check below video for web activity to understand.
Web Activity in Azure Data Factory
Please check below video for lookup activity to understand.
Lookup Activity in Azure Data Factory
Please check below to understand how to pass values from one activity to another. This helps you to pass json from lookup activity to web activity.
How to read JSON output of one Activity in to another Activity in Azure Data Factory
Hope this helps. Please let me know how it goes or if any further queries.
Please consider hitting Accept Answer
button. Accepted answers help community as well.