Reader small image

You're reading from  Azure Data Engineering Cookbook

Product typeBook
Published inApr 2021
Reading LevelBeginner
PublisherPackt
ISBN-139781800206557
Edition1st Edition
Languages
Right arrow
Author (1)
Ahmad Osama
Ahmad Osama
author image
Ahmad Osama

Ahmad Osama works for Pitney Bowes Pvt. Ltd. as a technical architect and is a former Microsoft Data Platform MVP. In his day job, he works on developing and maintaining high performant, on-premises and cloud SQL Server OLTP environments as well as deployment and automating tasks using PowerShell. When not working, Ahmad blogs at DataPlatformLabs and can be found glued to his Xbox.
Read more about Ahmad Osama

Right arrow

Automating Azure Data Factory pipeline deployment using Azure DevOps

In this recipe, we'll create an Azure DevOps pipeline to automatically deploy the data factory pipeline to the test and production environments. The Azure DevOps pipeline consists of a series of tasks to automate the manual deployment steps we performed in the previous recipe. To find out more about Azure DevOps pipelines, refer to https://docs.microsoft.com/en-us/azure/devops/?view=azure-devops.

Getting ready

To get started, you will need to do the following:

  1. Open the Azure portal at https://portal.azure.com and log in to your Azure account.
  2. Log in to https://devops.azure.com.

How to do it…

Let's get started by creating variable groups in Azure DevOps. Variable groups define the variable name and values for the test and production environment. We'll use the variable group to pass the variables values to pipeline task in later steps:

  1. In the Azure DevOps portal...
lock icon
The rest of the page is locked
Previous PageNext Chapter
You have been reading a chapter from
Azure Data Engineering Cookbook
Published in: Apr 2021Publisher: PacktISBN-13: 9781800206557

Author (1)

author image
Ahmad Osama

Ahmad Osama works for Pitney Bowes Pvt. Ltd. as a technical architect and is a former Microsoft Data Platform MVP. In his day job, he works on developing and maintaining high performant, on-premises and cloud SQL Server OLTP environments as well as deployment and automating tasks using PowerShell. When not working, Ahmad blogs at DataPlatformLabs and can be found glued to his Xbox.
Read more about Ahmad Osama