Introduction:
A virtual Network (VNet) is a logically isolated private network you create inside Azure. Virtual Network (VNET) is one of the essential building blocks of Microsoft Azure networking architecture and also the foundation of your networking setup.
Virtual Network allows resources running in Microsoft Azure, like Virtual Machines, Storage Accounts, Applications, to communicate with each other, internet, and even on-premises network environments.
A Subnet is a subdivision of your VNet. It allows you to divide your network into smaller, logical sections and assign different resources to different sections based on their purpose.
Subnets are logical segments of a Virtual Network which assist in organizing and securing network resources. In this project, I have designed an Azure Virtual Network with three separate Subnets.
Objectives
The objectives of this project are to:
Create an Azure Virtual Network (VNet)
Configure an address space for the VNet
Create three separate subnets
Understand Azure networking fundamentals
Document the deployment process
Prerequisites
Before starting, ensure you have:
.An active Azure Subscription
.Access to Azure Portal
.Internet Connection
.Appropriate permissions to create Azure resources
Azure Portal:
.
- Sign in using your Azure credentials.

Click on Create
Apply tags to your resources to logically organize them by categories and click Next
Click on Resource Group on the left to bring out the resource group you created
- Click on +Create(With a plus sign)

2. Define Basic Settings
Subscription: Select your subscription
Resource group: Choose an existing resource group or create a new one.
Region: Select the same region as your resource group
Virtual Network Name: Provide a name for the VNet.
Click on Next and Next under the Security
3. Define IP Address Space
Enter the IPV4 address 10.0.0.0/16 space for your virtual network. The image below shows that we can have 65,536 IP addresses within this network.
- Click Next -> Review + Create
-4. Click on Create, the deployment will be submitted, and the VNet will be created
_Click on Go To Resources and you will see the the Created VNet
_
Configure each subnet as follows:
Subnet Name: Enter a name for the subnet (e.g., Subnet1, Subnet2,Subnet3, etc.).
Subnet Address range: Specify the subnet range within the virtual network address space (10.0.0.0/24). Ensure each subnet range is within the /24 address space 10.0.0.0 - 10.0.0.255)
- Creation of Subnet 1
Congratulations! You have successfully created an Azure virtual network with Three subnets using the address space (10.0.0.0/24)
SOCIAL SHARE CARD GENERATOR