Professor Dr. Kazemi

CLO800 Lab 01

Cloud Virtual Networking — Interactive Lab Manual · Fall 2026

Task 1: Create a virtual network with subnets using the portal 15 pts

The organization plans significant growth for core services. Create the virtual network and subnets to accommodate existing resources and planned growth.

  1. OptionValue
    Resource Group<yourName>-clo800-F67-rg
    NameCoreServicesVnet
    Region(US) East US
  2. SubnetStarting addressSize
    SharedServicesSubnet10.20.10.0/24
    DatabaseSubnet10.20.20.0/24
  3. Screenshot must show your Odl_user account, VNet overview pane with address space and subnets
Tip: five IP addresses are always reserved in every subnet — consider that in your planning.

Task 2: Create a virtual network and subnets using a template 15 pts

Create ManufacturingVnet by editing the exported template. Manufacturing subnets are sized for expected growth.

  1. FindReplace with
    CoreServicesVnetManufacturingVnet
    10.20.0.010.30.0.0
    SharedServicesSubnetSensorSubnet1
    10.20.10.0/2410.30.20.0/24
    DatabaseSubnetSensorSubnet2
    10.20.20.0/2410.30.21.0/24
  2. Screenshot must show your Odl_user account, ManufacturingVnet overview with SensorSubnet1 and SensorSubnet2
Tip: if a deployment partially fails, remove the resources that were created and try again.

Task 3: Create and configure communication between an Application Security Group and a Network Security Group 20 pts

In this task, create an Application Security Group (ASG) and a Network Security Group (NSG). The NSG will have an inbound rule that allows traffic from the ASG, and an outbound rule that denies internet access.

3a. Create the Application Security Group (ASG)

  1. SettingValue
    Subscriptionyour subscription
    Resource group<yourName>-clo800-F67-rg
    Name<yourName>-asg-web
    RegionEast US

3b. Create the NSG and associate it with the subnet

3c. Inbound rule AllowASG

  1. SettingValue
    SourceApplication security group → <yourName>-asg-web
    Source port ranges*
    DestinationAny
    Destination port ranges80,443
    ProtocolTCP
    ActionAllow
    Priority100
    NameAllowASG

3d. Outbound rule DenyAnyCustom8080Outbound

  1. SettingValue
    SourceAny
    Source port ranges*
    DestinationService tag → Internet
    Destination port ranges8080
    ProtocolAny
    ActionDeny
    Priority4096
    NameDenyAnyCustom8080Outbound
  2. Screenshot must show your Odl_user account, the NSG inbound rule (AllowASG) and outbound rule (DenyAnyCustom8080Outbound)

Task 4: Configure public and private Azure DNS zones 30 pts

4a. Public DNS zone

  1. PropertyValue
    Namewww
    TypeA
    TTL1
    IP address10.1.1.4
  2. Screenshot must show your Odl_user account, the nslookup command resolving www.yourName.com to 10.1.1.4

4b. Private DNS zone

  1. PropertyValue
    Namesensorvm
    TypeA
    TTL1
    IP address10.1.1.4
  2. Screenshot must show your Odl_user account, the sensorvm record set in the private DNS zone

Task 5: Summary Questions & Review 20 pts

Minimum 2-3 sentences each — original thinking, your own words!

Your submission preview

Screenshots you attach above and your Task 5 answers appear here. This is exactly what prints/exported as your PDF.

Submit compile & export