Categories
Cloud

Azure VPNs, Gateways, and Load Balancers

In the previous article we learned about the basic concepts behind Azure networking. In this article we will dive deep into the services used to create a modern network that can handle high amounts of traffic.

One of the benefits of cloud infrastructure is that resources can easily scale to demand. Modern networks need to be able to scale and adapt to unpredictable changes in size and growth. Fortunately, Azure offers many services to create a scalable virtual network.

Categories
Cloud

Azure Networking Basics

Azure virtual networks provide the key capabilities for resources to communicate with each other:

  • Communicate between Azure resources
  • Communicate with on-premises resources
  • Internet connectivity
  • Isolation and segmentation
  • Filter network traffic
  • Route network traffic
  • Connect multiple virtual networks

A virtual network is composed of many different components including, but not limited to, network interfaces, load balancers, subnets, network security groups, and public IP addresses.