What Does the AZ-140 Exam Really Cover?

  • AZ-140 training
  • Published by: André Hammer on Feb 12, 2024
Group classes

For Azure administrators responsible for virtual desktops, AZ-140 covers the work of configuring and operating Microsoft Azure Virtual Desktop, including planning, deploying, managing, securing, scaling, and monitoring AVD environments.

The exam is aimed at administrators, engineers, and consultants who work with Azure Virtual Desktop rather than general Azure administration. It assumes candidates can translate business requirements into AVD design choices: pooled or personal desktops, RemoteApp or full desktop delivery, profile storage, image management, session host scaling, identity integration, and operational monitoring.

That focus matters because AZ-140 is easy to underestimate. A candidate who knows Azure networking, identity, or virtual machines in a general sense may still struggle if they have not built and operated an AVD environment. The exam tends to reward scenario-based judgement: reading constraints first, identifying what the user or organisation needs, and then mapping those constraints to host pools, application groups, FSLogix, images, scaling plans, and monitoring tools.

What AZ-140 Measures in Practice

AZ-140 is formally about Azure Virtual Desktop, but the practical skill being tested is the ability to run a reliable virtual desktop service in Azure. Candidates should expect questions that combine design, implementation, troubleshooting, and operations rather than isolated feature recall.

The most important distinction is that Azure Virtual Desktop is a service built from several Azure and Microsoft components. AVD provides the brokering and management plane, but successful deployments also depend on identity, networking, session host configuration, image lifecycle, user profiles, application delivery, security controls, and monitoring. The exam reflects that connected model.

AZ-140 area What it means in an AVD environment Common scenario decision
Host pools and session hosts Creating pooled or personal host pools, assigning users, configuring app groups, and managing session host availability. Use pooled desktops for shared, cost-conscious access; use personal desktops when users need persistent desktop assignment or specialised configuration.
Images and session host builds Preparing baseline images, applying updates, and keeping session hosts consistent over time. Use a managed image strategy where repeatability matters, and avoid manual changes that create image drift.
FSLogix profiles Providing a consistent user profile across non-persistent session hosts, usually backed by Azure Files or Azure NetApp Files. Choose storage based on identity support, performance, permissions, cost, and operational complexity.
MSIX app attach Separating application delivery from the base image where packaging and lifecycle requirements support it. Use it when applications can be packaged cleanly and need flexible assignment without rebuilding images.
Scaling and monitoring Using scaling plans, drain mode, diagnostics, and Azure Monitor to control capacity and diagnose user experience problems. Balance cost reduction with sign-in patterns, session limits, performance headroom, and support expectations.

A useful mental model for scenario questions is to start with persistence, application delivery, and cost. If users need their own assigned desktop or user-installed applications, a personal host pool may be appropriate; if the requirement is shared access with predictable concurrency, pooled desktops are usually the more relevant pattern. From there, candidates can decide whether users need a full desktop or RemoteApp, and whether autoscale is suitable for the usage pattern.

The AVD Architecture Behind the Exam

AZ-140 does not test architecture as a drawing exercise, but candidates need to understand how the pieces relate. AVD deployments typically begin with a host pool, which contains session hosts joined to the required identity model. Users are assigned through application groups, profiles are made portable through FSLogix, and monitoring data is collected so administrators can see connection quality, session behaviour, host health, and capacity trends.

Layer AVD component Operational concern
User access Workspace, application groups, RemoteApp or desktop assignments Users must see the right resources without excessive privilege or confusing duplicate assignments.
Compute Host pools and session host virtual machines Capacity must match sign-in patterns, performance needs, and maintenance windows.
User state FSLogix profile containers Permissions, storage performance, and profile size directly affect sign-in time and support tickets.
Application delivery Base image applications, RemoteApp, and MSIX app attach Application lifecycle should reduce rebuilds while still supporting compatibility and security updates.
Operations Scaling plans, drain mode, diagnostics, Azure Monitor, and AVD Insights Administrators need enough data to control cost, protect user sessions, and troubleshoot quickly.
A compact view of the Azure Virtual Desktop architecture areas that commonly appear in AZ-140 scenarios.

FSLogix deserves particular attention. It is often the difference between a usable pooled desktop environment and one that feels inconsistent to users. Candidates should understand how profile containers work, how storage permissions affect sign-in, and why profile bloat can create performance and capacity problems. Deeper implementation guidance on FSLogix profile containers is useful once the core exam concepts are clear, but the exam-level requirement is to know what problem FSLogix solves and how to operate it safely.

