Enabling internet access to private subnets
- Create NAT Gateway in public subnet.
- Configure private router to forward packets to NAT Gateway
- Watch classroom recording for configuration steps
Azure
- Networking in Azure is managed by virtual networks
- Azure global infra Refer Here
- Azure also has regions. Some regions have Zones some dont.
- In Azure
- Virtual network scopes to a Region
- Zone also scopes to region.
- All virtual networks have an internet connection and default router with routing enabled automatically for internal and external access.
- All subnets get outbound internet connectivity
- Newly Azure has launched Private subnets

Lets create a virtual network with public and private vms
- Refer Here for quick start
- Watch classroom recording for classroom example
