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
Then create parameterised data set on top of this LS.
Step 2: Create LS and DS for ADLS as sink
Step 3: Create a new pipeline and copy activity, add the parameters that needs to be used to create dynamic URL
Step 4: Add the Trigger and publish the changes then run the pipeline.