
3.7K
KOAzure DevOps: Mandatory Approvals! 🚀
Goal: Deploy through Dev, Test, Staging, and Prod with a strict Manual Approval at each stage.
The Solution: Environments 🎯
- The Strategy: Use Azure DevOps Environments.
- The Setup: Define targets (e.g., Prod) and attach Pre-deployment approvals directly to them.
- The Result: The YAML pipeline pauses for human sign-off before proceeding to the next environment.
Why not others?
- Variable Groups: Store secrets, but cannot stop deployments.
- Classic Releases: Legacy; modern DevOps uses YAML-based Environments.
Exam Tip: For AZ-400, ""approvals per environment"" = Environments with Checks. 🚀
#AZ400 #AzureDevOps #CICD #DevOps #Cloud #Automation #TechTips #KodeKloud
@kodekloud










