An organization needs to design a secure administration path for its development workloads. Developers must be able to establish Remote Desktop Protocol (RDP) connections to virtual machines over the internet. The solution must restrict public internet exposure by ensuring the virtual machines do not have public IP addresses, and it must avoid the management overhead of client-based virtual private network (VPN) software. Which service should you recommend to meet these requirements?
- Azure BastionCevap
- BAzure Application Gateway
- CA Network Security Group with rules allowing inbound RDP traffic from explicit public IP addresses
- DAzure ExpressRoute
Cevap
Azure Bastion
Azure Bastion is a fully platform-managed PaaS service that provides secure and seamless RDP and SSH access to virtual machines directly through the Azure portal. Since it operates as a gateway inside the virtual network, VMs do not require public IP addresses, and administrators do not need to install client-side VPN software.
Adım Adım Çözüm
Anahtar Kavram
Azure Bastion provides secure, clientless RDP/SSH access to virtual machines within a virtual network without exposing public IPs.