'POST json data (stored as json files in ADLS) to REST endpoint in Azure Data factory

I have a requirement to POST json data (stored as json files in ADLS) to REST API endpoint. I have to use Azure Data factory for this. I have gone through Microsoft documentation but unable to get a clear idea on it is implementation. As per my understanding ADF Data Copy activity doesn't support REST API as output/sink service.

Reaching out if anyone could help me with any documentation or reference material that could guide me to implement this. Thanks!



Solution 1:[1]

I have repro’d with sample API and was able to post the JSON data from blob storage to the REST endpoint using data flow activity in azure data factory.

Source dataset:

enter image description here

  • Connect source to json dataset.

enter image description here

  • Connect sink to rest endpoint.

enter image description here

enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 NiharikaMoola-MT