nerdexam
Microsoft

AZ-204 · Question #140

You are designing a multi-tiered application that will be hosted on Azure virtual machines. The virtual machines will run Windows Server. Front-end servers will be accessible from the Internet over…

The correct answer is C. Azure Private Link. To administer Azure virtual machines using Remote Desktop while minimizing their exposure on the Internet, Azure Private Link is the recommended service.

Submitted by carlos_mx· Mar 30, 2026Implement Azure security

Question

You are designing a multi-tiered application that will be hosted on Azure virtual machines. The virtual machines will run Windows Server. Front-end servers will be accessible from the Internet over port 443. The other servers will NOT be directly accessible over the internet. You need to recommend a solution to manage the virtual machines that meets the following requirement: - Allows the virtual machine to be administered by using Remote Desktop. - Minimizes the exposure of the virtual machines on the Internet Which Azure service should you recommend?

Options

  • AAzure Bastion
  • BService Endpoint
  • CAzure Private Link
  • DAzure Front Door

How the community answered

(42 responses)
  • A
    5% (2)
  • B
    10% (4)
  • C
    83% (35)
  • D
    2% (1)

Why each option

To administer Azure virtual machines using Remote Desktop while minimizing their exposure on the Internet, Azure Private Link is the recommended service.

AAzure Bastion

While Azure Bastion provides secure RDP/SSH access to VMs without exposing the VMs' public IPs, the Bastion host itself still requires a public IP address for its control plane, which represents a point of internet exposure.

BService Endpoint

Service Endpoints provide secure and direct connectivity from a VNet to Azure PaaS services, keeping traffic on the Azure backbone, but they do not facilitate RDP access to virtual machines.

CAzure Private LinkCorrect

Azure Private Link allows administrators to establish a private, secure connection to management services or jumpboxes within the Azure virtual network, from their on-premises network via VPN/ExpressRoute or another Azure VNet. This ensures RDP traffic never traverses the public internet, dramatically minimizing the virtual machines' exposure and adhering to strict security requirements.

DAzure Front Door

Azure Front Door is a global, scalable entry-point that uses the Microsoft global edge network to create fast, secure, and highly scalable web applications, but it does not provide RDP access to virtual machines.

Concept tested: Secure private RDP access to VMs

Source: https://learn.microsoft.com/en-us/azure/private-link/private-link-overview

Topics

#Azure Bastion#RDP access#network security#virtual machines

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice