![Hands-On Networking with Azure](https://wfqqreader-1252317822.image.myqcloud.com/cover/144/36700144/b_36700144.jpg)
上QQ阅读APP看书,第一时间看更新
Creating Azure VNet
Creating an Azure VNet is a pretty straightforward process. To do this task, follow these steps:
- Open the ARM portal and log in using the account associated with your Azure subscription.
- Once logged in, navigate to More services, and search for virtual network, as shown in the following screenshot:
![](https://epubservercos.yuewen.com/EC5107/19470396608902006/epubprivate/OEBPS/Images/3d975260-a848-4d80-9474-c47284b031fd.png?sign=1738841135-SkEV4IH0FJGste67HujxoBkENEtPcMZZ-0-008dd5c402ea39e1f7b51c5de4316c4f)
Figure 1.4: Searching for virtual networks blade
- You will be navigated to a new blade, wherein you can display the virtual networks you have created, and you can also create new virtual networks, as shown in the following screenshot:
![](https://epubservercos.yuewen.com/EC5107/19470396608902006/epubprivate/OEBPS/Images/e40e9ba9-efa1-451b-b8d5-a0afdcd74a02.png?sign=1738841135-EMFllN4bXBWStoSC5Pf3gmmXp3CNj37m-0-e3cd1c90b465a4441abd937d55037441)
Figure 1.5: Virtual networks blade
- Click on Add, and a new blade will be opened for which you have to fill the following fields:
- Name: The name of the virtual network.
- Address space: The virtual network's address range in CIDR notion.
- Subscription: If you have multiple subscriptions associated to the account you have logged in with, you have to specify which subscription will be charged for this service.
- Resource group: Specify whether you want to create a new resource group for the resource you are creating, or use an existing one.
- Location: The region on which this virtual network will operate.
- Subnet-name: The name of the first subnet in the virtual network you are creating.
- Subnet | Address range: The subnet's address range in CIDR notion. It must be contained by the address space of the virtual network.
- Service endpoints (Preview): It can be used in securing your traffic between some Azure services in Microsoft's backbone network. More information about it will be covered in Chapter 2, Delving into Azure Virtual Networks:
![](https://epubservercos.yuewen.com/EC5107/19470396608902006/epubprivate/OEBPS/Images/d89b5501-a9d1-4df0-8506-296a14d942b3.png?sign=1738841135-qthn4oIsiByolcBaOv9eI0MaRlRodbps-0-6503acfc82bfc07a174a5ce376207984)
Figure 1.6: Creating a virtual network
- Click on Create, and within a moment the virtual network will be created.