Lets Create a Network security Group
- NSGs to be created are
- webnsg
- allow 80 TCP from anywhere (http)
- allow 443 TCP from anywhere (https)
- allow 22 TCP from anywhere (ssh)
- businessnsg
- allow every thing from within vnet
- datansg
- allow every thing from within vnet
- webnsg
- Refer Here for the changes done to add web nsg

- Now lets try to add other nsgs Refer Here for the changes
- Lets create 3 network interface with associations to subnets and nsgs
- Refer Here for the changes to create nics in subnets
- Refer Here for the changes to assign nsgs to nic and create a public ip and assign to web nic
-
Exercise:
- Ensure vm data is parametrized i.e. create a variable in one of the ways mentioned below
- one variable for all vms
- one variable for each vm
- Ensure vm data is parametrized i.e. create a variable in one of the ways mentioned below
- We need an output to show ssh command to be copied to connect to azure web vm
- Refer Here for ouputs
