shlogg · Early preview
1Suleyman @1suleyman

Azure Networking Project: VNet Configuration And Peering

Created a Virtual Network (VNet) in Azure, set up subnets & NSGs, established Virtual Network Peering to connect multiple VNets.

Introduction

In this project, I focused on creating and configuring a Virtual Network (VNet) in Azure. I set up subnets to handle different workloads, configured Network Security Groups (NSGs) to manage traffic, and established Virtual Network Peering to connect multiple VNets. This project helped me understand how to organize and secure network traffic in Azure and enabled me to connect multiple resources in a secure, scalable way.

  
  
  Project Overview

In this project, I:

Created and configured a Virtual Network (VNet) in Azure.
Set up subnets to isolate different types of traffic.
Co...