Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 662 Bytes

Dynamic-URL-building-ADF.md

File metadata and controls

23 lines (12 loc) · 662 Bytes

Create dynamic URL for HTTP request through pipeline, dataset parameters and variables then copy data to ADLS.

Step 1: Create Linked service for HTTP request

image

Then create parameterised data set on top of this LS.

image

Step 2: Create LS and DS for ADLS as sink

image

image

Step 3: Create a new pipeline and copy activity, add the parameters that needs to be used to create dynamic URL

image

Step 4: Add the Trigger and publish the changes then run the pipeline.

image