Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.18 KB

File metadata and controls

30 lines (17 loc) · 1.18 KB

Avanade DevOps HOL - Add QA environment and define your multi-stage continuous deployment process with approvals and gates

In this lab, we introduce a QA environment and setup our multi-stage continuous deployment process by adding approvals and gates.

Based on the following tutorials:

Prerequisites

Tasks

Let's define the QA environment:

  1. Add a QA Deployment Slot to your App Service in Azure

  2. Add a QA environment to your Release Definiton in VSTS

  3. Configure the deployment step for the QA slot in the same App Service

  4. Add pre deployment approval to control promotion from QA to Production

  5. Run a new Release

  6. Review the new QA website is live on <yourappservice>-qa.azurewebsites.net

Next steps

Return to the lab index and continue with the next lab.