Network Security Groups (NSGs)
This document will walkthrough a sequential set of lab tasks to help build competency on the network security components related to Azure virtual networking.
1. Build the virtual networks#
Outline#
Create a new virtual network called
vnet-apps-1with the CIDR block172.20.0.0/20. The virtual network needs to have the following set of subnets configured as well:
Name CIDR FrontEnd 172.20.0.0/24 Apps 172.20.4.0/24 Database 172.20.8.0/24 Management 172.20.15.0/24