How to create Azure Virtual Network (VNet): Difference between revisions
Jump to navigation
Jump to search
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..." |
No edit summary |
||
(2 intermediate revisions 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 | :* 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 15: | Line 15: | ||
:: For more information, see: https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-manage-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 | :* 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 |
Latest revision as of 10:59, 30 April 2018
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 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