Azure Networking Subnets - Tutorial

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.

Introduction

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.

Subnet Types

Azure provides several subnet types, each with specific characteristics:

Creating a Subnet

Let’s create a simple subnet:

This will create a subnet named 'my-subnet' with an IP range of 10.0.0.0/24.

Exploring the Grid

Subnet 1

IP Address: 10.0.0.0/24

Subnet 2

IP Address: 10.0.1.0/24

Subnet 3

IP Address: 10.0.2.0/24

JavaScript Interaction