A logistics company is designing its hybrid network architecture. The primary datacenter requires a dedicated connection that bypasses the public internet to ensure predictable latency for real-time data replication. A remote warehouse needs a cost-effective, encrypted connection to manage virtual machines within an Azure Virtual Network. Which of the following Azure networking services should the company implement to meet these requirements? Select two.
- An Azure ExpressRoute circuit for the primary datacenter connectionAnswer
- An Azure VPN Gateway for the remote warehouse connectionAnswer
- CAn Azure ExpressRoute circuit for the remote warehouse to route encrypted management traffic over the public internet
- DAn Azure VPN Gateway for the primary datacenter to bypass the public internet and guarantee dedicated bandwidth
Answer
The logistics company should configure an Azure ExpressRoute circuit for the primary datacenter and an Azure VPN Gateway for the remote warehouse.
The correct options are the deployment of an Azure ExpressRoute circuit for the primary datacenter and an Azure VPN Gateway for the remote warehouse. Azure ExpressRoute provides a dedicated, private connection to Azure resources that does not traverse the public internet, offering high reliability and predictable latency for real-time replication. Azure VPN Gateway establishes an encrypted tunnel over the public internet, making it a secure and cost-effective solution for management traffic from remote locations.
Step-by-Step Solution
Key Concept
Azure hybrid connectivity services (VPN Gateway and ExpressRoute)