Chapter 8: Working with Azure Services Integration
The Azure ecosystem has a variety of different services. Most of them can be integrated and connected into Azure Data Factory (ADF). In this chapter, we will cover how to do integrations of the most commonly used Azure services into ADF. Also, you will understand how Azure services can be useful in designing Extract, Transform, Load (ETL) pipelines.
You will learn how to build a pipeline that executes a logic app upon completion and how to integrate ADF with the following Azure services: Azure Machine Learning (ML), Azure Web Apps, and Azure Functions.
We will cover the following recipes in this chapter:
- Triggering your data processing with Logic Apps
- Using the web activity to call an Azure logic app
- Adding flexibility to your pipelines with Azure Functions
- Automatically building ML models with speed and scale
- Transforming and preparing your data via Azure Databricks