You have an Azure subscription.
You need to deploy an Azure Virtual Desktop host pool that will contain 20 Windows 11 session hosts. The solution must meet the following requirements:
• Each session host must have a Windows client license applied.
• Administrative effort must be minimized.
What should you use to deploy the session hosts?
A. the Azure portal
B. Microsoft Intune
C. Windows Autopilot
D. an Azure Automation runbook
Show Answer
Correct Answer: A
Explanation: Use the Azure portal to deploy the Azure Virtual Desktop host pool and session hosts. During deployment you can enable the Windows client license (Azure Hybrid Benefit for Windows client/multitenant hosting) for the session hosts, and the portal provides the built-in deployment workflow for creating multiple session host VMs with minimal administrative effort. Intune and Windows Autopilot are for device management/provisioning rather than Azure VM session host deployment, and Azure Automation would require custom scripting and more administration.
Question 86
You have an Azure Virtual Desktop deployment in the East US Azure region and a disaster recovery location in the West US Azure region.
You need to recommend a disaster recovery solution that meets the following requirements:
• Controlled failover and failback tests between the two regions must be performed every six months.
• Administrative effort and costs must be minimized.
What should you recommend?
A. Implement an active-active disaster recovery solution.
B. Back up the Azure Virtual Desktop deployment by using Azure Backup.
C. Implement an active-passive disaster recovery solution.
D. Back up the Azure Virtual Desktop deployment by using an Azure Backup vault.
Show Answer
Correct Answer: C
Explanation: An active-passive disaster recovery architecture is the recommended approach for Azure Virtual Desktop when the goal is to minimize ongoing cost and administrative effort while still supporting planned, controlled failover and failback testing. Active-active requires maintaining two active environments, increasing cost and complexity. Azure Backup or a Backup vault protect data but do not provide a complete disaster recovery solution for Azure Virtual Desktop host pools and regional failover.
Question 87
You have an Azure subscription that is linked to a hybrid Microsoft Entra tenant and contains a storage account named storage.
You have an Azure Virtual Desktop deployment that contains a host pool named Pool1. Pool1 contains session hosts that are Microsoft Entra joined.
You plan to implement FSLogix profile containers for the session hosts of Pool1.
In storage1, you create a new Azure Files share named share1.
You need to ensure that share1 can store the FSLogix profile containers.
What should you enable for share1?
A. a security profile set to Maximum security
B. a security profile set to Maximum compatibility
C. Microsoft Entra Domain Services
D. Microsoft Entra Kerberos
Show Answer
Correct Answer: D
Explanation: For Microsoft Entra joined Azure Virtual Desktop session hosts using FSLogix profile containers on Azure Files, the Azure Files share should use Microsoft Entra Kerberos authentication. Microsoft Entra Kerberos enables Entra-joined devices to obtain Kerberos tickets for Azure Files without requiring Microsoft Entra Domain Services. Microsoft Entra Domain Services is used for different identity scenarios and is not the recommended requirement for Entra-joined AVD hosts.
Question 88
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?
A. Disable public access on Pool1.
B. Reregister the Microsoft.DesktopVirtualization resource provider on Sub1.
C. Enable RDP Shortpath for each session host.
D. Add a service endpoint to VNet1.
Show Answer
Correct Answer: B
Explanation: To use Azure Virtual Desktop private link (private endpoint connections), the Microsoft.DesktopVirtualization resource provider must be registered/reregistered in the subscription so the required resource types and features are available. Disabling public access is a later configuration step, RDP Shortpath is unrelated to creating the private endpoint, and service endpoints are not used for Private Link private endpoints.
Question 89
You have an Azure subscription.
You create an Azure Resource Manager (ARM) template named AVD.json that defines an Azure Virtual Desktop deployment.
You need to use PowerShell to provision the deployment by using AVD.json.
Which PowerShell cmdlet should you use?
A. New-AzWvdHostPool
B. New-AzResource
C. New-AzWvdRegistrationInfo
D. New-AzResourceGroupDeployment
Show Answer
Correct Answer: D
Explanation: ARM templates are deployed using the ARM deployment cmdlets. For a resource group-scoped deployment, the correct PowerShell cmdlet is New-AzResourceGroupDeployment. The other options either create specific Azure Virtual Desktop resources or generic resources rather than deploying an ARM template.
Question 90
You have an Azure subscription named Sub1 that contains an Azure Virtual Desktop deployment and the resources shown in the following table.
You need to enable Azure Virtual Desktop per-user access pricing for User1.
At which level should you enable per-user access pricing?
A. AppGrp1
B. User1
C. Host1
D. Pool1
E. Sub1
Show Answer
Correct Answer: E
Explanation: Azure Virtual Desktop per-user access pricing is enabled at the Azure subscription level. Once enabled for the subscription, eligible Azure Virtual Desktop resources and users in that subscription are covered; it is not configured on individual users, host pools, session hosts, or application groups.
Question 92
You have an Azure subscription that contains a user named User1 and an Azure Virtual Desktop host pool named Pool1. Pool1 contains Microsoft Entra joined session hosts.
User1 has the devices shown in the following table.
You need to ensure that User1 can connect to the session hosts in Pool1 from each device. The solution must minimize administrative effort.
What should you do?
A. From the RDP Properties of Pool1, configure the Connection information settings.
B. From the RDP-Tcp Properties settings of Device3, configure Client Settings.
C. From Pool1, add a custom RDP property.
D. From the RDP-Tcp Properties settings of Device1, configure Client Settings.
Show Answer
Correct Answer: C
Explanation: For Azure Virtual Desktop with Microsoft Entra joined session hosts, allowing connections from Microsoft Entra registered devices requires configuring the host pool with the appropriate custom RDP property (such as targetisaadjoined:i:1). Applying it at the host pool minimizes administrative effort by affecting all session hosts. Configuring RDP-Tcp settings on individual devices does not address Azure Virtual Desktop host pool authentication behavior, and the Connection information settings are not the required configuration.
Question 93
You have an Azure Virtual Desktop deployment that contains a host pool named Pool1. Pool1 contains session hosts that are deployed to a resource group named RG1 and connected to a virtual network subnet named Subnet1.
You create a virtual machine named VM1 that has the following configurations:
• Is connected to a subnet named Subnet2
• Is deployed to a resource group named RG2
• Has the FSLogix agent installed and FSLogix registry keys configured
You plan to use VM1 to create an image for deploying new session hosts.
You need to ensure that you can deploy multiple session hosts by using the gold image.
What should you do before you capture the image?
A. Delete the FSLogix registry keys from VM1.
B. Generalize VM1.
C. Connect VM1 to Subnet.
D. Uninstall the FSLogix agent from VM1.
E. Move VM1 to RG1.
Show Answer
Correct Answer: B
Explanation: To create a reusable golden image for Azure Virtual Desktop session hosts, the source VM must be generalized (typically using Sysprep) before capture so that unique machine-specific information is removed. The VM's resource group and subnet do not affect image capture, and having the FSLogix agent and its configuration in the image is a common practice for AVD deployments.
Question 94
Your on-premises network contains an Active Directory domain that syncs with a Microsoft Entra tenant.
You have a new Azure virtual network named VNet1.
You plan to implement an Azure Virtual Desktop host pool named Pool1. The session hosts in Pool will be joined to the Active Directory domain.
You need to recommend a networking solution for connectivity between Azure Virtual Desktop and the on-premises network.
Which three resources should you include in the recommendation? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
A. a public load balancer
B. a local network gateway
C. a VNet-to-VNet connection type
D. a Site-to-site (IPSec) connection type
E. a virtual network gateway
F. a public IP address for every session host
Show Answer
Correct Answer: B, D, E
Explanation: To connect Azure Virtual Desktop session hosts joined to an on-premises Active Directory domain, Azure needs a Site-to-Site VPN between the Azure virtual network and the on-premises network. This requires a Virtual Network Gateway in Azure, a Local Network Gateway representing the on-premises VPN device/network, and a Site-to-Site (IPSec) connection. A VNet-to-VNet connection is only for Azure VNets, a public load balancer is unnecessary for this connectivity, and session hosts do not require individual public IP addresses.
Question 95
You have an Azure Virtual Desktop deployment that contains a host pool.
The host pool contains 100 session hosts that run Windows 10 on general-purpose virtual machines.
You plan to implement Quality of Service (QoS) for the deployment.
What should you do first?
A. Configure a scaling plan.
B. Switch to a high-performance computing (HPC) virtual machine.
C. Implement RDP Shortpath.
D. Upgrade all the session hosts to Windows 11.
Show Answer
Correct Answer: C
Explanation: The first step for implementing QoS in Azure Virtual Desktop is to implement RDP Shortpath. Microsoft recommends RDP Shortpath because it enables direct UDP-based transport between the client and session host, allowing network QoS policies to classify and prioritize Azure Virtual Desktop traffic effectively. Scaling plans, HPC VMs, or upgrading to Windows 11 are not prerequisites for QoS.
$19
Get all 320 questions with detailed answers and explanations
Instant download HTML + PDF delivered the moment payment clears.
Secure Stripe checkout we never see or store your card details.
7-day refund if files are defective see our refund policy.