Storage choices are also more nuanced than a simple product preference. Azure Files is common for FSLogix profile containers because it integrates well with Azure storage operations, while Azure NetApp Files may be relevant where performance and enterprise file service requirements justify it. Azure Files with Azure AD Kerberos can remove the need for traditional AD DS dependency in some scenarios, but candidates should treat that as a design option with prerequisites and limits rather than a universal replacement.

Application delivery is another area where practical judgement matters. MSIX app attach can reduce image sprawl by separating applications from the base operating system image, but it is not suitable for every application. Packaging quality, application compatibility, update frequency, and assignment model all influence whether it is the right fit. Candidates needing a deeper implementation view can study MSIX app attach for Azure Virtual Desktop after they understand the exam objective.

Exam Logistics: Registration, Scoring, Retakes, and Exam Day

Candidates register for AZ-140 through Microsoft’s certification exam process, using a Microsoft certification profile and an approved test delivery option. Depending on availability, the exam may be scheduled at a test centre or taken through online proctoring. Pricing is shown during registration and can vary by country, currency, tax treatment, and exam delivery arrangements, so candidates should verify the current amount before booking.

The score report follows Microsoft’s certification scoring model. The source exam information states a passing score of 700 out of 1000, while the number of questions, duration, and item mix can change. Candidates may see multiple-choice, case-study, drag-and-drop, or other interactive question types, but the safer preparation strategy is to practise decision-making across AVD scenarios rather than memorise a fixed format.

Retakes are governed by Microsoft’s exam retake policy, and waiting periods or limits can change. Anyone planning a tight certification deadline should check the current policy before choosing an exam date. This is especially important for employer-funded training plans, project staffing decisions, or candidates trying to align the exam with a promotion or hiring process.

On exam day, the candidate’s name and identification should match the registration profile. Online proctored exams usually involve identity verification and environment checks, while test centres follow local check-in rules. Personal notes, unapproved devices, and exam content capture are not allowed; candidates should also avoid exam dumps or real-question sharing because those violate exam integrity rules and do not build the operational judgement AZ-140 is designed to measure.

A Practical Lab Plan for AZ-140

The strongest preparation comes from building a small AVD environment and breaking it deliberately. A minimal lab does not need enterprise scale. It should be large enough to expose the candidate to host pools, profile storage, images, application assignment, scaling, monitoring, and the troubleshooting steps that follow from each configuration choice.

  1. Create a small pooled host pool with a limited number of session hosts.
  2. Configure user assignment through an application group and workspace.
  3. Prepare a baseline session host image and document how updates will be applied.
  4. Configure FSLogix profile containers on Azure Files with the required identity and permissions model.
  5. Publish one full desktop and one RemoteApp so the difference is visible.
  6. Test an MSIX app attach package if the application is suitable for packaging.
  7. Enable diagnostics and Azure Monitor for AVD so connection and host data can be reviewed.
  8. Apply a scaling plan and test behaviour during sign-in, active use, drain mode, and scale-in.

GPU-less burstable virtual machines are often enough for a learning lab, provided the candidate understands that production sizing depends on workload, user density, application behaviour, region, and support expectations. The point is not to simulate a large deployment; it is to see how AVD components behave when a session host is unavailable, a profile share permission is wrong, an image is inconsistent, or a scaling rule is too aggressive.

Several implementation traps show up repeatedly in real AVD work and are worth practising before the exam. FSLogix profile share permissions can be technically close but still wrong enough to cause sign-in failures. Golden images can drift when administrators make urgent manual changes to individual session hosts and forget to fold those changes back into the image pipeline. Scaling plans can save cost, but forgetting drain mode before scale-in risks disrupting active users. Monitoring can also be underprepared; without diagnostics and AVD Insights, performance complaints become guesswork.

Cost-performance trade-offs are a useful hiring signal as well as an exam skill. Employers often value candidates who can explain why a scaling plan needs buffer capacity, why session host sizing should follow user behaviour, and why image cleanup cadence matters. Reciting AVD feature names is less persuasive than showing the ability to connect user experience, cost control, and operational support.

A Four-Week Study Approach

A realistic study plan should move from concepts to implementation and then to scenario practice. Candidates with existing AVD experience may compress the timeline, while those new to virtual desktop operations may need more lab time. The sequence matters because later topics, such as autoscale and monitoring, make more sense once the candidate has already created host pools, profiles, and application assignments.

In the first week, the candidate should study the AZ-140 skills outline and map each topic to an AVD component. This is the right time to understand host pool types, workspace and app group relationships, identity options, network dependencies, and the difference between RemoteApp and full desktop delivery. The goal is to replace broad Azure assumptions with AVD-specific thinking.

