Azure PowerShell - Set-AzVirtualNetwork
Welcome to the Azure PowerShell Documentation

Set-AzVirtualNetwork

This section demonstrates how to create and configure a new virtual network.

Properties

Let's start by defining the properties for the virtual network.

  • Name:
  • The name of your virtual network.

  • Location:
  • The location where the virtual network will be created.

Networking

Now, let's configure the network settings.

  • Subnet:**
  • The virtual network will be divided into subnets.

  • GatewayGroup:**
  • The gateway group that connects the virtual network to the internet.

Virtual Network

This is the core component of the virtual network.

It defines the network topology and allows you to create virtual networks.

We will now configure a new virtual network.

Configure Virtual Network

Let's configure this virtual network with some settings.

We will set some default settings.