Skip to content

Commit 5f32ed9

Browse files
committed
more fixes
1 parent d526bdb commit 5f32ed9

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ ms.author: allensu
1111

1212
# 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 in the article, migrates the basic load balancer configuration to a standard public load balancer.
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 this article, migrates the basic load balancer configuration to a standard public load balancer.
1515

1616
There are four stages in the upgrade:
1717

1818
1. Migrate the configuration to a standard public load balancer
1919

20-
2. Add virtual machines to the backend pool of the standard public load balancer
20+
2. Add virtual machines to the backend pools of the standard public load balancer
2121

2222
3. Create Network Security Group (NSG) rules for subnets and virtual machines that require internet connection restrictions
2323

@@ -35,7 +35,7 @@ An Azure PowerShell script is available that does the following procedures:
3535

3636
### Constraints
3737

38-
* The script supports an internal load balancer upgrade where outbound connectivity is required. If outbound connectivity isn't required, see [Upgrade an internal load balancer - Outbound connections not required](upgrade-basicInternal-standard.md).
38+
* The script supports an internal load balancer upgrade where outbound connectivity is required. If outbound connectivity isn't required, see [Upgrade an internal basic load balancer - Outbound connections not required](upgrade-basicinternal-standard.md).
3939

4040
* The standard load balancer has a new public address. It’s impossible to move the IP addresses associated with existing basic internal load balancer to a standard public load balancer because of different SKUs.
4141

@@ -131,11 +131,9 @@ The following scenarios explain how you add VMs to the backend pools of the newl
131131

132132
### Create a NAT gateway for outbound access
133133

134-
Follow the [instructions](quickstart-load-balancer-standard-public-portal.md#create-nat-gateway) to create a NAT gateway so you can:
134+
The script creates an outbound rule that enables outbound connectivity. Azure Virtual Network NAT is the recommended service for outbound connectivity. For more information about Azure Virtual Network NAT, see [What is Azure Virtual Network NAT?](../virtual-network/nat-gateway/nat-overview.md).
135135

136-
* Define outbound NAT during creation
137-
138-
* Scale and tune the behavior of existing outbound NAT
136+
To create a NAT gateway resource and associate it with a subnet of your virtual network see, [Create NAT gateway](quickstart-load-balancer-standard-public-portal.md#create-nat-gateway).
139137

140138
### Create NSG rules for subnets and virtual machines that require internet connection restrictions
141139

0 commit comments

Comments
 (0)