Skip to content

Commit 15452a6

Browse files
raiyanalamjuliakm
andauthored
Update articles/virtual-machines/linux/tutorial-azure-devops-blue-green-deployment-strategy.md
Co-Authored-By: Julia Kulla-Mader <[email protected]>
1 parent cd9b1ad commit 15452a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Here is the step-by-step walkthrough.
4343

4444
![AzDevOps_project](media/tutorial-devops-azure-pipelines-classic/azure-devops-rolling.png)
4545
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.
46-
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 'deployscripts' folder at package root. This deployment script will be executed by Azure DevOps pipeline at run time.
46+
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 `deployscripts` folder at the package root. This deployment script will be executed by Azure DevOps pipeline at run time.
4747
6. Select the deployment strategy of your choice. In this case, lets select 'Blue-Green'.
4848
7. Add a "blue" or "green" tag to the VMs that are to be part of Blue-Green deployments. If the VM is for a standby role, then you should tag it as "green" otherwise tag it as "blue".
4949
![AzDevOps_bluegreen_configure](media/tutorial-devops-azure-pipelines-classic/azure-devops-blue-green-configure.png)

0 commit comments

Comments
 (0)