AZ-140 logo
Focused certification exam prep
Start practice

AZ-140 Domain 1: Plan and implement an Azure Virtual Desktop infrastructure (40-45%) - Complete Study Guide 2026

TL;DR
  • Domain 1 is worth 40-45% of AZ-140, more than any other domain by a wide margin.
  • You must know pooled vs personal host pools, FSLogix, networking, and autoscale cold.
  • The exam runs 100 minutes and may include interactive, scenario-based question formats.
  • A passing score of 700+ requires genuine hands-on Azure Virtual Desktop deployment practice.

Why Domain 1 Carries the Most Weight on AZ-140

If you're mapping out a study plan for Configuring and Operating Microsoft Azure Virtual Desktop (AZ-140), Domain 1 - Plan and implement an Azure Virtual Desktop infrastructure - deserves the largest share of your attention. At 40-45% of the total exam, it's nearly double the weight of Domain 3 and more than triple the weight of Domain 4. In practical terms, if you skim through infrastructure planning topics to spend more time on identity or monitoring, you're studying against the grain of the exam blueprint.

This guide breaks Domain 1 down into the specific building blocks Microsoft expects you to configure, troubleshoot, and reason about: host pools, session hosts, networking, storage for user profiles, and autoscale. If you haven't already reviewed how this domain fits alongside the other three, our complete guide to all 4 AZ-140 content areas is a useful companion piece before diving into the details here.

Scope Check: Domain 1 isn't just "deploy a host pool." It spans host pool types, session host image management, networking and connectivity, FSLogix-based storage, and scaling logic - five distinct technical areas that each show up repeatedly across the exam.

Host Pools: Personal vs Pooled Configuration

Host pools are the organizing unit of Azure Virtual Desktop, and AZ-140 expects you to know exactly when and why you'd choose one type over another. You need to be comfortable distinguishing:

  • Pooled host pools with breadth-first or depth-first load-balancing algorithms, used for shared, multi-session Windows environments.
  • Personal host pools with automatic or direct assignment, used for dedicated one-to-one desktop scenarios.
  • Max session limits and how they interact with load-balancing behavior on multi-session hosts.
  • Validation environments versus production host pools, and why Microsoft recommends testing updates in a validation pool first.

Host Pool Configuration

Candidates must understand how host pool properties drive user experience and cost, not just how to click through the creation wizard.

  • Know when breadth-first load balancing is preferable to depth-first for session distribution
  • Understand RDP properties that can be set at the host pool level (multi-monitor, redirection settings, security layer)
  • Be able to explain assignment types for personal desktops and their impact on user-to-VM mapping

Session Host Deployment and Image Management

Once host pools are configured, session hosts need to be deployed with an image strategy that's repeatable and supportable. Domain 1 tests your ability to work with:

  • Azure Marketplace images versus custom images built with tools like Azure Image Builder.
  • Multi-session Windows 11/10 Enterprise editions and their licensing implications in AVD.
  • Session host registration, the AVD agent, and troubleshooting hosts that fail to appear as "Available."
  • Scaling out session hosts into an existing host pool without disrupting active sessions.

This is also where hands-on time in a real Azure subscription pays off more than reading alone. Many candidates who struggle here underestimate the operational side of image management - expect the exam to test whether you know the sequence of steps, not just the concepts. If you're unsure how demanding this really is compared to other Microsoft certifications, our breakdown of how hard the AZ-140 exam actually is covers where most candidates lose points.

Key Takeaway

Build at least one custom session host image yourself using Azure Image Builder before exam day - reading about the process is not a substitute for watching the pipeline run and fail at least once.

Network Connectivity and Capacity Planning

Azure Virtual Desktop lives or dies on network design, and Domain 1 leans heavily into this. Expect scenario questions involving:

  • Virtual network design for session hosts, including subnet sizing and peering considerations.
  • RDP Shortpath for managed networks and public networks, and when each applies.
  • Required URLs and ports for AVD service connectivity, plus how to validate connectivity using tools like the AVD network diagnostic tools.
  • Azure Firewall or NVA integration for controlling outbound traffic from session hosts.
  • Bandwidth and latency planning for remote users, including estimating capacity for concurrent sessions.
Exam Reality: Networking questions on AZ-140 are rarely pure trivia. They tend to present a symptom - slow logons, dropped RDP sessions, failed host registration - and ask you to identify the misconfigured network component.

FSLogix and Storage Solutions for Profiles

Profile management is one of the most heavily tested subtopics inside Domain 1. You need working knowledge of:

  • FSLogix Profile Containers versus Office Containers and when to use each.
  • Storage backend options: Azure Files, Azure NetApp Files, and on-premises file servers, along with their performance and resiliency tradeoffs.
  • Configuring storage permissions correctly (NTFS and share-level) so profile containers mount reliably.
  • Cloud Cache configuration for multi-region resiliency and profile availability.
  • Troubleshooting common profile load failures, including locked profiles and VHD(X) corruption scenarios.
Storage OptionBest FitKey Consideration
Azure Files (Premium)Most standard AVD deploymentsRequires proper NTFS + share permissions setup
Azure NetApp FilesHigh-performance, large-scale environmentsHigher cost, lower latency, more throughput
On-premises file serverHybrid environments with existing infrastructureRequires ExpressRoute or VPN connectivity to Azure

Autoscale, Scaling Plans, and Cost Controls

