Skip to content

Commit b04cb8d

Browse files
committed
Moving redirects to the VMs folder and linking the Load Balancer doc owned by the LB writing team
1 parent 46d2e0f commit b04cb8d

File tree

4 files changed

+30
-24
lines changed

4 files changed

+30
-24
lines changed

.openpublishing.redirection.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
{
22
"redirections": [
3-
{
4-
"source_path": "articles/virtual-machines/linux/tutorial-load-balancer.md",
5-
"redirect_url": "/previous-versions/azure/virtual-machines/linux/tutorial-load-balancer",
6-
"redirect_document_id": false
7-
},
8-
{
9-
"source_path": "articles/virtual-machines/windows/tutorial-load-balancer.md",
10-
"redirect_url": "/previous-versions/azure/virtual-machines/windows/tutorial-load-balancer",
11-
"redirect_document_id": false
12-
},
133
{
144
"source_path": "articles/virtual-machines/h-series-retirement.md",
155
"redirect_url": "/previous-versions/azure/virtual-machines/h-series-retirement",

articles/guides/operations/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
href: /azure/developer/jenkins/pipeline-with-github-and-docker?toc=%2fazure%2fguides%2foperations%2ftoc.json
4343
- name: Authoring Azure Resource Manager templates
4444
href: ../../azure-resource-manager/templates/syntax.md?toc=%2fazure%2fguides%2foperations%2ftoc.json
45+
- name: Create a load balancer
46+
href: ../../load-balancer/quickstart-load-balancer-standard-public-powershell.md
4547
- name: Backup VMs at Scale
4648
href: ../../backup/tutorial-backup-vm-at-scale.md
4749
- name: How To Guides

articles/virtual-machines/.openpublishing.redirection.virtual-machines.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "/articles/virtual-machines/linux/tutorial-load-balancer.md",
5+
"redirect_url": "/previous-versions/azure/virtual-machines/linux/tutorial-load-balancer",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path": "/articles/virtual-machines/windows/tutorial-load-balancer.md",
10+
"redirect_url": "/previous-versions/azure/virtual-machines/windows/tutorial-load-balancer",
11+
"redirect_document_id": false
12+
},
313
{
414
"source_path_from_root": "/articles/virtual-machines/linux/freebsd-pf-nat.md",
515
"redirect_url": "/previous-versions/azure/virtual-machines/linux/freebsd-pf-nat",

articles/virtual-machines/TOC.yml

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -45,35 +45,39 @@
4545
items:
4646
- name: Linux
4747
items:
48-
- name: 1 - Create / manage VMs
48+
- name: Create / manage VMs
4949
href: ./linux/tutorial-manage-vm.md
50-
- name: 2 - Create / manage disks
50+
- name: Create / manage disks
5151
href: ./linux/tutorial-manage-disks.md
52-
- name: 3 - Automate configuration
52+
- name: Automate configuration
5353
href: ./linux/tutorial-automate-vm-deployment.md
54-
- name: 4 - Create VM images
54+
- name: Create VM images
5555
href: ./linux/tutorial-custom-images.md
56-
- name: 5 - Highly available VMs
56+
- name: Highly available VMs
5757
href: ./linux/tutorial-availability-sets.md
58-
- name: 6 - Create a scale set
58+
- name: Load Balance VMs
59+
href: ../load-balancer/quickstart-load-balancer-standard-public-cli.md
60+
- name: Create a scale set
5961
href: ./linux/tutorial-create-vmss.md
60-
- name: 8 - Manage networking
62+
- name: Manage networking
6163
href: ./linux/tutorial-virtual-network.md
6264
- name: Windows
6365
items:
64-
- name: 1 - Create / manage a VM
66+
- name: Create / manage a VM
6567
href: ./windows/tutorial-manage-vm.md
66-
- name: 2 - Create / manage disks
68+
- name: Create / manage disks
6769
href: ./windows/tutorial-manage-data-disk.md
68-
- name: 3 - Automate configuration
70+
- name: Automate configuration
6971
href: ./windows/tutorial-automate-vm-deployment.md
70-
- name: 4 - Create VM images
72+
- name: Create VM images
7173
href: ./windows/tutorial-custom-images.md
72-
- name: 5 - Highly available VMs
74+
- name: Highly available VMs
7375
href: ./windows/tutorial-availability-sets.md
74-
- name: 6 - Create a scale set
76+
- name: Load Balance VMs
77+
href: ../load-balancer/quickstart-load-balancer-standard-public-powershell.md
78+
- name: Create a scale set
7579
href: ./windows/tutorial-create-vmss.md
76-
- name: 8 - Manage networking
80+
- name: Manage networking
7781
href: ./windows/tutorial-virtual-network.md
7882
- name: Develop
7983
items:

0 commit comments

Comments
 (0)