Overview: Cloud-based, serverless ETL using Python on Azure

This series shows you one way to create a serverless, cloud-based Extract, Transform, and Load Python solution using an Azure Function App.

Serverless, Cloud ETL Solution Diagram

The Azure Function App securely ingests data from Azure Storage Blob. Then, the data is processed using Pandas and loaded into an Azure Data Lake Store. Finally, the source data file is archived using Cool-Tier Access in an Azure Storage Blob.

Next Step