🎯 Objective
Create a subnet inside an Azure Virtual Network (VNet) to divide the network into smaller segments for better organization, security, and resource management.
Subnets let Azure resources like Virtual Machines, databases, and services live in separate network segments.
🌐 What is a Subnet?
A subnet is a smaller network created inside a Virtual Network (VNet).
It divides a larger network into smaller address ranges so resources can be grouped logically.
Example
This means the subnet uses part of the VNet IP range.
📊 Example Network Layout
🛠️ Steps to Create a Subnet (Azure Portal)
1. Sign in to Azure
1. Navigate to Virtual Networks
1. Open the Subnets section
1. Configure the subnet
1. Create subnet
🔍 Verify Subnet
Go to:
You should see the new subnet listed.
⚠️ Important Notes
✅ Result
A subnet has been successfully created inside the Azure Virtual Network, allowing resources to be deployed in separate network segments.