Skip to content

Commit 0381292

Browse files
committed
added vmss portal article
1 parent 9a4fd34 commit 0381292

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

articles/load-balancer/TOC.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
items:
6767
- name: Virtual machine scale sets
6868
items:
69-
- name: VMSS with an existing Azure Load Balancer - Portal
70-
href: use-existing-lb-vmss-portal.md
71-
- name: VMSS with an existing Azure Load Balancer - CLI
69+
- name: Use with an existing Azure Load Balancer - Portal
70+
href: configure-vm-scale-set-portal.md.md
71+
- name: Use with an existing Azure Load Balancer - CLI
7272
href: use-existing-lb-vmss-cli.md
7373
- name: Upgrade a Basic Load Balancer to Standard Load Balancer
7474
items:

articles/load-balancer/use-existing-lb-vmss-portal.md renamed to articles/load-balancer/configure-vm-scale-set-portal.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: asudbring
55
ms.author: allensu
66
ms.service: load-balancer
77
ms.topic: article
8-
ms.date: 09/17/2019
8+
ms.date: 03/25/2020
99
---
1010

1111
# Configure a virtual machine scale set with an existing Azure Load Balancer using the Azure portal
@@ -24,7 +24,7 @@ Sign in to the Azure portal at [https://portal.azure.com](https://portal.azure.c
2424

2525

2626

27-
## Deploy a virtual machine scale set with existing load balancer
27+
## Deploy VM scale set with existing load balancer
2828

2929
In this section, you'll create a virtual machine scale set in the Azure portal with an existing Azure load balancer.
3030

@@ -57,7 +57,7 @@ In this section, you'll create a virtual machine scale set in the Azure portal w
5757
| Confirm password | Reenter your admin password |
5858

5959

60-
:::image type="content" source="./media/load-balancer-vmss/lb-vmss-01.png" alt-text="Create virtual machine scale set." border="true":::
60+
:::image type="content" source="./media/vm-scale-sets/create-vm-scale-set-01.png" alt-text="Create virtual machine scale set." border="true":::
6161

6262
4. Select the **Networking** tab.
6363

@@ -74,7 +74,7 @@ In this section, you'll create a virtual machine scale set in the Azure portal w
7474
| Select a load balancer | Select **myLoadBalancer** or your existing load balancer |
7575
| Select a backend pool | Select **myBackendPool** or your existing backend pool. |
7676

77-
:::image type="content" source="./media/load-balancer-vmss/lb-vmss-02.png" alt-text="Create virtual machine scale set." border="true":::
77+
:::image type="content" source="./media/vm-scale-sets/create-vm-scale-set-02.png" alt-text="Create virtual machine scale set." border="true":::
7878

7979
6. Select the **Management** tab.
8080

@@ -84,7 +84,7 @@ In this section, you'll create a virtual machine scale set in the Azure portal w
8484

8585
9. Review the settings and select the **Create** button.
8686

87-
## Next Steps
87+
## Next steps
8888

8989
In this article, you deployed a virtual machine scale set with an existing Azure Load Balancer. To learn more about virtual machine scale sets and load balancer, see:
9090

Loading

0 commit comments

Comments
 (0)