Activity 1: Create a VNET and a VM in it
- Lets create a vnet with 4 subnets
- Web
- App
- DB
- Management
- Vnet Created
- Lets create a linux vm in the web subnet
- 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>
Activity 2: Create a VM without public ip in app subnet
- Lets create a vm in app subnet without public ip
- 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
- The VM without public is not getting internet access