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.