Activity 1: Lets create a virtual network using ARM Template contd
- Refer Here for the offical docs of NSG Template structure
- Refer Here for the changes added to add network security group
- We need to create a network interface which will be connected to vm. From network interface we select
- Subnet
- NSG
- Public Ip Address
- So lets create publicIpAddress Refer Here for the official docs
- Refer Here for the network interface
- Refer Here for the changes made to add the network interface and public Ip Address
- Refer Here for the virtual machine
- Refer Here for the changes done to create a linux vm
- Exercise: Try to create a windows vm in web2 subnet