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/tutorial-gateway-outbound-connectivity.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,9 @@ In this tutorial, you learn how to:
30
30
31
31
## Chain a virtual machine to a gateway load balancer
32
32
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.
34
34
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**.
36
36
37
37
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**.
38
38
@@ -53,7 +53,7 @@ This example uses hain an existing virtual machine’s public IP to a gateway lo
53
53
54
54
## Create a load balancer frontend
55
55
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.
57
57
58
58
1. Navigate to your existing standard public load balancer and go to the **Frontend IP configuration** under **Settings**.
59
59
@@ -119,7 +119,7 @@ When no longer needed, delete the resource group, load balancer, and all related
119
119
120
120
## Next steps
121
121
122
-
In this tutorial, you created:
122
+
In this tutorial, you learned how to:
123
123
124
124
- Chained a virtual machine’s IP address to a Gateway Load Balancer.
125
125
- Created a new load balancer frontend IP configuration.
0 commit comments