Skip to content

Commit 9e35e53

Browse files
committed
Add links
1 parent 797b88d commit 9e35e53

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

articles/vpn-gateway/vpn-gateway-howto-vnet-vnet-resource-manager-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to create a VPN gateway connection between virtual networ
55
author: cherylmc
66
ms.service: azure-vpn-gateway
77
ms.topic: how-to
8-
ms.date: 11/01/2024
8+
ms.date: 06/30/2025
99
ms.author: cherylmc
1010

1111
# Do not change VNet-to-VNet to another wording, such as Net-to-Net. VNet-to-VNet is the correct term and is the value used by Azure to denote this specific type of connection. It is different than a typical network connection.

includes/vpn-gateway-about-gwsubnet-include.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
ms.topic: include
33
author: cherylmc
44
ms.service: azure-vpn-gateway
5-
ms.date: 03/10/2025
5+
ms.date: 06/30/2025
66
ms.author: cherylmc
77
---
88

99
Virtual network gateway resources are deployed to a specific subnet named **GatewaySubnet**. The gateway subnet is part of the virtual network IP address range that you specify when you configure your virtual network.
1010

11-
If you don't have a subnet named **GatewaySubnet**, when you create your VPN gateway, it fails. We recommend that you create a gateway subnet that uses a /27 (or larger). For example, /27 or /26. For more information, see [VPN Gateway settings - Gateway Subnet](../articles/vpn-gateway/vpn-gateway-about-vpn-gateway-settings.md#gwsub).
11+
If you don't have a subnet named **GatewaySubnet**, when you create your VPN gateway, it fails. We recommend that you create a gateway subnet that uses a /27 (or larger). For example, /27 or /26. For more information about the gateway subnet, see [VPN Gateway settings - Gateway Subnet](../articles/vpn-gateway/vpn-gateway-about-vpn-gateway-settings.md#gwsub).

includes/vpn-gateway-create-gateway-subnet-portal-include.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
author: cherylmc
33
ms.service: azure-vpn-gateway
44
ms.topic: include
5-
ms.date: 03/10/2025
5+
ms.date: 06/30/2025
66
ms.author: cherylmc
77
---
88

99
1. On the page for your virtual network, on the left pane, select **Subnets** to open the **Subnets** page.
1010
1. At the top of the page, select **+ Subnet** to open the **Add subnet** pane.
1111
1. For **Subnet purpose**, select **Virtual Network Gateway** from the dropdown.
1212
1. The name is automatically entered as **GatewaySubnet**. Adjust starting IP address and size if necessary. For example, **10.1.255.0/27**.
13-
1. Don't adjust the other values on the page. Click **Add** to add the subnet.
13+
1. Don't adjust the other values on the page. Click **Add** to add the subnet.
14+
15+
For more information about adding a subnet to your virtual network, see [Add, change, or delete a virtual network subnet](../articles/virtual-network/virtual-network-manage-subnet.md). For steps to add an address range to your virtual network, see [Add or remove an address range](../articles/virtual-network/manage-virtual-network.yml).

0 commit comments

Comments
 (0)