Cost efficiency is a recurring theme in AVD deployments, and the exam checks whether you can configure scaling logic that balances user experience against spend. Focus your review on:

  • Autoscale scaling plans, including ramp-up, peak, ramp-down, and off-peak schedules.
  • Capacity thresholds and how they trigger session host power state changes.
  • Differences in autoscale behavior between pooled and personal host pools.
  • Diagnostic logging for autoscale to troubleshoot why a host didn't scale as expected.

Scaling plans are a newer, frequently updated area of the AVD service, so make sure your study material reflects the current skills measured for the exam version. Microsoft periodically refreshes AZ-140 objectives, and the current update reflects content current through the July 2026 English exam revision.

What Domain 1 Questions Actually Look Like

AZ-140 is delivered through Pearson VUE, both online proctored and at physical test centers, with a 100-minute time limit and a passing score of 700 or higher. Within that window, Domain 1 questions tend to follow a few recognizable patterns:

  • Scenario-based multiple choice: a company description with specific requirements (compliance, cost, performance) followed by a "which configuration should you choose" prompt.
  • Drag-and-drop sequencing: ordering the correct steps to deploy a host pool, configure FSLogix, or set up an image pipeline.
  • Interactive/lab-style components: Microsoft notes the exam may include interactive elements, so be prepared for tasks that simulate configuring settings rather than just selecting an answer from a list.
  • Best-answer comparisons: two or three technically valid options where you must pick the most efficient or most secure choice given stated constraints.

Because there's no formal prerequisite for AZ-140, Microsoft assumes you already have hands-on experience with Azure compute, networking, identity, and storage before you sit the exam. That assumption shows up directly in how Domain 1 questions are worded - they skip basic Azure fundamentals and go straight to AVD-specific configuration decisions.

Key Takeaway

Don't memorize isolated facts about FSLogix or autoscale - practice building the full pipeline end to end (host pool → session hosts → storage → scaling plan) so you recognize how these pieces interact under exam scenarios.

A Domain-1-Focused Study Schedule

Generic study techniques like spaced repetition or timed practice blocks only help if you're applying them to the right material at the right time. Given that Domain 1 is worth 40-45% of the exam, it deserves more calendar time than any other domain - roughly the first half of your prep schedule.

Week 1

Host Pools and Session Hosts

  • Deploy pooled and personal host pools in a sandbox subscription
  • Compare breadth-first vs depth-first load balancing behavior
  • Build a custom session host image with Azure Image Builder
Week 2

Networking and Storage

  • Configure RDP Shortpath and validate required URLs/ports
  • Set up FSLogix Profile Containers on Azure Files
  • Test NTFS and share permission misconfigurations to see failure symptoms
Week 3

Scaling and Cost

  • Build an autoscale scaling plan with ramp-up/ramp-down schedules
  • Review diagnostic logs for scaling events
  • Revisit weak areas from Week 1-2 using practice questions

If you want a broader, domain-by-domain breakdown of what to study each week across the full exam (not just Domain 1), our AZ-140 study guide for passing on your first attempt lays out a complete timeline. And once you're comfortable with the infrastructure side, run practice questions against realistic scenarios on our AZ-140 practice test platform to see how well your knowledge transfers into exam-style formats.

How Domain 1 Connects to the Other Three Domains

It's worth understanding that Domain 1 doesn't exist in isolation - the exam frequently blends infrastructure decisions with identity, application delivery, and monitoring. A few examples of overlap:

Treating Domain 1 as the foundation - rather than a standalone checklist - will make the other three domains noticeably easier to study, since many of their concepts assume you already understand how the underlying infrastructure is built.

Career Context: Organizations hiring for AVD-focused roles - cloud administrators, virtual desktop engineers, end-user computing specialists - expect exactly this kind of infrastructure fluency. If you're evaluating whether the credential is worth pursuing for your career path, see our analysis of whether AZ-140 certification delivers real ROI and our overview of typical AZ-140 job roles and titles.

Certification renewal happens every 12 months through a free online Microsoft Learn renewal assessment - no need to retake the full 100-minute exam annually, but you should expect renewal content to reflect updates to Domain 1 topics like autoscale and image management, since those areas evolve fastest within the AVD service.

Frequently Asked Questions

Why is Domain 1 weighted so much higher than the other AZ-140 domains?

Domain 1 covers the core infrastructure of Azure Virtual Desktop - host pools, session hosts, networking, storage, and scaling - which underpins everything tested in the other three domains. Microsoft weights it at 40-45% because it represents the largest, most foundational skill set for the role.

Do I need hands-on Azure experience to pass the Domain 1 portion of AZ-140?

While AZ-140 has no formal prerequisite, Microsoft explicitly targets candidates with existing experience in Azure compute, networking, identity, and storage. Domain 1 questions assume this baseline, so hands-on practice in a real or sandbox Azure subscription is strongly recommended.

What's the most commonly underestimated topic within Domain 1?

FSLogix storage and permissions configuration trips up many candidates because it involves both Azure-side setup (Azure Files, Azure NetApp Files) and Windows-side permission structures (NTFS and share permissions) that must align exactly for profiles to load correctly.

How long is the AZ-140 exam and what score do I need to pass?

The exam is delivered in 100 minutes through Pearson VUE, either online proctored or at a test center, and may include interactive components. A passing score of 700 or greater (on Microsoft's standard scoring scale) is required.

Where can I find a breakdown of exam costs alongside the study requirements?

Our complete AZ-140 pricing breakdown covers exam fees and related costs, while this article and our exam domains guide cover the study side. Together they give a full picture of what to budget in time and money.

Ready to pass your AZ-140 exam?

Put this into practice with free AZ-140 questions across every exam domain.