Azure - ExpressRoute
Introduction
- ExpressRoute lets you extend your on-premises networks into the Microsoft cloud over a private connection with the help of a connectivity provider.
- ExpressRoute connections offer more reliability, faster speeds, consistent latencies, and higher security than typical connections over the Internet, because they don’t go over the public Internet.
Key benefits
- Layer 3 connectivity between your on-premises network and the Microsoft Cloud through a connectivity provider. Connectivity can be from an any-to-any (IPVPN) network, a point-to-point Ethernet connection, or through a virtual cross-connection via an Ethernet exchange.
- Connectivity to Microsoft cloud services across all regions in the geopolitical region.
- Global connectivity to Microsoft services across all regions with the ExpressRoute premium add-on.
- Dynamic routing between your network and Microsoft via border gateway protocol (BGP).
- Built-in redundancy in every peering location for higher reliability.
- Connection uptime service level agreement (SLA).
- Quality of Service (QoS) support for Skype for Business.
Encryption over ExpressRoute
- Deploy Azure Virtual WAN to establish an IPsec/IKE VPN connection from your on-premises network to Azure over the private peering of an Azure ExpressRoute circuit to get an encrypted transit.
- Traffic from On-Premises to Azure:
Two Paths
: Traffic can travel either through an encrypted IPsec VPN path or a direct ExpressRoute path.Preference for Encryption
: To ensure encrypted communication, configure the network to prefer the VPN path over the ExpressRoute path.
- Traffic from Azure to On-Premises:
Preferred Path
: Ensure Azure uses the encrypted VPN path by advertising specific network ranges differently:Specific Prefixes
: Advertise detailed network ranges via VPN and broader ranges via ExpressRoute.Separate Prefixes
: Advertise non-overlapping network ranges for VPN and ExpressRoute.
This post is licensed under CC BY 4.0 by the author.