Question

Difficulty: EasyAzure Virtual Networks, ExpressRoute, and VPN Gateway

A logistics provider wants to establish a dedicated, private connection between its on-premises datacenter and Azure. This connection must bypass the public internet entirely to ensure maximum reliability. Which Azure service should the provider use?

  1. Azure ExpressRouteAnswer
  2. B
    Azure VPN Gateway
  3. C
    Azure Virtual Network peering
  4. D
    Azure Bastion

Answer

Azure ExpressRoute
The service that establishes a dedicated, private connection between on-premises networks and Azure without using the public internet is Azure ExpressRoute. This provides faster speeds, lower latencies, and higher reliability than typical internet connections.

Step-by-Step Solution

1
Analyze the requirement for a dedicated, private network connection between an on-premises datacenter and Azure that bypasses the public internet.
Identify that the solution must use a private network path and not rely on public internet routing.
This filters out standard VPN connections which encrypt traffic but still use the public internet.
2
Compare the capabilities of Azure ExpressRoute and Azure VPN Gateway.
ExpressRoute provides a private dedicated connection via a connectivity provider, whereas VPN Gateway routes traffic over the public internet.
Selecting ExpressRoute satisfies the requirement of avoiding the public internet.

Key Concept

Azure ExpressRoute provides private, dedicated, and high-speed hybrid connectivity that bypasses the public internet.
Estimated Time:45s
Rate this question