ARM Templates (Contd)
- Resource Id: Refer Here
- Depends On: This defines order or creation
Change – 4: Add network security group with static rules
- Create a network security group for web,
- open all outgoing connections
- incoming:
- Allow 443 tcp port => https
- Allow 80 tcp port => http
- Allow 22 tcp => ssh
- Refer Here for official docs
- Refer classroom video for steps followed in class
- Refer Here for the changes done

Change -5: Try to make rules dynamic
- Lets try to make dynamic rules fo app security group
- open all outgoing connections
- incoming
- Allow 22 tcp => ssh
- Allow 443 tcp port => https
- Refer Here for the changes made
- Exercise: The change which we have done for appnsg try implementing webnsg in the same way
