Question: Project 4 - 3 : Configure a VNet and Subnets in Azure Estimated time: 3 0 minutes Objective 3 . 3 : Given a scenario,

Project 4-3:
Configure a VNet and Subnets in Azure
Estimated time: 30 minutes
Objective 3.3: Given a scenario, deploy cloud networking solutions.
Resources:
Azure account
Internet access
Context:
Each VM connects to a subnet through an interface. Given multiple interfaces, the VM can connect to multiple subnets. In this project, youll create a VNet and two subnets and practice managing VM interfaces. Complete the following steps:
1
In your Azure portal, go to the Resource groups page. Create a new resource group. You dont need to use tags in this project (you learn more about tags in a later module). What did you name your new resource group?
Note 13
Be sure to use this same resource group for all resources created in this project, and then delete the entire resource group at the end of the project.
2
Go to the Virtual networks dashboard. Click Create virtual network. Choose the resource group you just created, and give the network a name, such as MyVnet1. Click Next: IP Addresses.
3
Assign an IPv4 address space, such as 192.168.0.0/24. What address space did you use?
4
In Azure, you create a new subnet at the same time you create a new VNet. Click Add subnet. Give the subnet a name, such as Subnet1. Delete the existing IPv4 address space, and then create a new address range within the VNets CIDR range, such as 192.168.0.0/26. How many addresses are included in the subnets CIDR block? Click Add.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!