Build your first Azure Dara Factory Pipeline
Overview We're going to build a pipeline using the Copy Data tool. This tool makes it easier for people starting out with ADF to create their first pipelines. Before we start, we need to make sure some prerequisites are met. Prerequisites If you haven't already, follow the steps of the previous part of the tutorial to set up ADF, a storage account with a blob container and an Azure SQL DB. In the Azure Portal, go to your storage account and then to the "data-input" container we created. Click on the Upload link. A pane will open where you can select a local file. Upload the Customers.csv file, which you can download here . Click Upload to put the file in the blob container. Create the Pipeline Go to ADF Studio and click on the Ingest tile. This will open the Copy Data tool . In the first step, we can choose to simply copy data from one location to another, or to create a more dynamic, metadata-driven task. We'll cho...