Azure Networking
Networking in Azure is managed through Virtual Networks (VNets).
Key Concepts
- Azure has global infrastructure — explore the Azure global map.
- Azure has regions; some regions support Availability Zones, some do not.
- Virtual Network scope: scoped to a Region.
- Zone scope: also scoped to a region.
Default Behavior
- All virtual networks have an internet connection and a default router.
- Routing is enabled automatically for both internal and external access.
- All subnets get outbound internet connectivity by default.
- Azure has recently launched Private Subnets (with restricted outbound access).
Create a Virtual Network with Public and Private VMs
- Reference: Azure VNet Quickstart (Portal)
Task :
- create Resource group and create Virtual Network
- create 3 public & 3 Pravite subnets
