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.
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.
No comments:
Post a Comment