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-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,12 @@ In this tutorial, you learn how to:
23
23
## Prerequisites
24
24
25
25
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
26
-
- An existing public standard SKU Azure Load Balancer. For more information on creating a load balancer, see **[Create a public load balancer using the Azure portal](quickstart-load-balancer-standard-public-portal.md)**.
26
+
- An existing public standard SKU Azure Load Balancer. For more information on creating a load balancer, see [Create a public load balancer using the Azure portal](quickstart-load-balancer-standard-public-portal.md).
27
27
- For the purposes of this tutorial, the standard load balancer is named **myLoadBalancer** and is located in a resource group called **myResourceGroup**.
28
28
- An existing Gateway SKU Azure Load Balancer. For more information on creating a gateway load balancer, see [Create a gateway load balancer using the Azure portal](tutorial-gateway-portal.md).
29
29
- For the purposes of this tutorial, the gateway load balancer in the examples is name **myGatewayLoadBalancer**.
30
+
- A virtual machine or network virtual appliance deployed in the same region and resource group as the load balancers. For more information on deploying a virtual machine, see [Create a Windows VM in the Azure portal](../virtual-machines/windows/quick-create-portal.md).
31
+
- For the purposes of this tutorial, the virtual machine is named **myVM1**.
30
32
31
33
## Chain a virtual machine to a gateway load balancer
32
34
@@ -39,8 +41,8 @@ In this section, you chain an existing virtual machine’s public IP to a gatewa
39
41
:::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
42
41
43
1. Return to your virtual machine.
42
-
1. In **Overview of the virtual machine, select **Networking** under **Settings**.
43
-
1. Select the network interface attached to the virtual machine. This example uses **myvm1229**.
44
+
1. In **Overview** of the virtual machine, select **Networking** under **Settings**.
45
+
1. Select the network interface attached to the virtual machine. This example uses **myvm1185_z1**.
44
46
45
47
:::image type="content" source="media/gateway-configure-outbound-connectivity/select-network-interface.png" alt-text="Screenshot of network interface attached to virtual machine.":::
0 commit comments