Hi @Shambhu Rai ,
Thank you for posting query in Microsoft Q&A Platform.
If I understand correctly, You downloaded json from Form recognizer and now you are looking for ways to load that json to ADLS Gen2? If correct me If I am wrong with more details on your implementation and destination storage where you want to load data.
If your data is json file you can consider using dataset with format type of json. You should consider creating a dataset for your source file and then creating a dataset for sink storage location and use both of them in copy activity.
If you mean to say getting json from form recognise API as response and looking for ways to load that to sink storage using ADF, then you should consider using REST connector dataset as source and copy activity.
Please check below link to know complete details of who to copy data from API using REST connector.
Copy and transform data from and to a REST endpoint by using Azure Data Factory
Hope this helps. Please let us know if any further queries.
---------------
Please consider hitting Accept Answer. Accepted answers help community as well.
and upvote
for the same. And, if you have any further query do let us know.