From the course: Azure for DevOps: Implementing Development Processes

Unlock the full course today

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

Set up private agents

Set up private agents - Azure Tutorial

From the course: Azure for DevOps: Implementing Development Processes

Start my 1-month free trial

Set up private agents

- [Instructor] Set Up Private Agents. Let's talk about setting up your private agent pipelines for your servers that you're going to have, your self-hosted or your self-managed build agents where you're not using the hosted model. Your agent is going to have to communicate, obviously, with your pipeline in order to be able to figure out what to do. So, your agents being on-premises are going to need to have a hole in the firewall, obviously, to talk to the pipelines. So because that initiation is happening through the agent, we need to make sure that we set up secure communication and that all messages from the agent to the pipelines is over HTTPS. So 443, or whatever port you feel is, you're going to have to use 443, in this case, I mean for the agents, you can't use whatever port you feel like because of the fact that you're going back over into the Azure Pipeline, which is expecting you to be on 443. And also, that pull…

Contents