Last modified: Jan 31 2026 at 10:09 PM • 1 min read
Module 5: CI/CD with Azure Pipelines
Table of contents
Overview
This module teaches you how to implement automated CI/CD pipelines for Azure Container Apps using Azure Pipelines.
Learning Objectives
By the end of this module, you will be able to:
- Create Azure Pipelines for container apps
- Implement continuous integration (CI) workflows
- Configure continuous deployment (CD) to Azure Container Apps
- Implement approval gates and deployment strategies
- Integrate security scanning in pipelines
Topics Covered
- Azure Pipelines fundamentals
- Creating build pipelines for container images
- Automated image building and pushing to ACR
- Release pipelines for container apps
- Blue-green and canary deployments
- Pipeline security and best practices
Prerequisites
- Completion of Module 4
- Azure DevOps account
- Source code repository (Azure Repos, GitHub, etc.)
- Understanding of CI/CD concepts
What’s Next
After completing this module, you’ll move on to Module 6, where you’ll learn about networking and security for container apps.