This operator deploys an Azure Virtual Network into a specified resource group at the specified location, in the address space provided. Users are also able to add subnets to their virtual network through the operator.
Learn more about Azure Virtual Networks here.
Here is a sample YAML to provision a Virtual Network.
The spec is comprised of the following fields:
- Location
- ResourceGroup
- AddressSpace
- Subnets
- SubnetName
- SubnetAddressPrefix
A Virtual Network needs the following fields to deploy, along with a location and resource group.
AddressSpace
specify an address space for your virtual network
You are able to specify a single or multiple subnets for your virtual network.
Subnets.SubnetName
specify a name for your subnetSubnets.SubnetAddressPrefix
specify an address space for your subnet
You can follow the steps here to deploy, view and delete resources.