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: includes/vpn-gateway-basic-vnet-rm-portal-include.md
+26-16Lines changed: 26 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,14 @@
5
5
author: cherylmc
6
6
ms.service: vpn-gateway
7
7
ms.topic: include
8
-
ms.date: 02/25/2020
8
+
ms.date: 03/03/2020
9
9
ms.author: cherylmc
10
10
ms.custom: include file
11
11
---
12
12
You can create a VNet with the Resource Manager deployment model and the Azure portal by following these steps. For more information about virtual networks, see [Virtual Network overview](../articles/virtual-network/virtual-networks-overview.md).
13
13
14
14
>[!NOTE]
15
-
>For the VNet to connect to an on-premises location, coordinate with your on-premises network administrator to carve out an IP address range that you can use specifically for this virtual network. If a duplicate address range exists on both sides of the VPN connection, traffic will route in an unexpected way. Additionally, if you want to connect this VNet to another VNet, the address space cannot overlap with other VNet. Plan your network configuration accordingly.
15
+
>When using a virtual network as part of a cross-premises architecture, be sure to coordinate with your on-premises network administrator to carve out an IP address range that you can use specifically for this virtual network. If a duplicate address range exists on both sides of the VPN connection, traffic will route in an unexpected way. Additionally, if you want to connect this virtual network to another virtual network, the address space cannot overlap with the other virtual network. Plan your network configuration accordingly.
16
16
>
17
17
>
18
18
@@ -23,21 +23,31 @@ You can create a VNet with the Resource Manager deployment model and the Azure p
23
23
1. Select **Virtual Network** from the **Marketplace** results.
1. On the **Create virtual network** page, configure the VNet settings. When you fill in the fields, the red exclamation mark becomes a green check mark when the characters you enter in the field are validated. Some values are autofilled, which you can replace with your own values:
32
+
 When you fill in the fields, you see a green check mark when the characters you enter in the field are validated. Some values are autofilled, which you can replace with your own values:
33
33
34
-
-**Name**: Enter the name for your virtual network.
35
-
-**Address space**: Enter the address space. If you have multiple address spaces to add, enter your first address space here. You can add additional address spaces later, after you create the VNet. If your configuration requires IPv6 address space, check the checkbox to enter that information.
36
34
-**Subscription**: Verify that the subscription listed is the correct one. You can change subscriptions by using the drop-down.
37
-
-**Resource group**: Select an existing resource group, or create a new one by entering a name for your new resource group. If you're creating a new group, name the resource group according to your planned configuration values. For more information about resource groups, see [Azure Resource Manager overview](../articles/azure-resource-manager/management/overview.md#resource-groups).
38
-
-**Location**: Select the location for your VNet. The location determines where the resources that you deploy to this VNet will live.
39
-
-**Subnet**: Add the subnet **Name** and subnet **Address range**. You can add additional subnets later, after you create the VNet.
40
-
-**DDos protection**: Select **Basic**, unless you want to use the Standard service.
41
-
-**Service endpoints**: You can leave this setting as **Disabled**, unless your configuration specifies this setting.
42
-
-**Firewall**: You can leave this setting as **Disabled**, unless your configuration specifies this setting.
43
-
1. Click **Create** to begin the virtual network deployment.
35
+
-**Resource group**: Select an existing resource group, or click **Create new** to create a new one. For more information about resource groups, see [Azure Resource Manager overview](../articles/azure-resource-manager/management/overview.md#resource-groups).
36
+
-**Name**: Enter the name for your virtual network.
37
+
-**Region**: Select the location for your VNet. The location determines where the resources that you deploy to this VNet will live.
38
+
39
+
1. On the **IP Addresses** tab, configure the values. The values shown in the examples below are for demonstration purposes. Adjust these values according to the settings that you require.
-**IPv4 address space**: By default, an address space is automatically created. You can click the address space to adjust it to reflect your own values. You can also add additional address spaces.
43
+
-**IPv6**: If your configuration requires IPv6 address space, select the **Add IPv6 address space** box to enter that information.
44
+
-**Subnet**: If you use the default address space, a default subnet is created automatically. If you change the address space, you need to add a subnet. Select **+ Add subnet** to open the **Add subnet** window. Configure the following settings and then select **Add** to add the values:
45
+
-**Subnet name**: In this example, we named the subnet "FrontEnd".
46
+
-**Subnet address range**: The address range for this subnet.
47
+
48
+
1. On the **Security** tab, at this time, leave the default values:
49
+
50
+
-**DDos protection**: Basic
51
+
-**Firewall**: Disabled
52
+
1. Select **Review + create** to validate the virtual network settings.
53
+
1. After the settings have been validated, select **Create**.
0 commit comments