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
Copy file name to clipboardExpand all lines: articles/load-balancer/upgrade-basic-standard.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ The following are the recommended steps to change the allocation method.
45
45
46
46
1. Sign in to the [Azure portal](https://portal.azure.com).
47
47
48
-
2. Select **All resources** in. the left menu. Select the **basic public IP Address associated with the basic load balancer** from the resource list.
48
+
2. Select **All resources** in. the left menu. Select the **basic public IP address associated with the basic load balancer** from the resource list.
49
49
50
50
3. In the **Settings** of the basic public IP address, select **Configurations**.
51
51
@@ -56,7 +56,7 @@ The following are the recommended steps to change the allocation method.
56
56
>[!NOTE]
57
57
>For virtual machines which have public IPs, you must create standard IP addresses first. The same IP address is not guaranteed. Disassociate the VMs from the basic IPs and associate them with the newly created standard IP addresses. You'll then be able to follow the instructions to add VMs into the backend pool of the Standard Azure Load Balancer.
58
58
59
-
**Creating new VMs to add to the backend pool of the newly created public standard load balancer**.
59
+
### Create new VMs to add to the backend pool of the new standard load balancer**.
60
60
61
61
* To create a virtual machine and associate it with the load balancer, see [Create virtual machines](./quickstart-load-balancer-standard-public-portal.md#create-virtual-machines).
62
62
@@ -113,11 +113,9 @@ To run the script:
113
113
114
114
### Create a NAT gateway for outbound access
115
115
116
-
Follow the [instructions](quickstart-load-balancer-standard-public-portal.md#create-nat-gateway) to create a NAT gateway so you can:
116
+
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).
117
117
118
-
* Define outbound NAT during creation
119
-
120
-
* Scale and tune the behavior of existing outbound NAT
118
+
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).
0 commit comments