Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 963 Bytes

File metadata and controls

20 lines (15 loc) · 963 Bytes

#10 Understand Security in Agents and Agent Pools

  • Pipeline use Agents to do all of the actual work
  • Agents are grouped in Agent Pools on which you can control security
  • Agent can be hosted by Azure DevOps or yourself
    • Hosted agents are patched and update by Azure DevOps
    • You can easily have your own in container, in VM, on laptops or on-premise
    • But you need proper admin permissions to connect them to Azure DevOps Agent Pools
  • Agents required outbound port 443 and line of sight for deployment tasks

agents com agents com

Links