Tag: Approvals

  • Azure DevOps Pipelines: Understanding Pre-Deploy and Post-Deploy Approvals

    Azure DevOps Pipelines: Understanding Pre-Deploy and Post-Deploy Approvals

    Azure DevOps Release Pipelines has a nifty feature called Approvals. Let’s say that you have a couple different stages (aka. “environments”) in your release pipeline – Test and Production. A simple test/prod release pipeline Without approvals turned on, when your release pipeline is triggered, the Test and Production stages run automatically. If you enable Approvals,…