Use case:
Copy a file from one container to another container within a Storage Account using Azure Data Factory.
Prerequisites:
1) Azure subscription
2) Files should be in the Storage Account source container
Steps:
1) Create a Linked Service
2) Create a Pipeline and import the Copy activity
3) Create the Source and the Sink dataset
4) Run the pipeline