Skip to content

Commit cbc3fd9

Browse files
committed
created vnet include file
1 parent 5b94e6d commit cbc3fd9

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
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: 03/01/2020
9+
ms.author: allensu
10+
ms.custom: include file
11+
---
12+
13+
## Create the virtual network
14+
15+
In this section you will create a virtual network and subnet.
16+
17+
1. On the upper-left side of the screen, select **Create a resource > Networking > Virtual network** or search for **Virtual network** in the search box.
18+
19+
2. In **Create virtual network**, enter or select this information in the **Basics** tab:
20+
21+
| **Setting** | **Value** |
22+
|------------------|-----------------------------------------------------------------|
23+
| **Project Details** | |
24+
| Subscription | Select your Azure subscription |
25+
| Resource Group | Select **Create new**, enter **\<resource-group-name>**, then select OK. |
26+
| **Instance details** | |
27+
| Name | Enter **\<virtual-network-name>** |
28+
| Region | Select **\<region-name>** |
29+
30+
3. Select the **IP Addresses** tab or select the **Next:IP Addresses** button at the bottom of the page.
31+
32+
4. In the **IP Addresses** tab enter this information:
33+
34+
| Setting | Value |
35+
|--------------------|----------------------------|
36+
| IPv4 address space | Enter **\<IPv4 address space>** |
37+
38+
5. Under **Subnet name** select the word **default**.
39+
40+
6. In **Edit subnet**, enter this information:
41+
42+
| Setting | Value |
43+
|--------------------|----------------------------|
44+
| Subnet name | Enter **\<subnet-name>** |
45+
| Subnet address range | Enter **\<subnet-address-range>**
46+
47+
7. Select **Save**
48+
49+
8. Select the **Review + create** tab or select the **Review + create** button.
50+
51+
9. Select **Create**

0 commit comments

Comments
 (0)