QuestionQ27

Plan and implement an Azure Virtual Desktop infrastructure

You have an Azure Virtual Desktop host pool named Pool1. Every session host in Pool1 has only a private IP address assigned.

You need to make sure administrators can remotely connect to the session hosts. The solution must allow administrators to connect to the session hosts by using Azure Command-Line Interface (CLI) and the Remote Desktop client for Windows.

What should you include in the solution?

  • A Azure Application Gateway WAF_v2
  • B Azure Front Door Standard
  • C Azure Bastion Standard
  • D Azure Application Gateway Standard_v2
Explanation

Azure Bastion Standard supports native-client connections to virtual machines with private IP addresses. Administrators can use Azure CLI to initiate RDP with az network bastion rdp, which opens the Remote Desktop client on Windows without exposing the session hosts through public IP addresses. Native-client support requires the Bastion Standard SKU or higher.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!