Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 622 Bytes

azure-datafactory-covid-restAPI.md

File metadata and controls

19 lines (10 loc) · 622 Bytes

Load JSON data through REST API to ADLS

Step 1: First create linked service and dataset for COVID REST API

image

image

Step 2: Create linked service and dataset for sink i.e. adls gen2 (dataset will be of type json). In my case ADLS gen2 linked service is already created, so I have created JSON dataset on top of that

image

Step 3: Create pipeline with simple copy activity:

image

Step 4: Debug the pipeline and check the data in ADLS

image