Skip to content

Commit 85c5a9e

Browse files
committed
fixes
1 parent a25c7a0 commit 85c5a9e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following are the recommended steps to change the allocation method.
4545

4646
1. Sign in to the [Azure portal](https://portal.azure.com).
4747

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.
4949

5050
3. In the **Settings** of the basic public IP address, select **Configurations**.
5151

@@ -56,7 +56,7 @@ The following are the recommended steps to change the allocation method.
5656
>[!NOTE]
5757
>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.
5858
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**.
6060

6161
* 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).
6262

@@ -113,11 +113,9 @@ To run the script:
113113

114114
### Create a NAT gateway for outbound access
115115

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).
117117

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).
121119

122120
## Common questions
123121

0 commit comments

Comments
 (0)