From the course: Continuous Delivery with Azure DevOps

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Use variables in pipelines

Use variables in pipelines

From the course: Continuous Delivery with Azure DevOps

Start my 1-month free trial

Use variables in pipelines

- [Instructor] Okay, so we're back here in our Azure DevOps environment, we are going to work with the parts unlimited end to end release we just created. So I'm going to go and edit this pipeline here in the center of the screen, you have the edit pipeline. And what I want to do is go into the Dev job, and I want to select the LinkedinDeployment, and I want to actually go in and change a few things. First off, the resource group name. I don't want to have to type in LinkedinDemo in every single resource group name. And if the changes, let's say I decide to change the name, I have to go back to every one of my deployment tasks and change the name from LinkedinDemo to whatever it is I want to call the new resource group. So what I'm going to do is I'm going to go over to this variable tabs here in the center of the screen at the top here, and I am going to create pipeline variables. Click on Add, and I'm going to add a pipeline variable called ResourceGroupName. And we're going to give…

Contents