Skip to content

Commit 49f1088

Browse files
committed
fixed file name and minor changes
1 parent aa51d66 commit 49f1088

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/load-balancer/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
- name: Use with an existing Azure Load Balancer - Portal
7070
href: configure-vm-scale-set-portal.md
7171
- name: Use with an existing Azure Load Balancer - CLI
72-
href: use-existing-lb-vmss-cli.md
72+
href: configure-vm-scale-set-cli.md
7373
- name: Upgrade a Basic Load Balancer to Standard Load Balancer
7474
items:
7575
- name: Upgrade a Basic Public Load Balancer

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Sign into Azure.
3030
az login
3131
```
3232

33-
## Deploy a virtual machine scale set with existing load balancer
33+
## Deploy a VM scale set with existing load balancer
3434

3535
Replace the values in brackets with the names of the resources in your configuration.
3636

@@ -76,7 +76,7 @@ az vmss create \
7676
> [!NOTE]
7777
> After the scale set has been created, the backend port cannot be modified for a load balancing rule used by a health probe of the load balancer. To change the port, you can remove the health probe by updating the Azure virtual machine scale set, update the port and then configure the health probe again.
7878
79-
## Next Steps
79+
## Next steps
8080

8181
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:
8282

0 commit comments

Comments
 (0)