Quick Notes124 words
Complex pipeline scenarios — quick notes
Complex scenarios — quick notes
| Fact | Detail |
|---|---|
| Hybrid connection direction | Agent connects outbound; no inbound ports needed |
| On-prem deployment target | Self-hosted agent inside the network |
| VM resources in an environment | Deployment history per machine; unlocks rolling |
rolling constraint | VM resources only |
| Elastic self-hosted | VMSS agents → Managed DevOps Pools (recommended) |
| Reproducibility on self-hosted | Container jobs pin the toolchain to an image |
| Job dependencies for a run | Service containers |
Traps
- "Open inbound firewall ports for the pipeline" — no; the agent polls out.
- Self-hosted persistence is a feature and a reproducibility risk — containers fix the latter.