Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It's rare that an organisation would want a Git commit to be automatically promoted all the way to Production; most organisations would want at least one part of the delivery pipeline to require a manual approval. Fortunately this can be easily configured in Azure DevOps.

Configuring a Manual Approval Check

  1. In your Azure DevOps project, go to the resource (ie. environment) that needs to be protected.

  2. Navigate to Approvals and Checks for the resource.

  3. Select [+] to create a check and select Approvals then Next.

  4. Provide the approvers and an optional message, and select Create to complete addition of the manual approval check.

...