Common patterns
Lay down base networking
An Azure infrastructure pattern, deployed with formae.
The base networking layer that other Azure stacks build on. One forma provisions
the resource group, a virtual network, and a single subnet.
Deploy. Apply the example forma. formae orders the resources by their
dependencies automatically, so the resource group comes up before the virtual
network, and the network before the subnet:
Verify. Once the command completes, the network is under management:
Tear down. Remove everything the forma created:
The full forma is in the
networking example.

