nerdexam
Microsoft

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.

Submitted by khalil_dz· Apr 18, 2026Plan and implement an Azure Virtual Desktop infrastructure

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)
  • A
    4% (1)
  • B
    84% (21)
  • C
    4% (1)
  • D
    8% (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.

ADisable public access on Pool1.

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.

BReregister the Microsoft.DesktopVirtualization resource provider on Sub1.Correct

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.

CEnable RDP Shortpath for each session host.

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.

DAdd a service endpoint to VNet1.

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

#Azure Virtual Desktop#Private Endpoint#Resource Provider#Networking

Community Discussion

No community discussion yet for this question.

Full AZ-140 Practice