DEV Community

Cover image for Azure Exercise
Oluwatobiloba Akinbobola
Oluwatobiloba Akinbobola

Posted on

Azure Exercise

Try your hand at this Azure lab exercise and verify your output right here.

Task 1:

Create a virtual network with the following details:
Address Space: 10.0.0.0/16
Subnets:
Subnet 1: 10.0.1.0/24 (Front-end)
Subnet 2: 10.0.2.0/24 (Back-end)
Name the virtual network "VNet-Assessment" and assign appropriate names for subnets.

Presentation 01

Create a virtual network
VNet-Assessment

Task 2:

Create and associate a Network Security Group (NSG) to the back-end subnet with the following rules:
Allow inbound SSH traffic on port 22 from any source
Deny all inbound HTTP traffic on port 80
Allow all outbound traffic
Assessment Criteria:
NSG configuration and correct association to the subnet
Proper definition of a security rule

Presentation 02

Task:2

Task 3:

Peering Two Virtual Networks
Create another virtual network called "VNet-Secondary" with the following address space: 10.1.0.0/16.
Peer "VNet-Assessment" and "VNet-Secondary" ensure they can communicate.

Presentation 03

VNet-Secondary

Task 4:

Deploying a Virtual Machine in a VNet
Deploy a Virtual Machine (VM) in the front-end subnet of "VNet-Assessment" using a Linux image. Ensure the VM has a private IP and is accessible only within the virtual network.

Assessment Criteria:
Correct deployment of VM in the right subnet
Proper network settings ensure private IP usage

Presentation 04

VM

Top comments (0)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.