|
| 1 | +--- |
| 2 | + title: include file |
| 3 | + description: include file |
| 4 | + services: virtual-network |
| 5 | + author: asudbring |
| 6 | + ms.service: virtual-network |
| 7 | + ms.topic: include |
| 8 | + ms.date: 08/23/2023 |
| 9 | + ms.author: allensu |
| 10 | + ms.custom: include file |
| 11 | +--- |
| 12 | + |
| 13 | +The following procedure creates a virtual network with a resource subnet. |
| 14 | + |
| 15 | +1. In the portal, search for and select **Virtual networks**. |
| 16 | + |
| 17 | +1. On the **Virtual networks** page, select **+ Create**. |
| 18 | + |
| 19 | +1. On the **Basics** tab of **Create virtual network**, enter or select the following information: |
| 20 | + |
| 21 | + | Setting | Value | |
| 22 | + |---|---| |
| 23 | + | **Project details** | | |
| 24 | + | Subscription | Select your subscription. | |
| 25 | + | Resource group | Select **Create new**. </br> Enter **test-rg** in Name. </br> Select **OK**. | |
| 26 | + | **Instance details** | | |
| 27 | + | Name | Enter **vnet-1**. | |
| 28 | + | Region | Select **East US 2**. | |
| 29 | + |
| 30 | + :::image type="content" source="./media/virtual-network-create/create-virtual-network-basics.png" alt-text="Screenshot of Basics tab of Create virtual network in the Azure portal." lightbox="./media/virtual-network-create/create-virtual-network-basics.png"::: |
| 31 | + |
| 32 | +1. Select **Next** to proceed to the **Security** tab. |
| 33 | + |
| 34 | +1. Select **Next** to proceed to the **IP Addresses** tab. |
| 35 | + |
| 36 | +1. In the address space box in **Subnets**, select the **default** subnet. |
| 37 | + |
| 38 | +1. In **Edit subnet**, enter or select the following information: |
| 39 | + |
| 40 | + | Setting | Value | |
| 41 | + |---|---| |
| 42 | + | **Subnet details** | | |
| 43 | + | Subnet template | Leave the default **Default**. | |
| 44 | + | Name | Enter **subnet-1**. | |
| 45 | + | Starting address | Leave the default of **10.0.0.0**. | |
| 46 | + | Subnet size | Leave the default of **/24(256 addresses)**. | |
| 47 | + |
| 48 | + :::image type="content" source="./media/virtual-network-create/address-subnet-space.png" alt-text="Screenshot of default subnet rename and configuration."::: |
| 49 | + |
| 50 | +1. Select **Save**. |
| 51 | + |
| 52 | +1. Select **Review + create** at the bottom of the screen, and when validation passes, select **Create**. |
0 commit comments