Skip to content

Commit 5230521

Browse files
author
Michael Bender
committed
updates
1 parent 6cbb2a8 commit 5230521

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

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

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

33-
In this example, we'll 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.
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.
3434

35-
1. Navigate to your existing virtual machine. In this example, the virtual machine is named myVM1.
35+
1. Navigate to your existing virtual machine. This example uses irtual machine is named myVM1.
3636

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

3939
:::image type="content" source="media/gateway-configure-outbound-connectivity/confirm-sku.png" alt-text="Screenshot of virtual machine overview highlighting standard sku.":::
4040

4141
1. In the **Overview** page of the virtual machine, select **Networking** under **Settings**.
42-
1. Select the network interface attached to the virtual machine. In this example, it's **myvm1229**.
42+
1. Select the network interface attached to the virtual machine. This example uses **myvm1229**.
4343

4444
:::image type="content" source="media/gateway-configure-outbound-connectivity/select-network-interface.png" alt-text="Screenshot of network interface attached to virtual machine.":::
4545

@@ -52,7 +52,7 @@ In this example, we'll chain an existing virtual machine’s public IP to a gate
5252

5353
## Create a load balancer frontend
5454

55-
In this example, we'll 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 reccomend 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.
55+
This example uses reate 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.
5656

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

@@ -90,16 +90,16 @@ In this example, we'll create a new frontend IP configuration for outbound traff
9090
| --- | --- |
9191
| Name | Enter **myOutboundRule**. |
9292
| IP version | Select **IPv4**. |
93-
| Frontend IP address | Select the frontend IP address of the load balancer. In this example, it's **myOutboundFrontend**. |
93+
| Frontend IP address | Select the frontend IP address of the load balancer. This example uses **myOutboundFrontend**. |
9494
| Protocol | Leave the default of **All**. |
9595
| Idle timeout (minutes) | Enter **4** or your desired value. |
9696
| TCP Reset | Leave the default of **Enabled**. |
97-
| Backend pool | Select the backend pool of the load balancer. In this example, it's **myBackendPool**. |
97+
| Backend pool | Select the backend pool of the load balancer. This example uses **myBackendPool**. |
9898
| **Port allocation** | |
9999
| Port allocation | Select **Manually choose number of outbound ports** |
100100
| **Outbound ports** | |
101101
| Choose by | Select **Maximum number of backend instances**. |
102-
| Ports per instance | Enter the anticipated maximum number of backend instances. In this example, we have **2** backend instances.
102+
| Ports per instance | Enter the anticipated maximum number of backend instances. This example uses **2** backend instances.
103103

104104

105105
:::image type="content" source="media/gateway-configure-outbound-connectivity/add-outbound-rule.png" alt-text="Screenshot of Add Outbound Rule screen.":::
@@ -124,4 +124,4 @@ In this tutorial, you created:
124124
- Created a new load balancer frontend IP configuration.
125125
- Created an outbound rule for virtual machine traffic.
126126

127-
Learn how to [Deploy highly avialable NVAs](/azure/architecture/reference-architectures/dmz/nva-ha) with Azure Load Balancer.
127+
Learn how to [Deploy highly available NVAs](/azure/architecture/reference-architectures/dmz/nva-ha) with Azure Load Balancer.

0 commit comments

Comments
 (0)