An organization is designing a hybrid cloud network to connect its on-premises database to resources in Azure. The network connection must support database replication with predictable, low-latency performance and must ensure that data is never routed over the public internet. Which Azure service should the organization deploy to meet these requirements?
- Azure ExpressRouteAnswer
- BAzure VPN Gateway (Site-to-Site)
- CAzure Virtual Network peering
- DAzure Bastion
Answer
Azure ExpressRoute
The correct service is Azure ExpressRoute because it establishes a private, dedicated physical connection between the on-premises datacenter and Azure through a connectivity partner. Since this connection does not use the public internet, it meets the requirements of predictable latency and complete isolation from public internet routing.
Step-by-Step Solution
Key Concept
Azure ExpressRoute provides a dedicated, private connection to Microsoft cloud services that bypasses the public internet, offering higher reliability, faster speeds, and lower latencies than typical VPN connections.