Question

Difficulty: EasyAzure Virtual Networks, ExpressRoute, and VPN Gateway

A logistics warehouse needs to establish a network connection from its local inventory servers to Azure resources. The technical requirements specify that the network traffic must be dedicated, private, and must not travel over the public internet.

Which service should the warehouse deploy to satisfy this requirement?

  1. Azure ExpressRouteAnswer
  2. B
    Azure VPN Gateway
  3. C
    Azure Arc
  4. D
    Azure Policy

Answer

Azure ExpressRoute
Azure ExpressRoute establishes a private, dedicated connection between on-premises infrastructure and Azure datacenters. Because this connection bypasses the public internet, it provides higher reliability, faster speeds, and lower latencies compared to typical internet-based connections.

Step-by-Step Solution

1
Analyze the connectivity requirements of the logistics warehouse.
The requirements specify a dedicated, private connection that does not travel over the public internet.
This rules out services that route traffic over the public internet, such as standard VPN connections.
2
Evaluate the capabilities of Azure ExpressRoute.
Azure ExpressRoute establishes a direct, private connection to Azure datacenters, completely bypassing the public internet.
This directly aligns with the security and privacy needs of the warehouse.

Key Concept

Azure ExpressRoute provides private, dedicated network connections that bypass the public internet.
Rate this question