Skip to content

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-1 with the CIDR block 172.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

Adding network security groups#

Replace NSGs with application security groups#

VNET peerings for a security VNET#

Interconnect VNET and virtual network gateways#