-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Designing and Implementing Microsoft Azure Networking Solutions
By :
In this exercise, we will create a single-stack IPv4 network for a fictional organization called CharisTech, which is in the process of migrating some on-premises applications to Azure. We will implement two VNets and subnets to support workloads that will be migrated. Here are the tasks that we will complete in this exercise:
Figure 1.15 shows the outcome that we’ll get to at the end of the tasks:
Figure 1.15 – CharisTech Azure VNets and subnets
A resource group is a logical container for managing related Azure resources. In this task, we will create a resource group called CharisTechRG that will hold the networking resources that we will create in other tasks:
Figure 1.16 – Create a resource
Resource group and press Enter. Click on the Create button:
Figure 1.17 – Create a resource group
CharisTechRG (2)Then, select Review + create (4):
Figure 1.18 – Creating a resource group
Figure 1.19 – Opening the newly created resource group
Leave this window open for the next task. Now that we have a resource group that we can use as a management container, let us proceed to create the VNets and subnets.
The first network that we will create is the CoreServicesVNet VNet (Figure 1.15). The network will be deployed in the East US region. It will be segmented into three subnets that will host the following workloads:
Let’s get started:
Virtual Network. Select Virtual Network in the search results:
Figure 1.20 – Creating a resource
CharisTechRGCoreServicesVNetThen, click Next: IP Addresses >:
Figure 1.21 – Creating the VNet
10.10.0.0/16. Then, select + Add subnet:
Figure 1.22 – Setting the IP address
SharedServicesSubnet10.10.1.0/24Then, click Add:
Figure 1.23 – Adding a subnet
|
Subnet |
Configuration option |
Configuration value |
|
DatabaseSubnet |
Subnet name |
DatabaseSubnet |
|
Subnet address range |
10.10.2.0/24 |
|
|
PublicWebServiceSubnet |
Subnet name |
PublicWebServiceSubnet |
|
Subnet address range |
10.10.3.0/24 |
Table 1.1 – Subnet configuration details
7. The configuration should look like Figure 1.24. Click on Review + create:
Figure 1.24 – Subnets added to the VNet configuration
8. Select Create. It should only take a few seconds to create the VNet and subnets.
Awesome! After the deployment completes, let us review what has been created.
In this task, we will review the resources created in the last task:
Figure 1.25 –Microsoft VNet overview
Figure 1.26 – Reviewing the subnets
You can leave this window open for the next task. Now that we have a resource group that we can use as a management container, let us proceed to create the VNets and subnets.