You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/linux/tutorial-azure-devops-blue-green-strategy.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ This article shows how to set up a CI/CD pipeline that uses the blue-green strat
27
27
28
28
### Configure CI/CD on virtual machines
29
29
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.
Copy file name to clipboardExpand all lines: articles/virtual-machines/linux/tutorial-azure-devops-canary-strategy.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ This article shows how to set up a CI/CD pipeline that uses the canary strategy
27
27
28
28
### Configure CI/CD on virtual machines
29
29
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.
Copy file name to clipboardExpand all lines: articles/virtual-machines/linux/tutorial-devops-azure-pipelines-classic.md
+4-12Lines changed: 4 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,7 @@ ms.custom: devops
19
19
20
20
# Tutorial - Configure the rolling deployment strategy for Azure Linux virtual machines
21
21
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.
31
23
32
24

33
25
@@ -39,7 +31,7 @@ This article shows how to set up a CI/CD pipeline for rolling multimachine deplo
39
31
40
32
### Configure CI/CD on virtual machines
41
33
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.
43
35
44
36
### Rolling deployments
45
37
@@ -61,13 +53,13 @@ Using the continuous-delivery option, you can configure rolling updates to your
61
53
1. In **Deployment strategy**, select **Rolling**.
62
54
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.
63
55
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.
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.
69
61
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.
71
63
72
64

0 commit comments