Welcome to this guide on Azure Networking Subnets. We'll explore the basics and demonstrate how to use them.
This page showcases the fundamental concept of subnet creation and how it impacts network performance and security.
Azure Networking Subnets are fundamental units of networking within Azure. They define a logical network segment with its own IP address range, routing, and security policies, enabling granular control over network resources.
Azure provides several subnet types, each with specific characteristics:
Let’s create a simple subnet:
This will create a subnet named 'my-subnet' with an IP range of 10.0.0.0/24.
IP Address: 10.0.0.0/24
IP Address: 10.0.1.0/24
IP Address: 10.0.2.0/24