Skip to content

Commit e295561

Browse files
committed
edit pass: tutorial-configure-networking-2
1 parent c405ed6 commit e295561

File tree

4 files changed

+89
-101
lines changed

4 files changed

+89
-101
lines changed
Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Connect ExpressRoute to the virtual network gateway
3-
description: Steps to connect ExpressRoute to the virtual network gateway.
2+
title: Connect ExpressRoute to a virtual network gateway
3+
description: Steps to connect ExpressRoute to a virtual network gateway.
44
ms.topic: include
55
ms.service: azure-vmware
66
ms.date: 1/03/2024
@@ -11,26 +11,25 @@ ms.custom: engagement-fy23
1111

1212
<!-- Used in deploy-azure-vmware-solution.md and tutorial-configure-networking.md -->
1313

14-
1514
1. Request an ExpressRoute authorization key:
1615

1716
[!INCLUDE [request-authorization-key](request-authorization-key.md)]
1817

19-
1. Navigate to the virtual network gateway you plan to use and select **Connections** > **+ Add**.
18+
1. Go to the virtual network gateway that you plan to use, and then select **Connections** > **+ Add**.
2019

21-
1. On the **Add connection** page, provide values for the fields, and select **OK**.
20+
1. On the **Add connection** pane, provide the following values, and then select **OK**.
2221

2322
| Field | Value |
2423
| --- | --- |
2524
| **Name** | Enter a name for the connection. |
2625
| **Connection type** | Select **ExpressRoute**. |
27-
| **Redeem authorization** | Ensure this box is selected. |
28-
| **Virtual network gateway** | The virtual network gateway you intend to use. |
29-
| **Authorization key** | Paste the authorization key you copied earlier. |
30-
| **Peer circuit URI** | Paste the ExpressRoute ID you copied earlier. |
26+
| **Redeem authorization** | Ensure that this box is selected. |
27+
| **Virtual network gateway** | The value is prepopulated with the virtual network gateway that you intend to use. |
28+
| **Authorization key** | Paste the authorization key that you copied earlier. |
29+
| **Peer circuit URI** | Paste the ExpressRoute ID that you copied earlier. |
3130

32-
:::image type="content" source="../media/tutorial-configure-networking/add-connection.png" alt-text="Screenshot shows the Add connection page to connect ExpressRoute to the virtual network gateway.":::
31+
:::image type="content" source="../media/tutorial-configure-networking/add-connection.png" alt-text="Screenshot that shows the pane for adding an ExpressRoute connection to a virtual network gateway.":::
3332

34-
The connection between your ExpressRoute circuit and your Virtual Network is created.
33+
A status of **Succeeded** indicates that you finished creating the connection between your ExpressRoute circuit and your virtual network.
3534

36-
:::image type="content" source="../media/expressroute-global-reach/virtual-network-gateway-connections.png" alt-text="Screenshot shows a successful virtual network gateway connection.":::
35+
:::image type="content" source="../media/expressroute-global-reach/virtual-network-gateway-connections.png" alt-text="Screenshot that shows a successful virtual network gateway connection.":::

articles/azure-vmware/includes/disk-pool-planning-note.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Disk pool planning note for vNet
3-
description: Important note about the importance of deploying a vNet closer to Azure VMware Solution hosts.
2+
title: Disk pool planning note for virtual networks
3+
description: Information about the importance of deploying a virtual network closer to Azure VMware Solution hosts.
44
ms.topic: include
55
ms.service: azure-vmware
66
ms.date: 1/03/2024
@@ -15,4 +15,4 @@ ms.custom: engagement-fy23
1515
---
1616

1717

18-
If you plan to scale your Azure VMware Solution hosts using [Azure NetApp Files datastores](../attach-azure-netapp-files-to-azure-vmware-solution-hosts.md), deploying the vNet close to your hosts with an ExpressRoute virtual network gateway is crucial. The closer the storage is to your hosts, the better the performance.
18+
If you plan to scale your Azure VMware Solution hosts by using [Azure NetApp Files datastores](../attach-azure-netapp-files-to-azure-vmware-solution-hosts.md), deploying the virtual network close to your hosts with an ExpressRoute virtual network gateway is crucial. The closer the storage is to your hosts, the better the performance.
Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Request authorization key for ExpressRoute
2+
title: Request an authorization key for ExpressRoute
33
description: Steps to request an authorization key for ExpressRoute.
44
ms.topic: include
55
ms.service: azure-vmware
@@ -11,15 +11,14 @@ ms.custom: engagement-fy23
1111

1212
<!-- used in tutorial-expressroute-global-reach-private-cloud.md and create-ipsec-tunnel.md -->
1313

14-
1. In the Azure portal, navigate to the Azure VMware Solution private cloud. Select **Manage** > **Connectivity** > **ExpressRoute** and then select **+ Request an authorization key**.
14+
1. In the Azure portal, go to the Azure VMware Solution private cloud. Select **Manage** > **Connectivity** > **ExpressRoute**, and then select **+ Request an authorization key**.
1515

16-
:::image type="content" source="../media/expressroute-global-reach/start-request-authorization-key.png" alt-text="Screenshot shows how to request an ExpressRoute authorization key." border="true" lightbox="../media/expressroute-global-reach/start-request-authorization-key.png":::
16+
:::image type="content" source="../media/expressroute-global-reach/start-request-authorization-key.png" alt-text="Screenshot that shows selections for requesting an ExpressRoute authorization key." border="true" lightbox="../media/expressroute-global-reach/start-request-authorization-key.png":::
1717

18-
1. Provide a name for it and select **Create**.
18+
1. Provide a name for the authorization key, and then select **Create**.
1919

20-
It can take about 30 seconds to create the key. Once created, the new key appears in the list of authorization keys for the private cloud.
20+
It can take about 30 seconds to create the key. After the key is created, it appears in the list of authorization keys for the private cloud.
2121

22-
:::image type="content" source="../media/expressroute-global-reach/show-global-reach-auth-key.png" alt-text="Screenshot shows the ExpressRoute Global Reach authorization key." lightbox="../media/expressroute-global-reach/show-global-reach-auth-key.png":::
23-
24-
1. Copy the authorization key and ExpressRoute ID. You need them to complete the peering. The authorization key disappears after some time, so copy it as soon as it appears.
22+
:::image type="content" source="../media/expressroute-global-reach/show-global-reach-auth-key.png" alt-text="Screenshot that shows the ExpressRoute Global Reach authorization key." lightbox="../media/expressroute-global-reach/show-global-reach-auth-key.png":::
2523

24+
1. Copy the authorization key and the ExpressRoute ID. You need them to complete the peering. The authorization key disappears after some time, so copy it as soon as it appears.

0 commit comments

Comments
 (0)