-
Book Overview & Buying
-
Table Of Contents
Azure Data Engineering Cookbook
By :
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.
To get started, you will need to do the following:
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: