Reference
Bookmark from the original Notion lesson
Overview: Want to copy a file from one folder to another folder using copy activity in ADF.
Create Storage Account and a Container
Create an Input Folder and place a file that we want to copy.
Create a Data Factory
Go to ADF and goto Author and Monitor
Create a Linked Service: Since for our demo, our ADF needs to interact with an external resource which in our case is the storage account we have to create a linked service.
Create a Dataset for source and sink
Create a Pipeline
Validate your pipeline. Incase we forget to configure anything in our pipeline then it will notify us.
Publish our pipeline. Once we publish, all the pipelines, linked services, datasets and triggers will be published in our ADF.
Incase we just want to check if our pipeline is running as intended for debugging purpose before publishing we can use the
Debugmode.
Source
Based on my Notion lesson page: 3. Create your First Azure Data Factory.











