Demonstrates implementing a "build once, deploy everywhere" pattern using Azure DevOps Pipelines with Azure Developer CLI (azd). The approach uses a multi-stage pipeline with separate stages for build, development deployment, and production promotion. Key improvements include using native CI/CD artifacts instead of file backups, conditional Bicep deployment with environment-specific parameters, and proper separation of concerns across pipeline stages. The implementation provides better isolation, approval workflows, and traceability compared to single-job pipelines.

6m read timeFrom devblogs.microsoft.com
Post cover image
Table of contents
Environment-Specific Infrastructure Copy linkFrom File Backup to Pipeline Artifacts Copy linkAzure DevOps Pipeline Enhancement Copy linkTry It Out Copy linkPro Tip: Enhance Your Pipeline with AI Copy linkConclusion Copy link

Sort: