05 - Configure Azure Pipelines Flashcards
Pipeline
Build automation and continuous integration
Test automation
Deploy automation
Azure Pipeline
Cloud service that you can use to automatically build and test your code project and make it available to others
Continuous Integration
fill in
Continuous Delivery
fill in
Azure Pipeline Key terms
fill in
Two type of agents
Microsoft-hosted agents
Self-hosted agents
Microsoft-hosted agents
Maintenance and upgrades are automatically done
Self-hosted agents
You take care of maintenance and upgrades
Four type of jobs
Agent pool jobs
Container jobs
Deployment group jobs
Agentless jobs
Agent pools
Scoped to the Azure DevOps organization; so, you can share an agent pool across projects
Security of agent pools
Reader
Service Account
Administrator
Parallel Jobs
Users collectively run only one build or release jobs at a time; additional jobs are queued
Release consumes a parallel job only when it’s being actively deployed to a stage
Estimating parallel jobs
How many parallel jobs do you need?
Simple vs Detailed estimates
Display all builds and releases
Parallel jobs are purchased and the organization level and are shared by all projects