SwapnilSwapnil's Studio
Azure CloudEp 5

Azure Networking — VNets, Subnets & NSGs

Master Azure Virtual Networks, Subnets, Network Security Groups, and how to connect resources securely.

10
slides
🖥️Azure Demo Steps
  1. 1Create a Virtual Network with two subnets (web-subnet, db-subnet)
  2. 2Create a Network Security Group and attach to db-subnet
  3. 3Add inbound rule: allow port 1433 only from web-subnet
  4. 4Add inbound rule: deny all other inbound traffic
  5. 5Create a VM in web-subnet and another in db-subnet
  6. 6Show effective security rules on the NIC
  7. 7Enable VNet peering between two VNets