From the course: Continuous Delivery with Azure DevOps

Unlock the full course today

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

Deployment groups for tracking pipelines

Deployment groups for tracking pipelines

From the course: Continuous Delivery with Azure DevOps

Start my 1-month free trial

Deployment groups for tracking pipelines

- [Instructor] Now let's talk about Deployment Groups. What exactly is a Deployment Group? A Deployment Group is a logical set of deployment target machines that have an agent installed on each one. So think about on premise setup of machines, or a group of virtual machines in Azure, that you want to deploy your application to. Those are your deployment targets. And you have to have an agent installed on each one of them. I say an agent, I mean the pipeline agent that we installed earlier in this course, is the same agent have to be installed on each one of those machines. And they basically represent physical environments like Dev, Test, UAT, Prod, QA, whatever the case may be. They're just a representation of those physical environments. And they can be physical environments, like I said they could be virtual environments in Azure. They're just another grouping of agents if you think of it that way. You're just taking a group of machines and installing the agent on every machine…

Contents