How to create Azure Virtual Network (VNet)

From PUBLIC-WIKI
Revision as of 17:03, 29 April 2018 by Eyales (talk | contribs) (Created page with "== Creating VNet == * Login to the Microsoft Azure Portal: : https://portal.azure.com * From the upper search field, specify "Virtual Networks" * From the main pane, click on...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Creating VNet

  • Login to the Microsoft Azure Portal:
https://portal.azure.com
  • 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