How to Read the data from Rest API and write to Blob Storage in ADF By using REST Connector in ADF

Issue: How to Read the data from Rest API and write to Blob Storage in ADF By using REST Connector in ADF.

In this article, we will learn how to read the data from Rest API and write it to Azure Blob storage in Azure Data Factory by using the REST connector in Azure Data Factory. In this scenario, we are going to read data from a website, that provides the free Dummy data, so I have copied the web link and then get data from that link then write it to the Azure Blob storage. let's start our demonstration.

Open your Azure data factory studio, go to the Author tab, click on the + sign to create a new pipeline, find and bring the copy data activity, go to the source tab, click on the + New button to create a new source dataset.


Select REST then click on continue.


Name your Dataset, then create a new linked service, name your linked service, provide the base URL which we already copied, select the authentication type, then click on create, and then click on Ok.


Once we are done with our Source tab, go to the sink tab and click on the + New button to create a new sink dataset.


Select Azure blob storage, then click on continue.


Select JSON as file format, then click on continue.


Name your sink dataset, then create a new linked service, Name your link service, select Azure subscription, select your storage account, then click on create, provide the folder path and file name, then click on Ok, and then click on Debug to execute our pipeline.



Video Demo: How to Read the data from Rest API and write to Blob Storage in ADF By using REST Connector in ADF









No comments:

Post a Comment