Skip to content

Commit f7d39d2

Browse files
author
Michael Bender
committed
Testing steps in Azure
1 parent 96148af commit f7d39d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/load-balancer/tutorial-gateway-outbound-connectivity.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ In this tutorial, you learn how to:
3030

3131
## Chain a virtual machine to a gateway load balancer
3232

33-
This example uses hain an existing virtual machine’s public IP to a gateway load balancer. A gateway load balancer can be inserted in the path of outbound traffic by chaining to virtual machine instance level public IPs. This method secures both inbound and outbound traffic reaching or originating from this virtual machine’s public IP.
33+
In this section, you chain an existing virtual machine’s public IP to a gateway load balancer. A gateway load balancer can be inserted in the path of outbound traffic by chaining to virtual machine instance level public IPs. This method secures both inbound and outbound traffic reaching or originating from this virtual machine’s public IP.
3434

35-
1. Navigate to your existing virtual machine. This example uses irtual machine is named myVM1.
35+
1. Navigate to your existing virtual machine. This example uses a virtual machine named **myVM1**.
3636

3737
1. To verify your virtual machine has a standard SKU public IP associated with it, select **Public IP address > Overview** and confirm that the SKU is **Standard**.
3838

@@ -53,7 +53,7 @@ This example uses hain an existing virtual machine’s public IP to a gateway lo
5353

5454
## Create a load balancer frontend
5555

56-
In this example, you create a new frontend IP configuration for outbound traffic in our existing standard public load balancer. Using separate public IPs for inbound and outbound traffic is a recommend best practice. Reusing the same public IP for inbound and outbound traffic can increase the risk of SNAT exhaustion, as load balancing and inbound NAT rules decrease the number of available SNAT ports.
56+
In this section, you create a new frontend IP configuration for outbound traffic in our existing standard public load balancer. Using separate public IPs for inbound and outbound traffic is a recommend best practice. Reusing the same public IP for inbound and outbound traffic can increase the risk of SNAT exhaustion, as load balancing and inbound NAT rules decrease the number of available SNAT ports.
5757

5858
1. Navigate to your existing standard public load balancer and go to the **Frontend IP configuration** under **Settings**.
5959

@@ -119,7 +119,7 @@ When no longer needed, delete the resource group, load balancer, and all related
119119

120120
## Next steps
121121

122-
In this tutorial, you created:
122+
In this tutorial, you learned how to:
123123

124124
- Chained a virtual machine’s IP address to a Gateway Load Balancer.
125125
- Created a new load balancer frontend IP configuration.

0 commit comments

Comments
 (0)