Data Factory Tutorial - How to create your first pipeline
Learn how to create your first pipeline in Azure Data Factory in this Data Factory Tutorial. I explain how to copy data from Data Lake Storage into an SQL Database. In the video I talk through how to setup Data Factory, configure linked services and datasets and finally the pipeline. If you would like to follow along with the video you can copy and paste the below in to a file and save as CSV: Firstname,Lastname,DOB Tony,Fellows,19/07/1984 Christine,Burt,25/02/1967 Patricia,Martins,07/12/1979 Scripts to grant Data Factory access to SQL Database: -- create login in master database CREATE LOGIN [datafactory] WITH PASSWORD = 'd4t4f4ctory123!'; GO -- create user in database CREATE USER [datafactory]; GO -- add user to role in database ALTER ROLE db_owner ADD MEMBER [datafactory]; GO -- create target table CREATE TABLE dbo.Customers ( FirstName VARCHAR(50) NULL, LastName VARCHAR(50) NULL, DOB VARCHAR(50) NULL ); -- query table SELECT * FROM dbo.Customers;

Learn Azure Data Factory in 2026 - Full Course!

Build CI/CD pipeline for Snowflake with Azure DevOps in 30 minutes

Building Data Flows in Azure Data Factory

Azure Data Factory - Build Pipeline in Azure | Intellipaat

Azure Data Factory best practices | Creating data pipeline using Mapping Data flow in ADF | LiveDemo

How to transform data using Data Flows

Azure End-To-End Data Engineering Project for Beginners (FREE Account) | API Tutorial

Power BI FULL COURSE for Beginners | Learn Dashboards & Reports Fast!

Set Variable Activity and Lookup Activity 1

MIT Just Revealed the AI Bubble's Fatal Flaw

Complete Terraform Course - From BEGINNER to PRO! (Learn Infrastructure as Code)

Azure Data Factory Tutorial | Introduction to ETL in Azure

Process Excel files in Azure with Data Factory and Databricks | Tutorial

Databricks Live Bootcamp | Day1: Introduction & Data Analytics

Turing Award Winner: Disagreeing with Google, Postgres, Future Problems | Mike Stonebraker

SQL Tutorial - How to create a Dynamic Pivot in SQL Part 2

Azure Data Factory Triggers Tutorial | On-demand, scheduled and event based execution

Deploying Azure Data Factory With CI/CD Using Azure Pipeline
![Data Modeling for Power BI [Full Course] 📊](https://i.ytimg.com/vi/MrLnibFTtbA/hqdefault.jpg?sqp=-oaymwEjCNACELwBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=&rs=AOn4CLASQdyWMIppxB5x-w51fuei9wE8xw)
Data Modeling for Power BI [Full Course] 📊

