Skip to content

Commit 7adb74e

Browse files
raiyanalamjuliakm
andauthored
Update articles/virtual-machines/linux/tutorial-devops-azure-pipelines-classic.md
Co-Authored-By: Julia Kulla-Mader <[email protected]>
1 parent ee0ee90 commit 7adb74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/linux/tutorial-devops-azure-pipelines-classic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Here is the step-by-step walkthrough.
105105
5. Like with **Rolling Deployments**, you can click on **Edit** release pipeline in Azure DevOps to see the pipeline configuration. The pipeline consists of 3 phases - first phase is a DG phase and deploys to VMs that are tagged as _green_ (standby VMs) . The second phase pauses the pipeline and waits for manual intervention to resume the run. Once a user is satisfied that deployment is stable, he can now redirect the traffic to _green_ VMs and resume the pipeline run which will then swap _blue_ and _green_ tags in the VMs. This makes sure that the VMs that have older application version are tagged as _green_ and are deployed to in the next pipeline run.
106106
![AzDevOps_bluegreen_task](media/tutorial-devops-azure-pipelines-classic/azuredevops-bg-tasks.PNG)
107107

108-
6. Note that this deployment strategy requires that there must be atleast one VM tagged as blue and green each. Make sure that before resuming the pipeline run at Manual Intevention step, you have atleast one VM tagged as _blue_.
108+
6. Note that this deployment strategy requires that there must be at least one VM tagged as blue and green each. Make sure that before resuming the pipeline run at Manual Intevention step, you have at least one VM tagged as _blue_.
109109

110110

111111

0 commit comments

Comments
 (0)