An international shipping company operates local branch offices in several coastal cities. Each office needs to establish a secure, encrypted connection to a shared database hosted in an Azure Virtual Network. The solution must utilize the existing local internet connections at each office. Which Azure service should be deployed to meet these requirements?
- Azure VPN GatewayAnswer
- BAzure ExpressRoute
- CAzure Virtual Network Peering
- DAzure Arc
Answer
Azure VPN Gateway
A VPN gateway is a specific type of virtual network gateway that is used to send encrypted traffic between an Azure virtual network and an on-premises location over the public internet. This perfectly aligns with the requirement to secure traffic using the offices' existing internet connections.
Step-by-Step Solution
Key Concept
Azure VPN Gateway provides secure, encrypted hybrid connectivity over the public internet, unlike ExpressRoute which uses a private, dedicated connection.
Estimated Time:1m 0s