Azure Data Factory – CSV to Azure SQL Pipeline Overview
This project demonstrates a simple data ingestion pipeline using Azure Data Factory to load a CSV file from Azure Blob Storage into an Azure SQL Database table.
Implementation Summary
-
Uploaded CSV file to Azure Blob Storage.
-
Created destination table in Azure SQL Database.
-
Configured Linked Services for source and sink.
-
Created datasets for CSV file and SQL table.
-
Used Copy Data Activity to ingest data.
-
Pipeline executed manually (no triggers).
Purpose
This pipeline was built to showcase basic ETL implementation and hands-on experience with Azure Data Factory components.
