Skip to content

Commit 037b742

Browse files
Merge pull request #247628 from cherylmc/vpn-basic
new screenshot
2 parents c1a0d88 + e789ef4 commit 037b742

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-13
lines changed
171 Bytes
Loading
Binary file not shown.
Binary file not shown.

includes/vpn-gateway-basic-vnet-rm-portal-include.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,29 @@ author: cherylmc
33
ms.author: cherylmc
44
ms.service: vpn-gateway
55
ms.topic: include
6-
ms.date: 06/23/2023
6+
ms.date: 08/08/2023
77
---
88

99
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.
1311
1. On the **Virtual network** page, select **Create**. This opens the **Create virtual network** page.
1412
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.
1513

1614
:::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":::
1715

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.
2220

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.
2422

2523
1. Select **IP Addresses** to advance to the IP Addresses tab. On the **IP Addresses** tab, configure the settings.
2624

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**.
3129

3230
1. Review the **IP addresses** page and remove any address spaces or subnets that you don't need.
3331
1. Select **Review + create** to validate the virtual network settings.

0 commit comments

Comments
 (0)