Virtual networks (VNets) are the foundation of your private network on Azure. In this lab, you will create a virtual network and then add a subnet to it. This will prepare your Azure infrastructure for the deployment of additional virtual network-dependent resources, such as virtual machines (VMs).
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Create a Virtual Network
Create a virtual network named
vnet1
with the address range10.0.0.0/16
, and confirm that adefault
subnet with the address range10.0.0.0/24
will be added.- Add an Additional Subnet to the Virtual Network
Add an additional subnet named
ServerSubnet
with the address range10.0.1.0/24
.