Introduction
This module explores how to design and implement effective pipeline strategies using Azure Pipelines. You'll learn about agent management, multi-configuration builds, source control integration, testing strategies, and code coverage implementation for modern CI/CD workflows.
Learning objectives
After completing this module, you can:
- Design and implement effective build strategies
- Configure and manage agent demands
- Implement multi-configuration and multi-agent builds
- Integrate GitHub repositories with Azure Pipelines
- Design comprehensive testing strategies
- Implement code coverage in pipeline workflows
- Use different source control types available in Azure Pipelines
Prerequisites
- Understanding of DevOps concepts and practices
- Familiarity with version control principles is helpful but not required
- Experience with software development workflows is beneficial