Your company wants to block communication between two VMs. They currently reside on the same network and on the same subnet. Ensure they are separated into different subnets and communication is blocked using a network security group.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Create a New Subnet
- Log in to the Azure portal using the credentials provided.
- Create a new subnet named
subnet2
with the CIDR address10.0.1.0/24
.
- Create New Network Security Group Rules
- Go to All Services > Network Security Groups.
- Create new network security group rules that block traffic in and out of
10.0.0.0/24
.
- Move the VM to the New Subnet
- Move the VM named
linVM
tosubnet2
. - Verify you can no longer communicate with
linVM
fromwinVM
.
- Move the VM named