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
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,11 @@ This example uses hain an existing virtual machine’s public IP to a gateway lo
34
34
35
35
1. Navigate to your existing virtual machine. This example uses irtual machine is named myVM1.
36
36
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**.
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
39
-
:::image type="content" source="media/gateway-configure-outbound-connectivity/confirm-sku.png" alt-text="Screenshot of virtual machine overview highlighting standard sku.":::
39
+
:::image type="content" source="media/gateway-configure-outbound-connectivity/confirm-sku.png" alt-text="Screenshot of virtual machine overview highlighting standard sku." lightbox="media/gateway-configure-outbound-connectivity/confirm-sku-thumb.png":::
40
40
41
+
1. Return to your virtual machine.
41
42
1. In the **Overview** page of the virtual machine, select **Networking** under **Settings**.
42
43
1. Select the network interface attached to the virtual machine. This example uses **myvm1229**.
43
44
@@ -52,7 +53,7 @@ This example uses hain an existing virtual machine’s public IP to a gateway lo
52
53
53
54
## Create a load balancer frontend
54
55
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
+
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
57
57
58
1. Navigate to your existing standard public load balancer and go to the **Frontend IP configuration** under **Settings**.
58
59
@@ -71,7 +72,7 @@ This example uses reate a new frontend IP configuration for outbound traffic in
71
72
72
73
73
74
:::image type="content" source="media/gateway-configure-outbound-connectivity/add-frontend-ip-configuration.png" alt-text="Screenshot of Add frontend ip configuration screen.":::
0 commit comments