An enterprise is planning to establish a hybrid cloud environment by connecting its on-premises headquarters to an Azure Virtual Network. They require a high-speed, reliable primary connection that does not traverse the public internet. They also require a secondary, encrypted backup connection that utilizes their existing public internet infrastructure. Which two of the following statements correctly describe the connectivity services the enterprise should implement? (Select two.)
- Azure ExpressRoute should be used for the primary connection because it provides a dedicated, private connection to Azure that does not traverse the public internet.Answer
- Azure VPN Gateway should be used for the backup connection because it establishes an encrypted tunnel over the public internet.Answer
- CAzure ExpressRoute should be used for the backup connection because it automatically encrypts and routes data over the public internet to reduce costs.
- DAzure Virtual Network Peering should be used to establish the primary connection between the on-premises headquarters and the Azure Virtual Network.
Answer
The correct statements are that Azure ExpressRoute should be used for the primary connection because it provides a dedicated, private connection to Azure that does not traverse the public internet, and Azure VPN Gateway should be used for the backup connection because it establishes an encrypted tunnel over the public internet.
The correct options are the statements regarding Azure ExpressRoute for the primary connection and Azure VPN Gateway for the backup connection. ExpressRoute provides a private, dedicated path that avoids the public internet, satisfying the high-speed and security requirements. VPN Gateway provides encrypted site-to-site tunnels over the public internet, serving as a cost-effective backup path.
Step-by-Step Solution
Key Concept
Azure hybrid networking options including Azure ExpressRoute for private connectivity and Azure VPN Gateway for encrypted public internet connectivity.