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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,16 +30,16 @@ In this tutorial, you learn how to:
30
30
31
31
## Chain a virtual machine to a gateway load balancer
32
32
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.
34
34
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.
36
36
37
37
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**.
38
38
39
39
:::image type="content" source="media/gateway-configure-outbound-connectivity/confirm-sku.png" alt-text="Screenshot of virtual machine overview highlighting standard sku.":::
40
40
41
41
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**.
43
43
44
44
:::image type="content" source="media/gateway-configure-outbound-connectivity/select-network-interface.png" alt-text="Screenshot of network interface attached to virtual machine.":::
45
45
@@ -52,7 +52,7 @@ In this example, we'll chain an existing virtual machine’s public IP to a gate
52
52
53
53
## Create a load balancer frontend
54
54
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.
56
56
57
57
1. Navigate to your existing standard public load balancer and go to the **Frontend IP configuration** under **Settings**.
58
58
@@ -90,16 +90,16 @@ In this example, we'll create a new frontend IP configuration for outbound traff
90
90
| --- | --- |
91
91
| Name | Enter **myOutboundRule**. |
92
92
| 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**. |
94
94
| Protocol | Leave the default of **All**. |
95
95
| Idle timeout (minutes) | Enter **4** or your desired value. |
96
96
| 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**. |
98
98
|**Port allocation**||
99
99
| Port allocation | Select **Manually choose number of outbound ports**|
100
100
|**Outbound ports**||
101
101
| 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.
103
103
104
104
105
105
:::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:
124
124
- Created a new load balancer frontend IP configuration.
125
125
- Created an outbound rule for virtual machine traffic.
126
126
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