Click here to Skip to main content
15,886,632 members
Articles / Hosted Services / Azure

Use Azure Functions to Process a CSV File and Import Data into Azure SQL

Rate me:
Please Sign up or sign in to vote.
5.00/5 (8 votes)
13 Feb 2020MIT10 min read 40.9K   10  
Tutorial for file processing and importing to SQL leveraging serverless Azure Functions
This tutorial illustrates migrating a legacy Extract, Transform, and Load (ETL) process to Azure using Azure Functions and Azure SQL Database-as-a-Service. The process involves creating Azure Functions to trigger ETL tasks upon file upload, setting up an Azure SQL Database, and deploying the solution to Azure, facilitating seamless cloud-based data integration.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Program Manager Microsoft
United States United States
Note: articles posted here are independently written and do not represent endorsements nor reflect the views of my employer.

I am a Program Manager for .NET Data at Microsoft. I have been building enterprise software with a focus on line of business web applications for more than two decades. I'm the author of several (now historical) technical books including Designing Silverlight Business Applications and Programming the Windows Runtime by Example. I use the Silverlight book everyday! It props up my monitor to the correct ergonomic height. I have delivered hundreds of technical presentations in dozens of countries around the world and love mentoring other developers. I am co-host of the Microsoft Channel 9 "On .NET" show. In my free time, I maintain a 95% plant-based diet, exercise regularly, hike in the Cascades and thrash Beat Saber levels.

I was diagnosed with young onset Parkinson's Disease in February of 2020. I maintain a blog about my personal journey with the disease at https://strengthwithparkinsons.com/.


Comments and Discussions