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.

Create a release pipeline: Agent jobs, part 1

Create a release pipeline: Agent jobs, part 1

From the course: Continuous Delivery with Azure DevOps

Start my 1-month free trial

Create a release pipeline: Agent jobs, part 1

- [Instructor] The next thing is, we want to set up the dev stage with some jobs and some tasks. It has the dev process and then it has the agent job, and what jobs are we going to run on this agent? Before I select any jobs for the agent, I actually want to select the correct agent, which in this case is going to be my LinkedIn demo. So that's my LinkedIn pool agent that we had set up earlier. Now I can go and click the plus sign here and add a task to the agent job. And in this case, the first thing I want to do is do an Azure resource, let's see if we can find it real quick this way, Azure resource group deployment. So let's talk about that for a second. That is the infrastructure deployment. So I'm doing infrastructure as code, so I want to deploy my infrastructure prior to me deploying the application. And you can see we have a variety of different options available to us in the deploy, so for example AWS is one, there's a lot of AWS options available because I've added…

Contents