Skip to content

Commit 3119628

Browse files
committed
fixes
1 parent 1fda92f commit 3119628

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

articles/load-balancer/TOC.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -164,17 +164,17 @@
164164
href: configure-vm-scale-set-powershell.md
165165
- name: Use with an existing Azure Load Balancer - CLI
166166
href: configure-vm-scale-set-cli.md
167-
- name: Upgrade from Basic to Standard Load Balancer
167+
- name: Upgrade from a basic to standard load balancer
168168
items:
169-
- name: Upgrade a Basic Public Load Balancer
169+
- name: Upgrade a basic public load balancer
170170
href: upgrade-basic-standard.md
171-
- name: Upgrade an Internal Load Balancer - No Outbound Connection Required
172-
href: upgrade-basicInternal-standard.md
173-
- name: Upgrade an Internal Load Balancer - Outbound Connection Required
174-
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
175175
- name: Configure TCP reset and idle timeout
176176
href: load-balancer-tcp-idle-timeout.md
177-
- name: Configure distribution mode for Load Balancer
177+
- name: Configure distribution mode for a load balancer
178178
href: load-balancer-distribution-mode.md
179179
- name: Using multiple IP configurations
180180
items:

articles/load-balancer/upgrade-basic-standard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Upgrade from basic public to standard public
2+
title: Upgrade a basic to standard public load balancer
33
titleSuffix: Azure Load Balancer
44
description: This article shows you how to upgrade a public load balancer from basic to standard SKU.
55
services: load-balancer

articles/load-balancer/upgrade-internalbasic-to-publicstandard.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: Upgrade a load balancer from basic internal to standard public
2+
title: Upgrade an internal basic load balancer - Outbound connections required
33
titleSuffix: Azure Load Balancer
4-
description: This article shows you how to upgrade a basic internal load balancer to a standard public load balancer.
4+
description: This article shows you how to upgrade a basic internal load balancer to a standard public load balancer where outbound connections are required.
55
author: asudbring
66
ms.service: load-balancer
77
ms.topic: how-to
88
ms.date: 03/17/2022
99
ms.author: allensu
1010
---
1111

12-
# Upgrade a load balancer from basic internal to standard public
12+
# Upgrade an internal basic load balancer - Outbound connections required
1313

14-
A standard [Azure Load Balancer](load-balancer-overview.md) offers increased functionality and high availability through zone redundancy. For more information about Azure Load Balancer SKUs, see [Azure Load Balancer SKUs](./skus.md#skus). A standard internal Azure Load Balancer doesn't provide outbound connectivity. The PowerShell script migrates the basic load balancer to a standard load balancer, which enables the outbound connectivity.
14+
A standard [Azure Load Balancer](load-balancer-overview.md) offers increased functionality and high availability through zone redundancy. For more information about Azure Load Balancer SKUs, see [Azure Load Balancer SKUs](./skus.md#skus). A standard internal Azure Load Balancer doesn't provide outbound connectivity. The PowerShell script in the article, migrates the basic load balancer configuration to a standard public load balancer.
1515

1616
There are four stages in the upgrade:
1717

0 commit comments

Comments
 (0)