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:
- Set up staging environments in Azure App Service
- Define your multi-stage continuous deployment (CD) process
Let's define the QA environment:
-
Add a QA Deployment Slot to your App Service in Azure
-
Add a QA environment to your Release Definiton in VSTS
-
Configure the deployment step for the QA slot in the same App Service
-
Add pre deployment approval to control promotion from QA to Production
-
Run a new Release
-
Review the new QA website is live on <yourappservice>-qa.azurewebsites.net
Return to the lab index and continue with the next lab.