Skip to content

Commit 2e03c74

Browse files
author
BobbySchmidt2
committed
edit pass: devops-tutorial-2
1 parent 87a6786 commit 2e03c74

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This article shows how to set up a CI/CD pipeline that uses the blue-green strat
2727

2828
### Configure CI/CD on virtual machines
2929

30-
You can add virtual machines as targets to a [deployment group](https://docs.microsoft.com/azure/devops/pipelines/release/deployment-groups). You can then target them for multimachine updates. After you deploy machines, view **Deployment History** within a deployment group. This view lets you trace from VM to the pipeline and then to the commitment.
30+
You can add virtual machines as targets to a [deployment group](https://docs.microsoft.com/azure/devops/pipelines/release/deployment-groups). You can then target them for multimachine updates. After you deploy to machines, view **Deployment History** within a deployment group. This view lets you trace from VM to the pipeline and then to the commitment.
3131

3232
### Blue-green deployments
3333

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This article shows how to set up a CI/CD pipeline that uses the canary strategy
2727

2828
### Configure CI/CD on virtual machines
2929

30-
You can add virtual machines as targets to a [deployment group](https://docs.microsoft.com/azure/devops/pipelines/release/deployment-groups). You can then target them for multimachine updates. After you deploy machines, view **Deployment History** within a deployment group. This view lets you trace from VM to the pipeline and then to the commitment.
30+
You can add virtual machines as targets to a [deployment group](https://docs.microsoft.com/azure/devops/pipelines/release/deployment-groups). You can then target them for multimachine updates. After you deploy to machines, view **Deployment History** within a deployment group. This view lets you trace from VM to the pipeline and then to the commitment.
3131

3232
### Canary deployments
3333

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

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,7 @@ ms.custom: devops
1919

2020
# Tutorial - Configure the rolling deployment strategy for Azure Linux virtual machines
2121

22-
Azure DevOps services automate each part of the DevOps process. They support continuous integration and delivery for Azure resources like virtual machines, web apps, and Kubernetes.
23-
24-
Whatever the resource, with Azure and Azure DevOps you can implement infrastructure as:
25-
26-
- Code
27-
- Continuous integration
28-
- Continuous testing
29-
- Continuous delivery
30-
- Continuous monitoring
22+
Azure DevOps is a built-in Azure service that automates each part of the DevOps process for any Azure resource. Whether your app uses virtual machines, web apps, Kubernetes, or any other resource, you can implement infrastructure as code (IaaC), continuous integration, continuous testing, continuous delivery, and continuous monitoring with Azure and Azure DevOps.
3123

3224
![The Azure portal with Azure DevOps selected under Services](media/tutorial-devops-azure-pipelines-classic/azdevops-view.png)
3325

@@ -39,7 +31,7 @@ This article shows how to set up a CI/CD pipeline for rolling multimachine deplo
3931

4032
### Configure CI/CD on virtual machines
4133

42-
You can add virtual machines as targets to a [deployment group](https://docs.microsoft.com/azure/devops/pipelines/release/deployment-groups). You can then target them for multimachine updates. After you deploy machines, view **Deployment History** within a deployment group. This view lets you trace from VM to the pipeline and then to the commitment.
34+
You can add virtual machines as targets to a [deployment group](https://docs.microsoft.com/azure/devops/pipelines/release/deployment-groups). You can then target them for multimachine updates. After you deploy to machines, view **Deployment History** within a deployment group. This view lets you trace from VM to the pipeline and then to the commitment.
4335

4436
### Rolling deployments
4537

@@ -61,13 +53,13 @@ Using the continuous-delivery option, you can configure rolling updates to your
6153
1. In **Deployment strategy**, select **Rolling**.
6254
1. Optionally, you can tag each machine with its role. The tags "web" and "db" are examples. These tags help you target only VMs that have a specific role.
6355
1. Select **OK** to configure the continuous-delivery pipeline.
64-
1. Once configuration finishes, you have a continuous-delivery pipeline configured to deploy to the virtual machine.
56+
1. After configuration finishes, you have a continuous-delivery pipeline configured to deploy to the virtual machine.
6557

6658
![The Continuous delivery panel showing Deployment history](media/tutorial-devops-azure-pipelines-classic/azure-devops-deployment-history.png)
6759

6860
1. The deployment to the virtual machine is in progress. You can select the link to go to the pipeline. Select **Release-1** to view the deployment. Or select **Edit** to modify the release-pipeline definition.
6961
1. If you're configuring multiple VMs, repeat steps 2 through 4 for other VMs to add to the deployment group. If you select a deployment group that already has a pipeline run, the VMs are just added to the deployment group. No new pipelines are created.
70-
1. Once configuration is done, select the pipeline definition, navigate to the Azure DevOps organization, and select **Edit** for the release pipeline.
62+
1. After configuration is done, select the pipeline definition, navigate to the Azure DevOps organization, and select **Edit** for the release pipeline.
7163

7264
![Editing the rolling pipeline](media/tutorial-devops-azure-pipelines-classic/azure-devops-rolling-pipeline.png)
7365

0 commit comments

Comments
 (0)