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
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,31 +3,29 @@ author: cherylmc
3
3
ms.author: cherylmc
4
4
ms.service: vpn-gateway
5
5
ms.topic: include
6
-
ms.date: 06/23/2023
6
+
ms.date: 08/08/2023
7
7
---
8
8
9
9
1. Sign in to the [Azure portal](https://portal.azure.com).
10
-
1. In **Search resources, service, and docs (G+/)**, type ***virtual network***. Select **Virtual network** from the **Marketplace** results to open the **Virtual network** page.
11
-
12
-
:::image type="content" source="./media/vpn-gateway-basic-vnet-rm-portal-include/marketplace-results.png" alt-text="Screenshot shows the Azure portal Search bar results and selecting Virtual Network from Marketplace." lightbox= "./media/vpn-gateway-basic-vnet-rm-portal-include/marketplace-expand.png":::
10
+
1. In **Search resources, service, and docs (G+/)** at the top of the portal page, type ***virtual network***. Select **Virtual network** from the **Marketplace** results to open the **Virtual network** page.
13
11
1. On the **Virtual network** page, select **Create**. This opens the **Create virtual network** page.
14
12
1. On the **Basics** tab, configure the VNet settings for **Project details** and **Instance details**. You'll see a green check mark when the values you enter are validated. The values shown in the example can be adjusted according to the settings that you require.
15
13
16
14
:::image type="content" source="./media/vpn-gateway-basic-vnet-rm-portal-include/basics.png" alt-text="Screenshot shows the Basics tab." lightbox="./media/vpn-gateway-basic-vnet-rm-portal-include/basics.png":::
17
15
18
-
-**Subscription**: Verify that the subscription listed is the correct one. You can change subscriptions by using the drop-down.
19
-
-**Resource group**: Select an existing resource group, or select **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).
20
-
-**Name**: Enter the name for your virtual network.
21
-
-**Region**: Select the location for your VNet. The location determines where the resources that you deploy to this VNet will live.
16
+
***Subscription**: Verify that the subscription listed is the correct one. You can change subscriptions by using the drop-down.
17
+
***Resource group**: Select an existing resource group, or select **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).
18
+
***Name**: Enter the name for your virtual network.
19
+
***Region**: Select the location for your VNet. The location determines where the resources that you deploy to this VNet will live.
22
20
23
-
1. Select **Security** to advance to the Security tab. For this exercise, leave the default values for all the services on this page.
21
+
1. Select **Next** or **Security** to advance to the Security tab. For this exercise, leave the default values for all the services on this page.
24
22
25
23
1. Select **IP Addresses** to advance to the IP Addresses tab. On the **IP Addresses** tab, configure the settings.
26
24
27
-
-**IPv4 address space**: By default, an address space is automatically created. You can select the address space and adjust it to reflect your own values. You can also add a different address space and remove the default that was automatically created. For example, you can specify the starting address as **10.1.0.0** and specify the address space size as **/16**, then **Add** that address space.
28
-
-**+ Add subnet**: If you use the default address space, a default subnet is created automatically. If you change the address space, add a new subnet within that address space. Select **+ Add subnet** to open the **Add subnet** window. Configure the following settings, then select **Add** at the bottom of the page to add the values.
29
-
-**Subnet name**: Example: **FrontEnd**.
30
-
-**Subnet address range**: The address range for this subnet. For example, **10.1.0.0** and **/24**.
25
+
***IPv4 address space**: By default, an address space is automatically created. You can select the address space and adjust it to reflect your own values. You can also add a different address space and remove the default that was automatically created. For example, you can specify the starting address as **10.1.0.0** and specify the address space size as **/16**, then **Add** that address space.
26
+
***+ Add subnet**: If you use the default address space, a default subnet is created automatically. If you change the address space, add a new subnet within that address space. Select **+ Add subnet** to open the **Add subnet** window. Configure the following settings, then select **Add** at the bottom of the page to add the values.
27
+
***Subnet name**: Example: **FrontEnd**.
28
+
***Subnet address range**: The address range for this subnet. For example, **10.1.0.0** and **/24**.
31
29
32
30
1. Review the **IP addresses** page and remove any address spaces or subnets that you don't need.
33
31
1. Select **Review + create** to validate the virtual network settings.
0 commit comments