A startup is deploying its web application to Azure and needs to connect its on-premises development office to the Azure Virtual Network. The network connection must be secure, encrypt all traffic in transit, and be established quickly using the office's existing public internet connection. Which Azure service should the startup implement to meet these requirements?
- Azure VPN GatewayCevap
- BAzure ExpressRoute
- CAzure Virtual Network Peering
- DAzure Bastion
Cevap
Azure VPN Gateway
Azure VPN Gateway is the correct service because it creates an encrypted connection (a Site-to-Site VPN tunnel) over the public internet between an on-premises location and an Azure Virtual Network. This allows for a fast, cost-effective setup using existing internet infrastructure.
Adım Adım Çözüm
Anahtar Kavram
Azure VPN Gateway provides secure, encrypted site-to-site connectivity over the public internet, whereas ExpressRoute provides dedicated, private, and unencrypted connectivity bypassing the public internet.