From the course: Azure Administration Essential Training

Unlock the full course today

Join today to access over 24,800 courses taught by industry experts.

Creating a virtual network

Creating a virtual network

- [Instructor] Using a virtual network, we can create an isolated network segment inside of our Azure environment. So let's go ahead and create a virtual network resource from within the Azure portal. If I just click Create a Resource and I clicked on Networking to see all of the available networking resources, now I'm going to click on Virtual Network. Now, as soon as I click on Virtual network, I have a familiar UI here where I'm going to select my resource group, and I'm going to pick my rg1 that I've used throughout this course. And then I'm going to give this virtual network a name. I'm going to call it Vnet5. It validates that this name is available. And then I have a line for an address space. The address space is essentially the range of addresses that will be attributed to this specific virtual network. The address space uses a specific notation called the CIDR, and the CIDR is what is defined here by the…

Contents