Open YouTube

Manage and control traffic flow in your Azure deployment with routes | AZ-104 | Episode 12

autoenpublicupdated

Module overview

  1. The episode focuses on Azure traffic routing, including system-defined routes, user-defined routes, service endpoints, and private endpoints.
  2. System-defined routes provide default connectivity across known Azure network environments, while UDRs allow custom traffic shaping.

System routes and UDRs

  1. Azure uses system-defined routes by default to route traffic among subnets, VNets, and peered VNets.
  2. User-defined routes can augment or override default routes when custom routing behavior is needed.
  3. UDRs are useful in hub-and-spoke designs, such as routing spoke-to-spoke traffic through a network virtual appliance in the hub.

Service endpoints

  1. Service endpoints let a virtual network connect to Azure services over the Azure backbone instead of routing through the public Internet.
  2. A service endpoint connects to an Azure service as a whole, such as Azure Storage, and can provide access to permitted resources across regions.
  3. Service endpoints are configured at the subnet level, allowing selected subnets to access a service like Azure Storage.

Private endpoints

  1. Private endpoints expose a specific Azure service instance as a private IP address within a selected VNet subnet.
  2. Unlike service endpoints, private endpoints target one specific instance, such as one storage account or blob service.
  3. Local resources can access the private endpoint through its private IP address, and access can be controlled with NSGs and application security groups.

Portal demonstration

  1. The demo creates a service endpoint from a VNet subnet to Azure Storage, specifically for the data tier subnet.
  2. The demo then creates a private endpoint for a specific storage account's blob service and projects it into the data tier subnet.
  3. After creation, the private endpoint appears as a connected device in the virtual network with a private IP address.

Summary

  1. Azure traffic flow can be shaped with default system routes, UDRs, service endpoints, and private endpoints.
  2. Service endpoints provide subnet-level access to an Azure service through resource providers, while private endpoints provide private IP access to a specific service instance.
  3. Private Link Service was mentioned as another option for grouping disconnected services, though it was not demonstrated.

Actiepunten

  1. Explore service endpoints, private endpoints, and private link services to improve Azure networking skills.
  2. Continue learning by watching other videos in the course or exploring Microsoft Learn.