Skip to content

Commit f187d9e

Browse files
raiyanalamjuliakm
andauthored
Update articles/virtual-machines/linux/tutorial-azure-devops-canary-deployment-strategy.md
Co-Authored-By: Julia Kulla-Mader <[email protected]>
1 parent 89c36e2 commit f187d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/linux/tutorial-azure-devops-canary-deployment-strategy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Here is the step-by-step walkthrough.
4242
![AzDevOps_project](media/tutorial-devops-azure-pipelines-classic/azure-devops-rolling.png)
4343
4. A deployment group is a logical set of deployment target machines that represent the physical environments; for example, "Dev", "Test", "UAT", and "Production". You can create a new deployment group or select an existing deployment group.
4444
5. Select the build pipeline that publishes the package to be deployed to the virtual machine. Note that the published package should have a deployment script _deploy.ps1_ or _deploy.sh_ in the `deployscripts` folder at the package root. This deployment script will be executed by the Azure DevOps pipeline at run time.
45-
6. Select the deployment strategy of your choice. In this case, lets select 'Canary'.
45+
6. Select the deployment strategy of your choice. Select **Canary**.
4646
7. Add a 'canary' tag to the VMs that are to be part of canary deployments and a 'prod' tag to the VMs that are part of deployments after canary deployment in successful. Tags help you target VMs that have specific role only.
4747
![AzDevOps_configure_canary](media/tutorial-devops-azure-pipelines-classic/azure-devops-configure-canary.png)
4848

0 commit comments

Comments
 (0)