Skip to content

Commit acfc96b

Browse files
author
raiyan
committed
corrected blocking issues
1 parent f187d9e commit acfc96b

File tree

5 files changed

+8
-10
lines changed

5 files changed

+8
-10
lines changed
56 KB
Loading

articles/virtual-machines/linux/toc.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
href: ../../jenkins/tutorial-jenkins-github-docker-cicd.md
4646
- name: 14b - Integrate Jenkins with Azure DevOps
4747
href: ../../jenkins/tutorial-build-deploy-jenkins.md
48-
- name: 15a - Configure Rolling deployment strategy for VMs
48+
- name: 15a - Configure Rolling deployment strategy
4949
href: tutorial-devops-azure-pipelines-classic.md
50-
- name: 15b - Configure Canary deployment strategy for VMs
51-
href: tutorial-azure-devops-canary-deployment-strategy.md
52-
- name: 15c - Configure Blue-Green deployment strategy for VMs
53-
href: tutorial-azure-devops-blue-green-deployment-strategy.md
50+
- name: 15b - Configure Canary deployment strategy
51+
href: tutorial-azure-devops-canary-strategy.md
52+
- name: 15c - Configure Blue-Green deployment strategy
53+
href: tutorial-azure-devops-blue-green-strategy.md
5454
- name: 15d - CI/CD with Azure Pipelines(YAML)
5555
href: tutorial-build-deploy-azure-pipelines.md
5656
- name: 16a - Create LAMP stack

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ Here is the step-by-step walkthrough.
5757

5858

5959
10. The Execute Deploy Script task will by default execute the deployment script _deploy.ps1_ or _deploy.sh_ in the `deployscripts` folder at the root directory of published package. Make sure that the selected build pipeline publishes this in the root folder of package.
60-
61-
![AzDevOps_publish_package](media/tutorial-devops-azure-pipelines-classic/azure-devops-published-package.png)
60+
![AzDevOps_publish_package](media/tutorial-deployment-strategy/package.png)
6261

6362

6463

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ Here is the step-by-step walkthrough.
5656
10. Before resuming the pipeline run, make sure that at least one VM is tagged as _prod_. In the third phase of the pipeline, the application will be deployed to only those VMs that have _prod_ tag.
5757

5858
11. The Execute Deploy Script task will by default execute the deployment script _deploy.ps1_ or _deploy.sh_ in 'deployscripts' folder at the root directory of published package. Make sure that the selected build pipeline publishes this in the root folder of package.
59-
60-
![AzDevOps_publish_package](media/tutorial-devops-azure-pipelines-classic/azure-devops-published-package.png)
59+
![AzDevOps_publish_package](media/tutorial-deployment-strategy/package.png)
6160

6261

6362

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Here is the step-by-step walkthrough.
6363
14. From the configuration pane on the right, you can specify the number of machines that you want to deploy in parallel in each iteration. In case you want to deploy to multiple machines at a time, you can specify it in terms of percentage by using the slider.
6464

6565
15. The Execute Deploy Script task will by default execute the deployment script _deploy.ps1_ or _deploy.sh_ in 'deployscripts' folder at the root directory of published package.
66-
![AzDevOps_publish_package](media/tutorial-devops-azure-pipelines-classic/azure-devops-published-package.png)
66+
![AzDevOps_publish_package](media/tutorial-deployment-strategy/package.png)
6767

6868
## Other deployment strategies
6969

0 commit comments

Comments
 (0)