How to create Azure Virtual Network (VNet): Difference between revisions

From PUBLIC-WIKI
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
* From the upper search field, specify "Virtual Networks"
* From the upper search field, specify "Virtual Networks"
* From the main pane, click on "Create virtual network" or "Add":
* From the main pane, click on "Create virtual network" or "Add":
:* Name: Specify a name for the net VNet
:* Name: Specify a name for the new VNet
:* Address space: 10.0.0.0/16
:* Address space: 10.0.0.0/16
:: Note: Replace the address space according to your needs.
:: Note: Replace the address space according to your needs.
Line 23: Line 23:
* Click on Create
* Click on Create
* Wait for the deployment on the new VNet to complete
* Wait for the deployment on the new VNet to complete
* From the "Virtual networks" window, click on the newly created VNet
* From the main pane, click on Tags -> add a new tag:
:* Name: Specify here Name
:* Value: Specify here the name of the newly created VNet
* Click on Save
* Logoff the Microsoft Azure Portal
* Logoff the Microsoft Azure Portal

Latest revision as of 12:59, 30 April 2018

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 new 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
Note: Replace the address range according to your needs.
For more information, see: https://docs.microsoft.com/en-in/azure/virtual-network/virtual-network-ip-addresses-overview-arm
  • DDoS protection: Leave the default settings (Basic)
For more information, see: https://docs.microsoft.com/en-us/azure/virtual-network/ddos-protection-overview
  • Service endpoints: Leave the default settings (Disabled)
For more information, see: https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-service-endpoints-overview
  • Click on Create
  • Wait for the deployment on the new VNet to complete
  • From the "Virtual networks" window, click on the newly created VNet
  • From the main pane, click on Tags -> add a new tag:
  • Name: Specify here Name
  • Value: Specify here the name of the newly created VNet
  • Click on Save
  • Logoff the Microsoft Azure Portal