How to create Azure Virtual Network (VNet)
Creating VNet
- Login to the Microsoft Azure Portal:
- From the upper search field, specify "Virtual Networks"
- From the main pane, click on "Create virtual network" or "Add":
- Name: Specify a name for the net VNet
- Address space: 10.0.0.0/16
- Note: Replace the address space according to your needs.
- For more information, see: https://docs.microsoft.com/en-in/azure/virtual-network/virtual-network-ip-addresses-overview-arm
- Subscription: Select the relevant subscription name
- Resource group: Select either existing or create a new resource group.
- For more information, see: https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-overview#resource-groups
- Location: Select a region close to your location
- Subnet: Select either existing or create a new subnet.
- For more information, see: https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-manage-subnet
- Address range: 10.0.0.0/24