Microsoft AZ-140: Azure Virtual Desktop Architecture and Service Design — Study Guide

Part of the Microsoft Azure Virtual Desktop Specialty AZ-140 — Study Guide. Practice with verified answers in the Microsoft exam hub, or take timed practice tests on ExamRoll.io.

Overview

Azure Virtual Desktop (AVD) is a Microsoft-managed desktop and app virtualization service that separates the service control plane from your tenant-specific data plane. The service brokers secure connections, while you own and operate the session host virtual machines, identity, storage, and networks. Designing an effective architecture means mapping user experience, identity, application delivery, capacity, resilience, and cost controls into a cohesive deployment model that can be validated and rolled out in stages without user disruption.

Service Architecture: Control Plane vs Data Plane

Control-plane traffic is outbound from session hosts; no inbound public endpoints are required on host VMs. This reduces exposure and simplifies firewall rules.

Core Constructs and Application Delivery

Host Pool Types, Assignment, Updates, and Power Management

Load Balancing, Capacity Planning, Registration, and Health

Example PowerShell for registration and health:

# Generate a time-limited registration token
New-AzWvdRegistrationInfo `
  -ResourceGroupName 'rg-avd' `
  -HostPoolName 'hp-pooled' `
  -ExpirationTime (Get-Date).AddHours(8)

# Review host state, drain mode, and session counts
Get-AzWvdSessionHost `
  -ResourceGroupName 'rg-avd' `
  -HostPoolName 'hp-pooled' |
  Select-Object Name, Status, AllowNewSession, Sessions

Practical Problem Scenario

Siemens AG must deliver CAD and productivity workloads to engineers in Munich, Chicago, and Singapore while minimizing cost and ensuring high performance.

  1. Map user cohorts, workloads, and regions
  1. Design regional host pools and app delivery
  1. Implement identity and DNS
  1. Optimize user state and storage
  1. Capacity, autoscale, and Start VM on Connect
  1. Staged rollout and validation
  1. Network and QoS tuning

By aligning pool types, app groups, identity, storage, scaling, and regional placement to Siemens’ cohorts and geographies, the design achieves predictable performance, operational safety through validation rings, and cost efficiency through intelligent power management and density controls.


All domains · Identity

Practice these questions → · Timed practice on ExamRoll.io →

Pass the whole exam — not just this question

You found this answer. Get every verified question and explanation in one place, and save hours of prep. Free to start.

Pass your exam →

Browse Microsoft →

Related guides

All-in-one access

One subscription. Every exam.

Every plan unlocks unlimited answer search, practice tests, AI explanations, and the full resource library — in 20+ languages.

Monthly
24.87
Just €0.83/day
Everything included:
  • Unlimited answer search
  • Unlimited practice tests
  • AI-powered explanations
  • Full resource library
  • 20+ languages
  • Weekly content updates
  • Rewards & referrals
  • Priority support
Start free trial

No credit card required*

Best value
12 months
179.87
Just €0.49/daySave 40%
Everything included:
  • Unlimited answer search
  • Unlimited practice tests
  • AI-powered explanations
  • Full resource library
  • 20+ languages
  • Weekly content updates
  • Rewards & referrals
  • Priority support
Start free trial

No credit card required*

✓ Free plan included · ✓ Cancel anytime · ✓ All plans unlock the full product