Skip to content

Commit 05d3d97

Browse files
authored
removed viz
1 parent 7adb74e commit 05d3d97

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
@@ -40,7 +40,7 @@ Azure Pipelines provides a complete, fully featured set of CI/CD automation tool
4040

4141
**Configure CI/CD on Virtual Machines**
4242

43-
Virtual machines can be added as targets to a [deployment group](https://docs.microsoft.com/azure/devops/pipelines/release/deployment-groups) and can be targeted for multi-machine update. Based on your requirements, you can choose any one of out-of-box deployment strategies, viz, _Rolling_, _Canary_, _Blue-Green_ or can further customize them. Once deployed, Deployment History views within Deployment Groups provides traceability from VM to the pipeline and then to the commit.
43+
Virtual machines can be added as targets to a [deployment group](https://docs.microsoft.com/azure/devops/pipelines/release/deployment-groups) and can be targeted for multi-machine update. Based on your requirements, you can choose any one of out-of-box deployment strategies, _Rolling_, _Canary_, _Blue-Green_ or can further customize them. Once deployed, Deployment History views within Deployment Groups provides traceability from VM to the pipeline and then to the commit.
4444

4545
**Rolling Deployments**: A rolling deployment replaces instances of the previous version of an application with instances of the new version of the application on a fixed set of machines (rolling set) in each iteration. Let’s walkthrough how you can configure a rolling update to virtual machines.
4646
You can configure rolling updates to your “**virtual machines**” within the Azure portal using continuous delivery option.

0 commit comments

Comments
 (0)