In the second week, the lab should become the main study tool. Building a pooled host pool, configuring FSLogix, testing profile persistence, and publishing applications gives candidates the operational context that documentation alone cannot provide. This is also when a structured course can help; the Azure Virtual Desktop AZ-140 course and certification programme from Readynez is one option for candidates who want guided practice aligned to the exam objectives.

The third week should focus on operations: image lifecycle, session host maintenance, scaling plans, drain mode, diagnostics, and Azure Monitor. Candidates should practise reading symptoms and deciding where to look first. For example, slow sign-ins may point toward FSLogix storage or profile size, while poor in-session performance may point toward session host sizing, application load, or regional placement.

The final week should be reserved for scenario drills and review. Good practice questions force the candidate to extract business constraints before choosing the answer. Latency requirements, app isolation, profile persistence, identity model, budget pressure, and support capability should all influence the AVD design. Candidates should also review Microsoft exam policies, confirm identification requirements, and avoid making last-minute architecture changes in their lab that create confusion rather than clarity.

Practice tests can be useful, but they should be treated as diagnostic tools rather than the centre of preparation. A low score should lead to targeted lab work: rebuild the profile configuration, re-check app group assignments, test scaling behaviour, or review monitoring data. That approach builds the type of judgement the exam is likely to reward.

What to Do After Passing AZ-140

Passing AZ-140 validates a focused AVD skill set, but the practical value comes from applying it to production decisions. A certified candidate should be able to discuss why a particular host pool model was chosen, how profiles are protected, how images are maintained, how applications are delivered, and how the environment is monitored after deployment.

The next step depends on role direction. Administrators may deepen their Microsoft skills through broader vendor training, including Microsoft courses that support adjacent Azure, identity, security, and endpoint management responsibilities. Consultants may focus on repeatable design patterns, migration planning, cost governance, and stakeholder communication, because AVD projects often fail when requirements are vague rather than when the portal is unfamiliar.

Some learners prefer an ongoing training model when they are preparing for several Microsoft certifications or moving across Azure roles; in that context, Unlimited Microsoft Training can be relevant. The important point is to avoid treating AZ-140 as an isolated credential. AVD sits at the intersection of identity, endpoint management, storage, networking, security, and user experience, so continued learning should follow the responsibilities the candidate actually handles.

FAQ

What is the format of the Microsoft AZ-140 exam?

AZ-140 may include multiple-choice, case-study, drag-and-drop, and other interactive question types. Microsoft can change the exact mix, so candidates should prepare against the skills measured rather than a fixed question pattern.

What topics are covered in the Microsoft AZ-140 exam?

AZ-140 covers planning and implementing Azure Virtual Desktop, managing access and security, managing user environments and applications, and monitoring and maintaining an AVD infrastructure. In practice, candidates should be comfortable with host pools, session hosts, FSLogix, images, MSIX app attach, scaling plans, diagnostics, and Azure Monitor.

What is the passing score for AZ-140?

The source exam information states that the passing score is 700 out of 1000. Microsoft’s scoring and reporting guidance should be checked before the exam because exam policies can change.

Are there prerequisites for taking AZ-140?

There are no formal prerequisites stated in the source material. Even so, practical experience with Azure Virtual Desktop, Azure administration, identity, networking, and Windows client or multi-session environments is strongly helpful for preparation.

How should a candidate prepare for AZ-140?

The most effective preparation combines the official exam skills outline, Microsoft Learn and AVD documentation, hands-on lab work, and scenario-based practice questions. Candidates should build a small AVD deployment, configure FSLogix, test application delivery, enable monitoring, and practise scaling and maintenance tasks.

Building Confidence Before Booking

AZ-140 preparation should finish with evidence rather than hope. A candidate should be able to create a host pool, explain the profile strategy, describe the image lifecycle, publish applications, interpret monitoring signals, and justify scaling choices. If those tasks are still unclear, more lab time will usually help more than another pass through abstract notes.

A practical next step is to compare current skills with the AVD scenarios the exam is likely to test, then close the gaps through lab work or guided training. Readers who want help choosing the right preparation route can contact Readynez to discuss AZ-140 study options without treating certification as a substitute for hands-on competence.

A group of people discussing the latest Microsoft Azure news

Unlimited Microsoft Training

Get Unlimited access to ALL the LIVE Instructor-led Microsoft courses you want - all for the price of less than one course. 

  • 60+ LIVE Instructor-led courses
  • Money-back Guarantee
  • Access to 50+ seasoned instructors
  • Trained 50,000+ IT Pro's

Basket

{{item.CourseTitle}}

Price: {{item.ItemPriceExVatFormatted}} {{item.Currency}}