Back Issues This Week → Calendar → Current Issue → Popular →

All issuesVolume 340, Issue 2IT NewsDevOps.com

Building CI/CD Pipelines for On-Prem Azure DevOps: What the Cloud Docs Don't Tell You

DevOps.com, Thursday, July 9th, 2026

On-prem Azure DevOps needs different CI/CD design than cloud, covering agents, auth, and dependencies.

On-premises Azure DevOps requires fundamentally different CI/CD pipeline design than Azure DevOps Services in the cloud. Self-hosted agents, Windows Authentication, and restricted network access demand deliberate choices absent from cloud documentation.

Key areas include running agents as system services for stability, declaring explicit tool capabilities via pipeline demands, and mirroring external dependencies to internal registries.

A two-tier validation system for submodule changes, using lightweight testing for standard modules and full integration testing for tightly coupled ones, proved most valuable. The author also notes code coverage publishing must stay on v1 tasks, since v2 depends on cloud-specific infrastructure.

more →  ·  More from DevOps.com →