Skip to content

Commit 0047967

Browse files
committed
fixes
1 parent c00e4a8 commit 0047967

File tree

2 files changed

+53
-1
lines changed

2 files changed

+53
-1
lines changed

articles/virtual-network/manage-subnet-delegation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ In this section, you create a virtual network and the subnet that you delegate t
5454

5555
# [**Portal**](#tab/manage-subnet-delegation-portal)
5656

57-
[!INCLUDE [virtual-network-create.md](../../includes/virtual-network-create.md)]
57+
[!INCLUDE [virtual-network-create-tabs.md](../../includes/virtual-network-create-tabs.md)]
5858

5959
# [**PowerShell**](#tab/manage-subnet-delegation-powershell)
6060

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
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

Comments
 (0)