You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
15
15
16
16
There are four stages in the upgrade:
17
17
18
18
1. Migrate the configuration to a standard public load balancer
19
19
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
21
21
22
22
3. Create Network Security Group (NSG) rules for subnets and virtual machines that require internet connection restrictions
23
23
@@ -35,7 +35,7 @@ An Azure PowerShell script is available that does the following procedures:
35
35
36
36
### Constraints
37
37
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).
39
39
40
40
* 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.
41
41
@@ -131,11 +131,9 @@ The following scenarios explain how you add VMs to the backend pools of the newl
131
131
132
132
### Create a NAT gateway for outbound access
133
133
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).
135
135
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).
139
137
140
138
### Create NSG rules for subnets and virtual machines that require internet connection restrictions
0 commit comments