Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 613 Bytes

Copy-from-Web-ADF.md

File metadata and controls

25 lines (13 loc) · 613 Bytes

Load data from Web end-point into the ADLS

Step 1: Create Source Linked Service and Dataset. LS and DS type is HTTP.

image

image

Step 2: Create Sink Linked Service and Dataset. It will be ADLS.

image

image

Step 3: Create pipeline and add copy activity

image

Step 4: Now run the pipeline in debug mode and check the data in ADLS

image

Step 5: Add trigger, set the timings and publish the changes.

image