In this hands-on lab, we will use the Azure Portal to create and use a virtual network. We will log in to the Azure Portal and use it to create a virtual network, subnets, and a network security group. After completing this hands-on lab, you will have gained the experience required to create and use your first virtual network using the Azure Portal.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Log in to the Azure Portal
Log in to the Azure Portal with the credentials provided in the lab page to begin the process of creating a virtual network
- Create a Virtual Network and the Primary Subnet
- On the Create virtual network page, configure the following settings:
- Resource group: Select the pre-provisioned resource group from the dropdown.
- Name: Enter "VNET1".
- Delete the pre-populated subnet entry.
- Create the subnet:
- Name: Enter "default".
- Address range: Enter "10.0.0.0/25".
- On the Create virtual network page, configure the following settings:
- Create the Secondary Subnet
- Use the Azure Portal to create a second subnet.
- Create the second subnet with an address range of 10.0.0.128/25.
- Create and Associate a Network Security Group
- Use the Azure Portal to create a new network security group named "NSG1".
- Associate the Network Security Group with the subnets default and SubnetA.