Creating an ADF pipeline using Python
We can use PowerShell, .NET, and Python for ADF deployment and data integration automation. Here is an extract from the Microsoft documentation:
”Azure Automation delivers a cloud-based automation and configuration service that provides consistent management across your Azure and non-Azure environments. It consists of process automation, update management, and configuration features. Azure Automation provides complete control during deployment, operations, and decommissioning of workloads and resources.”
In this recipe, we want to cover the Python scenario because Python is one of the most popular languages for analytics and data engineering. We will use Jupyter Notebook with example code.
You can use Jupyter notebooks or Visual Code notebooks.
Getting ready
For this exercise, we will use Python in order to create a data pipeline and copy our file from one folder to another. We need to use the azure...