Skip to content

Azure Virtual Network (AZ-900)

Virtual Network (VNet) is a logically isolated section of the Azure network. You define address spaces using CIDR. Subnets are smaller segments within a VNet.

  • Example CIDR: VNet 10.0.0.0/16 (65,536 IPs)
  • Example Subnets: 10.0.0.0/24 (public), 10.0.1.0/24 (private)