Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 480 Bytes

virtual-networks-create-vnet-scenario-include.md

File metadata and controls

10 lines (6 loc) · 480 Bytes

Scenario

To better illustrate how to create a VNet and subnets, this document will use the scenario below.

VNet scenario

In this scenario you will create a VNet named TestVNet with a reserved CIDR block of 192.168.0.0./16. Your VNet will contain the following subnets:

  • FrontEnd, using 192.168.1.0/24 as its CIDR block.
  • BackEnd, using 192.168.2.0/24 as its CIDR block.