Chapter 1: Understanding the Importance of Software Delivery Automation Chapter Goal: Give conceptual overview on CI CD while elaborating on the need of software delivery automation. No of pages : 10 Sub -Topics 1. Introducing Concepts (CI/CD) 2. Why we need SW Delivery Automation? Chapter 2: Overview of Azure Pipelines Chapter Goal: Introduction to components in Azure Pipelines enabling you to follow the lessons from chapter 3. No of pages : 30 Sub - Topics 1. Introducing Pools and Agents (Explain purpose and usage (no need to go into setup details), +Security) 2. Deployment Groups (Explain purpose and usage (no need to go into setup details), +Security) 3. Build Pipelines (Explain purpose and usage (no need to go into setup details), +Security) 4.
Release Pipelines (Explain purpose and usage (no need to go into setup details), +Security) 5. Task Groups (Explain purpose and usage (no need to go into setup details), +Security) 6. Library (Variables) (Explain purpose and usage (no need to go into setup details), +Security) 7. Parallel Pipelines and Billing Chapter 3: Setting Up Pools, Deployment Groups and Agents Chapter Goal: Lessons to provide hand-on guidance on setting up agents on all platforms enabling building software developed with any language. No of pages : 40 Sub - Topics: 1. Setting up pools and permissions (scopes, Capabilities) 2. Adding agents to pools (three pools Linux, mac and windows - add each type) 3. Enable .
NET core builds in Linux Agents 4. Setting up Deployment Groups and permissions (scopes) 5. Adding agent to Deployment groups (roles) Chapter 4: Creating Build Pipelines - Classic - Part1 Chapter Goal: Step by step guidance to setting up a build pipeline using Classic Visual Editor. No of pages : 50 Sub - Topics: 1. Using Source Control Providers (show integration with each type and explain all options for each type such as tag sources and other options) 2. Using a Template (Explain few commonly used templates) 3. Using Multiple jobs - Adding Build jobs, Selecting Pools, setting up Demands, timeouts, mention parallelism, conditions are later lesson, Dependency settings with sample 4. Using Tasks (Explain adding Tasks, find tasks in marketplace (install marketplace task in next lesson)) 5.
Installing tasks from marketplace (Explain how to when you have rights, explain how to request to install task admin approve and install as well as decline) 6. Build phase and Task Control Conditions - Explain using condition types, custom conditions in detail using a sample 7. Parallelism - multi configuration and multi agents - show with samples Chapter 5: Creating Build Pipelines - Classic - Part2 Chapter Goal: Step by step guidance to setting up a build pipeline using Classic Visual Editor. No of pages : 40 Sub - Topics: 1. Using Variables - System, pipeline and group, scoping variables, queue time variable value change 2. Setting up triggers and path filters for a build - show how it works CI, PR etc, path filters, scheduled builds 3. Format Build number and apply custom formats with PowerShell 4. Enable, paused and disabled builds -explain in detail with sample 5.
Link work items and Create work items on failures 6. Using build status badge 7. Build job scope, timeouts and demands 8. Build edit history, compare and restore 9. Retention Chapter 6: Creating Build Pipelines - Classic - Part 3 Chapter Goal: Step by step guidance to setting up a build pipeline using Classic Visual Editor. No of pages : 30 Sub - Topics: 1. Queuing builds and enable debugging mode for more diagnostic information 2. Setting variable values in PowerShell scripts 3.
Accessing secret variable values in PowerShell 4. Using OAuth tokens in builds (show example of REST API call , mention REST API details are later chapter) 5. Creating and using task groups (include export and import as well) 6. Using agentless phases - provide few usable task examples 7. Publishing Artifacts - as server, as shared path (mention package as nuget later) 8. Exporting and importing build definitions Chapter 7: Using Artifacts Chapter Goal: Usage of artifact feeds to store deployment packages and usage of artifact feeds to keep packages related to development and consuming them in builds. No of pages : 40 Sub - Topics: 1. Creating and publishing build artifacts as nuget 2.
Using nuget packages from azure artifacts in VS, and in VS Code 3. Using nuget packages in Azure Artifact feed in builds 4. Creating and Consuming npm packages 5. Creating and Consuming maven packages 6. Creating and consuming gradle packages 7. Creating and Consuming python packages 8. Azure CLI to use feeds 9. New Public feeds Chapter 8: Creating and using YAML build pipelines Chapter Goal: Hands on lessons on implementing YAML based build pipelines giving all essential information on implementing configurations and pilines as code.
No of pages: 40 Sub - Topics: Will be defined later Chapter 9: Creating Azure Release Pipelines - Part1 Chapter Goal: Step by step guidance to setting up release pipelines with Azure DevOps. No of pages : 40 Sub - Topics: 1. Service Connections - Explain different types 2. Using Templates to Create Pipelines (explain few common templates) 3. Adding Artifacts for Release Pipeline (explain each artifact type) 4. Setting up Artifact Triggers (continuous deployment triggers, artifact filters) 5. Adding Stage (templated or empty, add vs clone, after release, manual triggers, after stage trigger (show parallel and different stage sequence setup options for pipelines), (partial succeeded) and artifact filters) 6. Scheduled deployments for a stage (how it works samples) 7.
Pull request triggers in artifacts and Pull request deployment in stages 8. Deployment queue settings (how it works sample should be shown) Chapter 10: Creating Azure Release Pipelines - Part2 Chapter Goal: Step by step guidance to setting up release pipelines with Azure DevOps. No of pages : 50 Sub - Topics: 1. Defining Gates (show examples for each gate type) 2. Post deployment Options (approval and auto redeploy, gates just mention) 3. Agent Job (Pools and specifications, demands samples, execution plan (multi config, multi agent as well) samples, timeouts, Artifact downloads, Oauth, Run job conditions) 4. Deployment group job (Deployment group, how it works for required tags samples, targets to deploy multiple, one at a time samples, maximum parallel settings how it works samples, timeouts, artifacts, Oauth, run job conditions) 5. Agentless Jobs - Explain usage of possible tasks - manual, delay, invoke azure function, quires, alerts, publish.