Microsoft AZ-140: Resilience, Recovery and Migration — 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) resilience, recovery, and migration planning focuses on maintaining user productivity through regional failures, protecting data (profiles, images, applications), orchestrating dependency failover, and delivering a predictable transition from legacy Remote Desktop Services (RDS). Effective designs separate the stateless AVD control plane from stateful data planes, use repeatable automation for rebuilds, define clear recovery objectives for each component, and validate real-world performance with discovery and capacity modeling.

Regional Architecture, User Access, and Failover

Example to replicate an image version to two regions:

az sig image-version create \
  --resource-group rg-avd-images \
  --gallery-name sig-avd \
  --gallery-image-definition win11-ms \
  --gallery-image-version 1.0.3 \
  --target-regions eastus=1 westus=1

Recovery Objectives and Data Protection Roles

Define distinct RTO/RPO per component:

Azure Backup and ASR:

Profile Storage Resilience, Cloud Cache, Backup, and Restore

# PowerShell on session host
New-Item -Path HKLM:\SOFTWARE\FSLogix\Profiles -Force | Out-Null
New-ItemProperty HKLM:\SOFTWARE\FSLogix\Profiles -Name Enabled -Type DWord -Value 1 | Out-Null
New-ItemProperty HKLM:\SOFTWARE\FSLogix\Profiles -Name CCDLocations -Type String `
  -Value "type=smb,connectionString=\\files-pri.file.core.windows.net\profiles;type=smb,connectionString=\\files-dr.file.core.windows.net\profiles" | Out-Null
New-ItemProperty HKLM:\SOFTWARE\FSLogix\Profiles -Name DeleteLocalProfileWhenVHDShouldApply -Type DWord -Value 1 | Out-Null

Traffic, DNS, and Dependency Failover

Migration from RDS, Discovery, Density, and Capacity

Cutover, Coexistence, Quotas, and Runbooks

Practical Problem Scenario

Adobe must ensure creative and support teams can work continuously during a regional outage while migrating from an on-premises RDS farm to Azure Virtual Desktop, with hundreds of terabytes of roaming profiles and demanding graphics workloads.

  1. Discover and baseline
  1. Design regional architecture
  1. Harden identity and DNS
  1. Implement resilient profiles
  1. Orchestrate dependency failover
  1. Establish recovery objectives and protection
  1. Pilot and coexist
  1. Cutover and DR drill
  1. Quotas, reservations, and automation
  1. Full migration and rollback plan

Monitoring · All domains

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