CertGrid
Microsoft Study Guide

AZ-140: Microsoft Azure Virtual Desktop Specialty Study Guide

AZ-140: Microsoft Azure Virtual Desktop Specialty validates your ability to plan, deploy, secure, and manage Azure Virtual Desktop (AVD) environments and published remote apps for any device. It targets administrators and platform engineers who design host pools, configure identity and FSLogix profiles, deliver applications, and monitor session host health. The exam is 120 minutes with a passing score of 700.

Domain 1: Plan and Implement an Azure Virtual Desktop Infrastructure

Key concepts you must know · 338 practice questions

Domain 2: Plan and Implement Identity and Security

Key concepts you must know · 260 practice questions

Domain 3: Plan and Implement User Environments and Apps

Key concepts you must know · 259 practice questions

Domain 4: Monitor and Maintain an AVD Infrastructure

Key concepts you must know · 273 practice questions

AZ-140 exam tips

Study guide FAQ

What is the difference between a pooled and a personal host pool, and when do I choose each?

A pooled host pool shares session host VMs among many users, making it the cost-effective choice when users run the same applications (call centers, knowledge workers); it supports breadth-first or depth-first load balancing. A personal host pool assigns each user a dedicated VM, used when users need persistent state, local admin rights, or specialized/heavy workloads.

How do FSLogix Profile Container and Office Container differ?

The Profile Container roams the entire user profile (registry, AppData, settings) in a single VHD/VHDX on SMB storage. The Office Container (ODFC) carves out the large Microsoft 365 cache - Outlook OST, OneDrive cache, Teams data, and the search index - into a separate container so it can sit on a different storage tier with independent capacity. You can use them together, but avoid double-handling the same data in both.

What does MSIX app attach require and what are its main steps?

Hosts must run Windows 10/11 Enterprise multi-session or Windows 11 Enterprise, and apps must be packaged as MSIX stored in VHD, VHDX, or CimFS on an SMB share. The flow is: package the app as MSIX with the MSIX Packaging Tool, expand it into a disk image with msixmgr, place the image on the file share, then add the MSIX package to the host pool and assign it. This delivers apps dynamically without modifying the golden image.

How do I make Microsoft Teams and video perform well in AVD?

Install the Teams desktop client plus the Remote Desktop WebRTC Redirector Service on the session hosts and enable Teams media optimization, which offloads audio/video processing to the local client device instead of the host. For browser/streamed video, enable Multimedia Redirection (MMR) to render video on the client. Both reduce session host CPU and improve quality.