Skip to content

Commit 721647d

Browse files
author
Michael Bender
committed
updates
1 parent c7867a0 commit 721647d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ In this tutorial, you learn how to:
2323
## Prerequisites
2424

2525
- 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).
2727
- For the purposes of this tutorial, the standard load balancer is named **myLoadBalancer** and is located in a resource group called **myResourceGroup**.
2828
- 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).
2929
- 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**.
3032

3133
## Chain a virtual machine to a gateway load balancer
3234

@@ -39,8 +41,8 @@ In this section, you chain an existing virtual machine’s public IP to a gatewa
3941
:::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":::
4042

4143
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**.
4446

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

0 commit comments

Comments
 (0)