Azure Basics Part 1 – Creating VNet

Creating VNet is basically first step in creating your IaaS in Azure. Once you create VNet you can add VMs to it and allow traffic between them, you can connect your local (on-prem) network by Site-2-Site or Point-2-Site and so on. We’ll talk about those more in next posts.

In Azure portal select ‘New’, then ‘Networking’ and ‘Virtual Network’

1a

Be sure to select ‘Resource Manager’ from menu and click ‘ Create’

3

New tile will open with options. First name your VNet (Demo in this case), then select address space (can leave default). Subnet name can be left default or named custom, then enter subnet address range. Note that subnet address range must be inside address space range.  If you have multiple subscription under one account, select subscription. If only one subscription is present, it will be selected by default. In ‘Resource group’ you can select ‘Create new’ or ‘Use existing’. In this case I will create new one named ‘Demo’. If you want to add VNet to existing resource group, select ‘Use existing’ and select your resource group from dropdown menu. Last option is to chose location (region) where you want your VNet created. By default, this option will be filled with last location you used in previous deployment.

4

Click ‘Create’ and wait for few minutes. Your VNet is created and you can start joining other resources to it.

We’ll talk more about setting of VNet in one of the next posts.

Article by Mustafa Toroman

I’m System Engineer at Authority Partners. I love to test and explore new technologies. Have over 20 active MS certificates such as MCSA for Windows Server and SQL Server, MCSE Private Cloud, Data Platform, Business Intelliegence and Server Infrastracture. Lately most interested in BI and Azure solutions. MCT since 2012. From 2016 MVP for Microsoft Azure.

Comments are closed.