Skip to content

Commit c24596b

Browse files
authored
Merge pull request #191997 from asudbring/lb-qs-posh
Rework and freshness update public azure load balancer powershell article
2 parents 8b9326b + 324a3fc commit c24596b

6 files changed

+350
-675
lines changed

articles/load-balancer/TOC.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- name: ARM template
1818
displayName: Resource Manager
1919
href: quickstart-load-balancer-standard-public-template.md
20+
expanded: true
2021
- name: Create an internal load balancer
2122
items:
2223
- name: Portal
@@ -163,17 +164,17 @@
163164
href: configure-vm-scale-set-powershell.md
164165
- name: Use with an existing Azure Load Balancer - CLI
165166
href: configure-vm-scale-set-cli.md
166-
- name: Upgrade from Basic to Standard Load Balancer
167+
- name: Upgrade from a basic to standard load balancer
167168
items:
168-
- name: Upgrade a Basic Public Load Balancer
169+
- name: Upgrade a basic public load balancer
169170
href: upgrade-basic-standard.md
170-
- name: Upgrade an Internal Load Balancer - No Outbound Connection Required
171-
href: upgrade-basicInternal-standard.md
172-
- name: Upgrade an Internal Load Balancer - Outbound Connection Required
173-
href: upgrade-InternalBasic-To-PublicStandard.md
171+
- name: Upgrade an internal load balancer - Outbound connections not required
172+
href: upgrade-basicinternal-standard.md
173+
- name: Upgrade an internal load balancer - Outbound connections required
174+
href: upgrade-internalbasic-to-publicstandard.md
174175
- name: Configure TCP reset and idle timeout
175176
href: load-balancer-tcp-idle-timeout.md
176-
- name: Configure distribution mode for Load Balancer
177+
- name: Configure distribution mode for a load balancer
177178
href: load-balancer-distribution-mode.md
178179
- name: Using multiple IP configurations
179180
items:

articles/load-balancer/quickstart-load-balancer-standard-public-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ ms.custom: mvc, devx-track-js, devx-track-azurecli, mode-api
1111
#Customer intent: I want to create a load balancer so that I can load balance internet traffic to VMs.
1212
---
1313

14-
# Quickstart: Create a public load balancer to load balance VMs using Azure CLI
14+
# Quickstart: Create a public load balancer to load balance VMs using the Azure CLI
1515

16-
Get started with Azure Load Balancer by using Azure CLI to create a public load balancer and two virtual machines.
16+
Get started with Azure Load Balancer by using the Azure CLI to create a public load balancer and two virtual machines.
1717

1818
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
1919

0 commit comments

Comments
 (0)