AZ-140 · Question #246
You have an Azure subscription named Sub1 that contains a virtual network named VNet1. Sub1 has an Azure Virtual Desktop deployment that contains a host pool named Pool1. Pool1 contains 10 session…
The correct answer is B. Reregister the Microsoft.DesktopVirtualization resource provider on Sub1. To enable private endpoint connections for an Azure Virtual Desktop host pool, the Microsoft.DesktopVirtualization resource provider must first be reregistered on the subscription to update it with the necessary private endpoint capabilities.
Question
You have an Azure subscription named Sub1 that contains a virtual network named VNet1. Sub1 has an Azure Virtual Desktop deployment that contains a host pool named Pool1. Pool1 contains 10 session hosts that are connected to VNet1. You need to add a private endpoint connection to Pool1. What should you do first?
Options
- ADisable public access on Pool1.
- BReregister the Microsoft.DesktopVirtualization resource provider on Sub1.
- CEnable RDP Shortpath for each session host.
- DAdd a service endpoint to VNet1.
How the community answered
(25 responses)- A4% (1)
- B84% (21)
- C4% (1)
- D8% (2)
Why each option
To enable private endpoint connections for an Azure Virtual Desktop host pool, the Microsoft.DesktopVirtualization resource provider must first be reregistered on the subscription to update it with the necessary private endpoint capabilities.
Disabling public access might be part of the overall private endpoint strategy, but it is not the *first* step for enabling private endpoint connections for a host pool; the resource provider must be updated first.
Before configuring private endpoints for Azure Virtual Desktop, it is a prerequisite to reregister the Microsoft.DesktopVirtualization resource provider in the subscription to ensure the latest features, including private endpoint support, are available.
Enabling RDP Shortpath optimizes direct client-to-session host connectivity but is unrelated to the initial configuration steps for adding private endpoints to the host pool itself.
Adding a service endpoint to VNet1 allows secure access to Azure services over the Azure backbone, but it is a different networking concept than private endpoints and not a prerequisite for enabling private endpoints for AVD.
Concept tested: Azure Virtual Desktop private endpoint prerequisites
Source: https://learn.microsoft.com/en-us/azure/virtual-desktop/configure-private-endpoints
Topics
Community Discussion
No community discussion yet for this question.