Azure Classroomnotes 23/Mar/2022

Activity 1: Create a VNET and a VM in it

  • Lets create a vnet with 4 subnets
    • Web
    • App
    • DB
    • Management
  • Vnet Created
    Preview
  • Lets create a linux vm in the web subnet
    Preview
    Preview
    Preview
    Preview
    Preview
    Preview
    Preview
    Preview
    Preview
    Preview
    Preview
  • Lets install any web server
sudo apt update
sudo apt install apache2 -y
sudo service apache2 status
  • Now lets access the home page of apache by using http://<ip-address>
    Preview

Activity 2: Create a VM without public ip in app subnet

  • Lets create a vm in app subnet without public ip
    Preview
    Preview
  • To Connect to this vm we have use vm with public ip i.e. vm in websubnet as vm in app doesn’t have public ip connectivity
    Preview
    Preview
  • The VM without public is not getting internet access

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

About continuous learner

devops & cloud enthusiastic learner