Create a virtual network (Vnet)
From the Home page, select 'Virtual Networks' from the list of services
- Click '+ Create'
- In the 'Basics' page:
- Select the resource group
- Enter a name
- Select the region (e.g., AU Southeast)
In the IP addresses page:
- Enter a valid range of IPv4 addresses - the default will have already been entered as 10.1.0.0/16 (10.1.0.0 - 10.1.255.255
- Click '+ Add subnet'
- In the right-hand panel:
- Add name: e.g., insol6subnet
- Add subnet address range, e.g., 10.1.0.0/24
Click Review & Create
Go to resource
Azure Cloud Shell example
New-AzureRmVirtualNetwork -ResourceGroupName [name of resource group] -Name [name of vnet]-VNET -AddressPrefix 192.168.0.0/16 -Location "UK South"
Comments
0 comments
Please sign in to leave a comment.