A financial company is planning a hybrid cloud deployment. The company needs to connect its main office to an Azure virtual network. This connection must be a private, dedicated circuit that does not use the public internet, ensuring high bandwidth and low latency. Additionally, the company needs to connect several remote employees working from home to the same virtual network securely. Which two of the following solutions should the company implement to meet these requirements? (Select two)
- An ExpressRoute connection for the main officeAnswer
- A Point-to-Site (P2S) VPN connection for the remote employeesAnswer
- CAn ExpressRoute connection routed over the public internet for the remote employees
- DA Virtual Network (VNet) peering connection between the on-premises office and the Azure virtual network
Answer
An ExpressRoute connection for the main office and a Point-to-Site (P2S) VPN connection for the remote employees
The correct options are the ones implementing an ExpressRoute connection for the main office and a Point-to-Site (P2S) VPN connection for the remote employees. ExpressRoute satisfies the requirement for a private, high-speed, and low-latency hybrid connection that does not traverse the public internet. Point-to-Site (P2S) VPN is designed to allow individual remote clients to connect securely to the Azure Virtual Network over the internet from anywhere.
Step-by-Step Solution
Key Concept
Azure hybrid networking components: ExpressRoute for dedicated private office connection, and Point-to-Site VPN for secure remote client access.