AZ-802 — Microsoft Certified: Windows Server Hybrid Administrator Associate Cheat Sheet

Compact AZ-802 Cheat sheet for Microsoft Windows Server hybrid administration: security, high availability, disaster recovery, migration, monitoring, and troubleshooting.

Use the tables for a quick pre-exam check. Expand a topic’s notes for explanations, examples, and additional distinctions.

Scope and study context

AZ-802 is not just “Windows Server in Azure.” It tests whether you can secure, migrate, protect, monitor, and troubleshoot Windows Server workloads across on-premises and hybrid environments. Expect scenario questions where the best answer depends on constraints such as downtime tolerance, identity model, data size, recovery objective, network connectivity, administrative scope, and whether the workload is physical, virtual, clustered, or cloud-connected.

AZ-802 Exam Focus at a Glance

This Cheat Sheet supports independent preparation for Microsoft AZ-802, Microsoft Certified: Windows Server Hybrid Administrator Associate (AZ-802). Use it to review high-yield decisions for Windows Server in hybrid environments: on-premises, Azure VMs, Azure Arc-enabled servers, identity, security, high availability, disaster recovery, migration, monitoring, and troubleshooting.

If the scenario asks for…Think first about…Common trap
Manage non-Azure Windows Servers from AzureAzure Arc-enabled serversArc is management, not automatic migration
Patch servers at scaleAzure Update Manager, maintenance configurationsDo not assume WSUS and Azure Update Manager are identical
Collect logs and performance dataAzure Monitor Agent, Data Collection Rules, Log AnalyticsAgent installed but no DCR means little or no data
Improve security postureMicrosoft Defender for Cloud, Microsoft Defender for Endpoint, security baselinesDefender for Cloud posture management is not the same as antivirus
Back up files, system state, or VMsAzure Backup / Recovery Services vaultBackup is not orchestrated disaster recovery
Replicate and fail over workloadsAzure Site RecoveryASR is not long-term backup retention
Migrate servers to AzureAzure MigrateAssessment and replication/cutover are separate phases
Migrate file serversStorage Migration Service, Azure File Sync, AzCopy/Robocopy depending targetFile sync is not the same as one-time migration
Provide app or VM high availabilityFailover clustering, NLB, load balancers, Storage Spaces DirectHA inside a site is not a full DR strategy
Troubleshoot hybrid visibilityArc agent, Azure Monitor Agent, DCRs, RBAC, network/proxy“Server is online” does not mean Azure can manage it

Hybrid Management Service Selection

Tool or serviceBest useKey AZ-802 cuesWatch for
Windows Admin CenterBrowser-based Windows Server, cluster, Hyper-V, and storage managementAdminister servers without full RDP; integrate with Azure servicesWAC is a management gateway, not a cloud control plane by itself
Server ManagerTraditional role/feature and remote server managementSmall on-prem admin scenariosLess useful for Azure-scale governance
Azure Arc-enabled serversProject non-Azure Windows/Linux servers into Azure Resource ManagerOn-premises or other-cloud servers need Azure Policy, tags, Defender, Update Manager, monitoringRequires Connected Machine agent and outbound connectivity
Azure Policy with guest configurationAudit or enforce machine configuration through AzureCompliance checks across Azure and Arc-enabled serversPolicy assignment scope and remediation identity matter
Azure Update ManagerAssess and deploy OS updates across Azure VMs and Arc-enabled serversScheduled patching, update compliance, maintenance windowsRequires supported agent/configuration; not a replacement for every WSUS use case
Azure AutomationRunbooks, automation jobs, hybrid workersRepeatable operational tasks across hybrid infrastructureAutomation account permissions and hybrid worker placement matter
Microsoft Defender for CloudSecurity posture, recommendations, regulatory-style compliance views, workload protection integration“Secure score,” recommendations, server protection, Arc machinesNot the same as Windows Defender Firewall or Defender Antivirus
Microsoft Defender for EndpointEndpoint detection and responseInvestigate suspicious activity, endpoint alerts, attack timelineLicensing/onboarding method is scenario-dependent
Azure MonitorMetrics, logs, alerts, dashboards, VM insightsCentralized monitoring and KQL analysisData appears only if collection is configured
Log Analytics workspaceStores queryable monitoring/log dataKQL, log retention, alerts from logsWorkspace region, permissions, and DCR association can block visibility
Azure Monitor AgentModern monitoring agent for guest logs/performanceData Collection Rules, Azure/Arc serversReplaces many legacy collection patterns, but legacy agents may still appear in existing environments
Recovery Services vaultAzure Backup and Azure Site Recovery containerBackup policies, protected items, ASR replication itemsVault choice affects management boundary and recovery configuration
Azure MigrateDiscovery, assessment, dependency analysis, server migrationMove VMware, Hyper-V, physical, or other servers to AzureAssessment readiness is not the same as completed migration
Storage Migration ServiceFile server inventory, transfer, and cutoverPreserve shares/security while moving to newer Windows Server or Azure VMNot designed as a continuous file sync service
Azure File SyncCentralize file shares in Azure Files with Windows Server cacheBranch file servers, cloud tiering, multi-site file accessSync topology and conflict behavior matter
Azure Site RecoveryVM/workload replication, test failover, planned/unplanned failoverDR to Azure or secondary siteDoes not replace backups or app-level consistency planning
Notes and examples

Quick service-selection table

NeedLikely tool or featureWatch for this trap
Manage Windows Servers across on-premises, edge, and multicloud from AzureAzure Arc-enabled serversArc enables management; it does not automatically migrate servers
Centralized monitoring and queriesAzure Monitor with Log AnalyticsDiagnostic data must be collected before you can query it
Security recommendations and posture managementMicrosoft Defender for CloudRecommendations depend on resource visibility, configuration, and plans enabled
Backup files, folders, system state, or VMsAzure BackupBackup is not the same as live disaster recovery failover
Replicate workloads for failover to Azure or another siteAzure Site RecoveryASR is for recovery orchestration, not long-term backup retention
Migrate servers to AzureAzure MigrateAssessment, dependency analysis, and replication are separate phases
Migrate file servers and preserve shares/permissionsStorage Migration ServiceName cutover and identity/permission preservation are key details
Sync branch files with cloud tieringAzure File SyncIt is not a replacement for a backup strategy
Local high availability for roles/VMsFailover clusteringCluster availability does not protect against all-site failure
Replicate volumes between servers or clustersStorage ReplicaReplication can copy corruption or deletion; still back up
Patch clustered workloads with reduced disruptionCluster-Aware UpdatingNodes must drain and resume correctly
Manage servers through browser-based toolingWindows Admin CenterWAC is a management tool, not a monitoring platform by itself

Identity, Directory, and Access Control

AD DS and Microsoft Entra ID distinctions

ComponentPrimary purposeChoose when…Exam caution
Active Directory Domain ServicesKerberos/NTLM domain auth, domain join, Group Policy, LDAP, computer accountsWindows Server workloads depend on domain servicesMicrosoft Entra ID does not directly replace all AD DS features
Microsoft Entra IDCloud identity, OAuth/OIDC/SAML apps, Azure RBAC integrationUsers need cloud app access, Azure portal access, conditional accessEntra users are not automatically domain users for legacy apps
Microsoft Entra Connect / Cloud SyncSynchronize identities from AD DS to Entra IDHybrid identity requiredKnow sync direction and sign-in method implications
Microsoft Entra Domain ServicesManaged domain services in AzureAzure workloads need LDAP/Kerberos/NTLM without managing DCsNot the same as extending your existing DCs into Azure
Domain controller in Azure VMExtend existing AD DS into AzureAzure workloads need full AD DS control and replicationTreat as a DC: DNS, sites, subnets, backup, security
Notes and examples

AD DS operations to recognize

TaskHigh-yield referenceUseful checks
Add a domain controllerInstall AD DS role, promote server, configure DNS and site placementDNS health, replication, time sync
Replace old domain controllersAdd new DCs, transfer FSMO roles, validate replication, demote old DCsDo not simply shut down the last role holder
Manage replication topologyUse AD Sites and Services, site links, subnetsIncorrect subnet mapping causes wrong DC selection
Troubleshoot logon issuesCheck DNS SRV records, secure channel, time skew, DC locatornltest, dcdiag, repadmin, w32tm
Protect privileged accountsTiered admin model, Protected Users, PAWs, JEA, LAPSAvoid using domain admin for routine server tasks
Service account managementgMSA where supportedgMSA requires domain support and correct host authorization
Restore deleted AD objectsAD Recycle Bin when enabledNot a substitute for full system state backup
Back up domain controllersSystem State / supported backup methodsAvoid unsupported snapshots or rollback patterns

Privileged access decision table

RequirementPreferWhy
Local administrator password rotationWindows LAPSUnique, rotated local admin passwords reduce lateral movement
Run limited PowerShell admin tasksJust Enough AdministrationProvides role-limited endpoints instead of full admin shell
Manage services securelyGroup Managed Service AccountAutomatic password management and SPN support
Temporary Azure privileged roleMicrosoft Entra Privileged Identity ManagementTime-bound elevation for cloud roles
Restrict credential exposure during remote adminCredential Guard / Remote Credential Guard where applicableReduces credential theft risk
Delegate server management through WACWindows Admin Center role-based controls and gateway accessCentralizes browser-based server administration

Windows Server Security Reference

ControlUse forImplementation cluesCommon trap
Microsoft Defender AntivirusMalware protection on Windows ServerReal-time protection, definitions, exclusionsExclusions must be justified; do not broadly exclude system paths
Microsoft Defender for EndpointEDR, investigation, advanced threat detectionOnboarding package, security portal alertsAntivirus status alone does not confirm EDR onboarding
Microsoft Defender for CloudPosture management and workload protection recommendationsSecure score, recommendations, Arc/Azure serversRecommendations may require agent, extension, or plan configuration
Windows Defender FirewallHost-level inbound/outbound filteringProfiles: domain/private/public; rule scopeNSGs do not replace host firewall rules
BitLockerVolume encryptionTPM, recovery keys, policy enforcementEncryption protects data at rest, not live compromised sessions
Secure Boot / TPM / Secured-coreBoot integrity and hardware-rooted protectionsModern server hardware or Azure VM generation supportAvailability depends on platform capabilities
Credential GuardProtect derived credentialsVirtualization-based securityCan affect older auth/delegation patterns
SMB signing/encryptionProtect SMB integrity/confidentialityFile server and client settingsSMB encryption is not a backup or access-control substitute
TLS certificate managementSecure service endpointsAD CS, public CA, certificate lifecycleExpired certs break hybrid services and agents
JEALeast-privilege PowerShell operationsRole capabilities and session configurationUsers still need a defined endpoint and permissions
Security baselinesStandardized hardeningMicrosoft security baselines, GPO, Intune, policyTest before broad enforcement
Shielded VMs / Host Guardian ServiceProtect Hyper-V VMs from fabric adminsGuarded fabric, attestation, key protectionMore complex than normal VM encryption
Notes and examples

Fast security checks

Get-MpComputerStatus | Select-Object AMServiceEnabled,AntivirusEnabled,RealTimeProtectionEnabled

Get-SmbServerConfiguration |
  Select-Object EnableSMB1Protocol,EncryptData,RejectUnencryptedAccess

auditpol /get /category:*

Get-LocalUser | Where-Object Enabled -eq $true

Get-LocalGroupMember Administrators

Identity and administrative access

AZ-802 security questions often reward least privilege and controlled administration over broad local admin access.

ConceptKnow thisCandidate mistake
Least privilegeGrant only the rights needed for the task, preferably through roles or delegated administrationGiving Domain Admin for routine server management
Just Enough AdministrationPowerShell constrained endpoints can expose only approved commandsThinking JEA is the same as ordinary remote PowerShell
Privileged Access WorkstationsUse hardened admin workstations for privileged operationsAdministering domain controllers from general-purpose workstations
Local Administrator Password SolutionManages unique local admin passwordsReusing one local administrator password across many servers
Group Managed Service AccountsService accounts with automatic password managementUsing normal user accounts for services and manually rotating passwords
Credential GuardHelps protect credentials from theft on supported systemsAssuming it replaces all endpoint hardening
Windows Defender FirewallHost-based traffic controlDisabling the firewall to “fix” connectivity instead of allowing required traffic
Secure remote accessPrefer secured management paths and audited administrative accessExposing RDP broadly to the internet

Active Directory Domain Services hardening

For hybrid Windows Server environments, AD DS is often the most important security dependency.

High-yield reminders:

  • Domain controllers should be patched, monitored, backed up, and isolated from general workloads.
  • Do not install unnecessary server roles or applications on domain controllers.
  • Use separate administrative accounts for privileged administration.
  • Protect privileged groups such as Domain Admins, Enterprise Admins, and Schema Admins.
  • Audit authentication failures, privilege use, account changes, and directory changes.
  • Confirm time synchronization; Kerberos depends on time.
  • Use secure DNS configuration because AD DS depends heavily on DNS.
  • Use read-only domain controllers where appropriate for locations with lower physical security.

Common trap: a question describes a branch office with poor physical security and asks how to provide local authentication. A read-only domain controller may be better than placing a writable domain controller there.

Server hardening decision rules

If the scenario says…Think…
“Reduce attack surface”Remove roles/features, close ports, apply baselines, enforce firewall rules
“Protect credentials on servers”Credential Guard, LSASS protection, admin tiering, avoid interactive logons
“Delegate a narrow admin task”JEA, RBAC where available, constrained PowerShell
“Secure local admin passwords”LAPS-style local password management
“Protect data at rest”BitLocker, EFS where suitable, storage encryption
“Protect SMB traffic”SMB signing/encryption depending on confidentiality/integrity need
“Detect threats and get recommendations”Defender for Cloud / Defender integrations
“Assess compliance against security baselines”Security policy, baselines, Defender for Cloud recommendations

Certificates and PKI

Know the difference between certificate problems and identity problems.

SymptomLikely area to check
TLS warning or service refuses secure connectionCertificate name, trust chain, expiration, EKU, private key
Smart card or certificate logon failsCertificate template, mapping, revocation, domain trust, time
Enrollment failsTemplate permissions, autoenrollment policy, CA availability
Revocation check failsCRL/OCSP publication and reachability
Internal service works on LAN but not externallySubject/SAN, trust chain, firewall, DNS, certificate binding

Common trap: renewing a certificate does not automatically update every application binding. The service may still be using the old certificate.

Networking and Remote Administration

RequirementUseNotes
Secure server management without broad RDP exposureWindows Admin Center, PowerShell Remoting, JEAPrefer constrained, audited admin paths
Connect on-premises network to AzureSite-to-site VPN or ExpressRouteVPN is internet-based encrypted tunnel; ExpressRoute is private connectivity through provider
Connect one server to Azure VNet for management/testingAzure Network Adapter through WAC, where suitableGood for limited scenarios, not enterprise WAN design
Protect Azure VM trafficNSG, Azure Firewall, route tables, host firewallNSG filters at subnet/NIC; host firewall still matters
Protect on-prem server trafficWindows Defender Firewall, network firewalls, IPsecAzure controls do not automatically protect on-prem paths
Diagnose Azure network pathNetwork Watcher, Connection Monitor, effective routes/NSGsApplies to Azure resources and monitored endpoints depending configuration
Remote command executionWinRM / PowerShell RemotingRequires listener, firewall, auth, and endpoint permissions
Remote GUI accessRDP, Azure Bastion for Azure VMsBastion is for Azure VM access, not general on-prem RDP
Notes and examples

Common hybrid connectivity traps

SymptomLikely area to inspect
Azure Arc server disconnectedOutbound HTTPS/proxy, Connected Machine agent, identity/RBAC
Azure Monitor no dataDCR association, AMA health, workspace permissions, collection rule scope
Domain logons slow in AzureAD Sites and Services subnet mapping, DNS, DC placement
Azure VM cannot join domainDNS points to AD DS DNS servers, network path to DCs, time sync
WAC cannot manage serverWinRM, firewall rules, trusted hosts/domain trust, gateway permissions
Backup/ASR agent cannot registerVault credentials, outbound connectivity, clock, proxy/TLS inspection

Common AZ-802 traps

TrapBetter thinking
Backup and replication are interchangeableBackup restores previous points; replication supports failover or copy continuity
Azure Arc migrates serversArc manages and governs hybrid servers; migration is separate
Azure File Sync is backupSync can propagate deletions and corruption
Failover clustering protects against all disastersIt protects against certain local failures, not every site-wide dependency
Storage Replica removes the need for backupReplication can replicate bad changes
Disabling firewalls is an acceptable fixCreate precise rules and verify required ports
Domain Admin is needed for routine tasksUse delegation, JEA, and least privilege
A certificate renewal fixes all TLS issuesBindings, trust chains, SANs, and private keys still matter
Monitoring starts after an incidentTelemetry must be collected before useful historical analysis
A successful migration means the app worksApp dependencies, identity, DNS, and performance still require validation

High Availability Reference

HA technology selection

ScenarioPreferWhyAvoid assuming
Stateful workload needs automatic failover between nodesFailover clusteringCluster service coordinates resource ownershipCluster alone provides site DR
Stateless scale-out TCP/UDP applicationNetwork Load Balancing or external load balancerDistributes client trafficNLB protects shared state
Highly available Hyper-V storageCluster Shared Volumes, Storage Spaces Direct, SAN-backed clusterShared or replicated storage for clustered VMsLocal disks alone are enough
Highly available SMB application sharesScale-Out File Server where appropriateActive-active SMB access for application dataGeneral user file shares always fit SOFS
Rolling patching of clustersCluster-Aware UpdatingCoordinates node maintenanceManual patching is always safe
Site-aware clusterFailover cluster with site awareness, proper quorum/witnessSupports planned placement and failover logicIt eliminates need for DR testing
VM-level replica between hosts/sitesHyper-V ReplicaAsynchronous VM replicationSame as backup or app-aware HA
Volume-level replicationStorage ReplicaBlock-level replication between servers/clustersSame as DFS Replication
Notes and examples

Failover clustering quick checks

AreaWhat to remember
ValidationRun cluster validation before creating or changing a supported cluster
QuorumPrevents split-brain; witness helps maintain majority
Witness optionsDisk witness, file share witness, cloud witness depending topology
Cloud witnessUseful when Azure is reachable and no shared witness disk is preferred
Dynamic quorumAdjusts quorum vote behavior as nodes change
Cluster networksSeparate or logically plan client, storage, live migration, and management traffic where needed
CSVCommon for Hyper-V clustered VM storage
CAUAutomates patching workflow across cluster nodes
Drain rolesMove clustered roles before maintenance
Anti-affinity / preferred ownersControl workload placement patterns

Cluster PowerShell snippets

Install-WindowsFeature Failover-Clustering -IncludeManagementTools

Test-Cluster -Node "SRV1","SRV2"

New-Cluster -Name "CL01" -Node "SRV1","SRV2" -StaticAddress "10.0.0.50"

Get-ClusterNode
Get-ClusterGroup
Get-ClusterQuorum

Cloud witness example pattern:

Set-ClusterQuorum -CloudWitness `
  -AccountName "<storage-account-name>" `
  -AccessKey "<storage-account-key>"

Failover clustering essentials

A failover cluster provides high availability for supported workloads by moving clustered roles between nodes.

Know these concepts:

ConceptMeaning
NodeServer participating in the cluster
Clustered roleWorkload managed by the cluster
QuorumVoting mechanism that determines whether the cluster can continue running
WitnessTie-breaker resource such as disk, file share, or cloud witness
CSVCluster Shared Volumes for shared access to storage by cluster nodes
Drain rolesMove workloads off a node before maintenance
Cluster-Aware UpdatingCoordinates patching of cluster nodes while maintaining availability

Quorum and witness logic

Avoid memorizing only one witness type. Understand the scenario.

Witness typeCommon fit
Cloud witnessHybrid or multi-site environments with Azure connectivity
File share witnessSimple witness option when a reliable file share is available
Disk witnessTraditional shared-storage cluster scenarios
No witnessCertain configurations where node votes alone are appropriate

Trap: a witness does not host the workload. It helps the cluster make quorum decisions.

High availability versus disaster recovery

RequirementBetter fit
Survive a single host failure in the same datacenterFailover clustering
Maintain app availability during node maintenanceCluster-Aware Updating and role draining
Replicate a VM to another host/site for recoveryHyper-V Replica or Azure Site Recovery, depending on scenario
Recover an entire site in AzureAzure Site Recovery
Restore accidentally deleted or corrupted dataBackup
Keep two storage copies synchronizedStorage Replica

Common mistake: choosing failover clustering for site disaster recovery without considering shared dependencies. A cluster may still fail if the entire site, network, storage, or identity dependency is unavailable.

Storage Spaces Direct and Storage Replica

FeaturePrimary purposeKey exam angle
Storage Spaces DirectSoftware-defined storage using local drives in clustered serversHigh availability and scalable storage inside a cluster
Storage ReplicaBlock-level volume replication between servers or clustersDisaster recovery or stretch-cluster storage replication
DFS ReplicationFile-level replication for certain file data scenariosNot ideal for open files, databases, or low-RPO block replication

Trap: Storage Replica is not a backup. If malware encrypts replicated data, the encrypted data may replicate too.

Disaster Recovery and Backup

Backup vs replication vs disaster recovery

RequirementBest fitReason
Restore accidentally deleted filesAzure Backup, Windows Server Backup, file backupPoint-in-time recovery
Restore Windows Server system stateAzure Backup with MARS agent or supported backup productProtects critical OS roles such as AD DS
Long-term retentionBackup policyReplication usually keeps only current or near-current state
Fail over VM workloads to AzureAzure Site RecoveryReplication plus orchestration
Test failover without disrupting productionAzure Site Recovery test failoverValidates DR plan
Replicate storage volumes between servers/clustersStorage ReplicaBlock-level volume replication
Replicate Hyper-V VMs between hostsHyper-V ReplicaVM-focused asynchronous replication
Protect Azure VMAzure Backup VM backup and/or ASR depending objectiveBackup and DR solve different problems
Notes and examples

Azure Backup components

ComponentPurposeExam cues
Recovery Services vaultManagement container for backup/ASR itemsPolicies, protected items, jobs, alerts
MARS agentBack up files/folders/system state from Windows ServerCommon for on-prem Windows Server backup to Azure
Microsoft Azure Backup ServerProtect workloads and servers through a backup server modelApp-aware workload protection scenarios
Backup policySchedule and retentionMatch recovery need; do not invent retention from scenario
Recovery pointPoint in time available for restoreApplication-consistent vs crash-consistent may matter
Soft delete / immutability-style protectionsProtect against accidental or malicious deletion where configuredSecurity and recovery controls are separate from backup schedule

Azure Site Recovery components

ComponentPurposeExam cues
Replication policyFrequency/retention/app consistency behaviorDrives RPO-related behavior
Mobility service / provider componentsReplication agents/components depending source platformHealth must be monitored
Recovery planOrdered failover groups and automation stepsMulti-tier app failover
Test failoverNon-disruptive validationAlways preferred before real failover
Planned failoverControlled failover when source is availableMinimizes data loss
Unplanned failoverDisaster scenarioRequires post-failover validation
FailbackReturn workloads after primary site recoveryMust be planned and tested

DR decision checklist

  1. Define the workload dependency map: identity, DNS, database, file shares, certificates, IP dependencies.
  2. Determine RPO/RTO from the scenario, then choose backup, replication, clustering, or ASR.
  3. Verify network design: Azure VNets, subnets, DNS, routing, VPN/ExpressRoute, NSGs, firewalls.
  4. Configure replication or backup policy.
  5. Run test failover or test restore.
  6. Document cutover order, validation steps, and rollback.
  7. Monitor jobs, agent health, replication health, and recovery point availability.

Azure Backup

Azure Backup is for protected recovery points and restore operations.

Backup targetTypical approach
Azure VMsAzure VM backup
On-premises files/folders/system stateMicrosoft Azure Recovery Services agent or related backup architecture
Workloads at scaleAzure Backup with appropriate agents, vaults, and policies
System state recoveryUse supported backup method for Windows Server system state

Know the workflow:

  1. Create or use a Recovery Services vault.
  2. Configure backup policy.
  3. Register/protect the workload.
  4. Run initial backup.
  5. Monitor jobs and alerts.
  6. Test restore procedures.

Common traps:

  • Backups must be restorable; a configured backup policy is not enough.
  • System state backup is different from full application-aware workload protection.
  • Backup helps with corruption, deletion, ransomware recovery, and point-in-time restore; replication alone may not.

Azure Site Recovery

Azure Site Recovery focuses on workload replication and orchestrated failover.

RequirementASR relevance
Replicate VMs to AzureStrong fit
Test disaster recovery without disrupting productionStrong fit when test failover is supported/configured
Create recovery plans with ordered failoverStrong fit
Keep long-term historical restore pointsBackup is usually the better concept
Protect individual files onlyBackup or file-level solutions are usually better

ASR decision clues:

  • “Fail over workloads to Azure”
  • “Orchestrate recovery”
  • “Minimize downtime during site outage”
  • “Run a test failover”
  • “Replicate VMs”

Hyper-V Replica

Hyper-V Replica replicates VMs between Hyper-V hosts or clusters.

Use it when the scenario is specifically about Hyper-V-based replication and does not require broader Azure recovery orchestration.

Trap: Hyper-V Replica is not the same as failover clustering. Clustering handles high availability within the cluster; Replica handles VM replication for recovery.

Disaster recovery decision path

    flowchart TD
	    A[What is the protection goal?] --> B[Restore deleted/corrupt data]
	    A --> C[Keep workload running after host failure]
	    A --> D[Fail over to another site or Azure]
	    A --> E[Replicate storage volumes]
	
	    B --> F[Use backup and tested restores]
	    C --> G[Use failover clustering / HA design]
	    D --> H[Use Azure Site Recovery or Hyper-V Replica]
	    E --> I[Use Storage Replica where appropriate]

Migration Reference

Migration service selection

Source / target scenarioPreferKey reasonCommon trap
Assess server estate for Azure readinessAzure Migrate discovery and assessmentInventory, sizing, dependency analysisDiscovery does not move workloads
Rehost VMware/Hyper-V/physical server to Azure VMAzure Migrate server migrationReplication and cutover workflowLift-and-shift may still require app remediation
Move file server to newer Windows Server or Azure VMStorage Migration ServiceInventories data, shares, ACLs, and supports cutoverNot continuous sync after migration
Move file data into Azure FilesAzure File Sync, AzCopy, Robocopy, or migration toolingDepends on ongoing cache/sync vs one-time copyAzure File Sync is not just a copy command
Keep branch file server cache with cloud namespaceAzure File SyncLocal cache plus Azure Files centralizationPlan sync groups and endpoint layout
Move AD DS to newer serversAdd new DCs, transfer FSMO roles, demote old DCsSupported modernization pathDo not clone/restore DCs carelessly
Move IIS appsWeb Deploy, Azure Migrate/app assessment, App Service tools where applicableDepends on rehost vs refactorApp dependencies may block simple move
Move databasesDatabase-specific migration toolingSchema, compatibility, downtime requirementsFile copy is not database migration
Notes and examples

Storage Migration Service flow

PhaseWhat happensValidate
Prepare orchestratorInstall/administer Storage Migration ServiceNetwork, firewall, permissions
Inventory sourceDiscover shares, files, security, local users/groupsSource access and complete inventory
Transfer dataCopy data to destinationACLs, timestamps, share paths
Cut overDestination assumes source name/IP where configuredClient access, DNS, application paths
DecommissionRemove or repurpose old server after validationBackups and rollback window

Azure Migrate flow

PhaseFocusCandidate reminders
DiscoverDeploy appliance or agent-based discovery as requiredCredentials, network reachability, inventory scope
AssessReadiness, sizing, dependenciesAssessment assumptions affect recommendations
RemediateFix OS, disk, boot, app, network, identity issuesDo not migrate known-broken dependencies
ReplicateStart replication to AzureMonitor replication health
Test migrateValidate isolated or test environmentAvoid production DNS/IP conflicts
Cut overStop source changes and migratePlan downtime and rollback
OptimizeRightsize, secure, back up, monitorMigration is not complete until operations are configured

Azure Migrate

Azure Migrate is commonly used to assess and migrate servers to Azure.

PhaseWhat to know
DiscoveryInventory servers and dependencies
AssessmentEvaluate readiness, sizing, cost, and compatibility
ReplicationPrepare migration by copying workload data
Test migrationValidate before production cutover
CutoverFinalize migration with planned downtime as required
  • Assessment and migration are not the same step.
  • Dependency mapping matters for multi-tier applications.
  • Sizing should reflect observed utilization, not just allocated resources.
  • Network, identity, DNS, and firewall dependencies can break an otherwise successful server migration.
  • Test migration reduces risk; it does not replace application validation.

Storage Migration Service

Storage Migration Service is high-yield for file server migrations.

It helps migrate…Important details
SharesShare names and paths must be planned
Files and foldersPermissions and ownership matter
Server identityCutover can preserve client access patterns
Legacy file serversUseful when moving from older Windows Server file servers

Decision rule: if the scenario says “migrate file servers while preserving shares, permissions, and server identity,” think Storage Migration Service.

Trap: copying files manually may lose permissions, share configuration, timestamps, or client access continuity.

Azure File Sync

Azure File Sync synchronizes on-premises Windows Server file shares with Azure Files.

FeatureMeaning
Cloud endpointAzure file share
Server endpointPath on a registered Windows Server
Sync groupRelationship between cloud and server endpoints
Cloud tieringKeeps frequently used files local and tiers cooler data to Azure
Registered serverOn-premises server participating in sync

Common mistakes:

  • Treating Azure File Sync as backup. It synchronizes changes, including unwanted changes.
  • Forgetting that users may still access local file servers while data synchronizes with Azure Files.
  • Ignoring bandwidth, initial sync time, and namespace design.

Migration choice table

Scenario languageBest concept to consider
“Assess on-premises servers before moving to Azure”Azure Migrate assessment
“Move VMs to Azure with minimal guesswork about sizing”Azure Migrate with assessment data
“Migrate a file server and keep shares/permissions”Storage Migration Service
“Keep branch file access local while centralizing in Azure”Azure File Sync
“Replicate VMs for disaster recovery”Azure Site Recovery, not a migration-only tool
“Move application with databases and dependencies”Dependency mapping, app validation, staged migration

Monitoring, Logging, and Alerting

Monitoring component selection

NeedUseNotes
Guest OS event/performance collectionAzure Monitor Agent + DCRDCR defines what to collect and where to send it
Query logsLog Analytics workspaceKQL-based analysis
Visualize VM performance/dependenciesVM insightsRequires appropriate agent/configuration
Alert on log patternAzure Monitor log alertQuery returns condition over time
Alert on metric thresholdAzure Monitor metric alertLower-latency for platform metrics
Monitor backup jobsBackup center / vault jobs and alertsCheck job status and protected item health
Monitor ASR replicationRecovery Services vault replication healthLook at agent and replication status
Monitor security postureDefender for CloudRecommendations, alerts, secure score
Track update complianceAzure Update ManagerAssessment and deployment results
Troubleshoot Azure network pathNetwork Watcher / Connection MonitorEspecially useful for Azure networking dependencies
Notes and examples

KQL patterns to recognize

Table availability depends on the agent, DCR, workspace, and solution configuration.

Heartbeat
| where TimeGenerated > ago(1h)
| summarize LastHeartbeat=max(TimeGenerated) by Computer
| order by LastHeartbeat asc
Event
| where TimeGenerated > ago(24h)
| where EventLog == "System"
| where EventLevelName in ("Error", "Critical")
| summarize Count=count() by Computer, Source, EventID
| order by Count desc
Perf
| where TimeGenerated > ago(1h)
| where ObjectName == "LogicalDisk"
| where CounterName == "% Free Space"
| summarize LatestFreePercent=arg_max(TimeGenerated, CounterValue) by Computer, InstanceName
Update
| where TimeGenerated > ago(7d)
| summarize Updates=count() by Computer, Classification

Alert design checklist

CheckWhy it matters
Correct target scopeAlerts scoped too narrowly miss servers
Correct signal typeMetrics, logs, activity logs, and service health are different
Action group configuredAlert without notification or automation may be useless
Evaluation frequency/windowToo short causes noise; too long delays response
Suppression/maintenance planAvoid false positives during planned patching
Runbook or remediation pathCandidates should connect alerts to action

Troubleshooting Cheat Sheet

First-pass hybrid troubleshooting workflow

  1. Confirm identity and authorization: Azure RBAC, local admin rights, domain membership, managed identity/service principal.
  2. Confirm DNS and time: name resolution, DC locator, Kerberos time requirements.
  3. Confirm network path: firewall, proxy, routing, TLS inspection, NSG, Windows Defender Firewall.
  4. Confirm agent health: Arc, AMA, MARS, ASR mobility/provider, Defender onboarding.
  5. Confirm configuration scope: policy assignment, DCR association, backup policy, update schedule, vault registration.
  6. Check logs: Event Viewer, agent logs, Azure activity logs, Log Analytics, service-specific job history.
  7. Test with a minimal path: one server, one rule, one workspace/vault, one known event.

Symptom-to-check table

SymptomCheck firstUseful direction
Server not visible in Azure as Arc-enabledConnected Machine agent, outbound connectivity, proxy, resource group/RBACReconnect or re-onboard after fixing connectivity/identity
Arc server visible but no logsAMA installed, DCR associated, workspace target, data source configuredInstall/repair AMA and apply DCR
Update assessment missingAzure Update Manager eligibility, Arc/VM status, agent healthTrigger assessment after agent/connectivity fix
Defender recommendation not appearingDefender for Cloud plan, agent/extension, scope, policyConfirm subscription/workspace/server onboarding
Azure Backup job failingMARS/MABS/extension health, vault credentials, VSS writers, networkCheck job error and local event logs
ASR replication unhealthyMobility service/provider, process components, replication policy, networkRe-sync or repair agent after root cause
Domain join failsDNS points to AD DS DNS, domain reachability, credentials, timeTest name resolution and DC locator
Kerberos/auth failuresTime skew, SPNs, duplicate names, secure channelUse w32tm, setspn, nltest
Cluster resource fails over unexpectedlyCluster logs, resource dependencies, storage/network health, witnessValidate cluster and inspect event logs
File migration permissions wrongACL translation, local users/groups, domain trust, SID history/mappingRe-run validation before cutover
Slow Azure VM domain logonAD Sites and Services subnets, DNS, DC placementAdd correct subnets and local DC/DNS path
Notes and examples

Command reference

## AD DS health
dcdiag /v
repadmin /replsummary
nltest /dsgetdc:contoso.com
w32tm /query /status
Test-ComputerSecureChannel

## Network tests
Test-NetConnection dc01.contoso.com -Port 53
Test-NetConnection server01.contoso.com -Port 5985
Resolve-DnsName _ldap._tcp.dc._msdcs.contoso.com

## Azure Arc agent
azcmagent show
azcmagent check
azcmagent logs

## Cluster checks
Get-ClusterNode
Get-ClusterGroup
Get-ClusterResource
Get-ClusterQuorum

## Backup / VSS checks
vssadmin list writers
wbadmin get status

Azure Monitor and Log Analytics

Azure Monitor collects and analyzes telemetry. Log Analytics is commonly used for querying collected logs.

NeedConcept
Query logs across serversLog Analytics workspace
Collect Windows eventsAgent/data collection configuration
Alert on conditionsAzure Monitor alerts
Visualize trendsWorkbooks, metrics, dashboards
Investigate security postureDefender for Cloud plus logs/recommendations
Manage hybrid server visibilityAzure Arc plus monitoring configuration

KQL basics to recognize:

PatternMeaning
whereFilter rows
summarizeAggregate results
countCount records
projectSelect columns
order bySort results
Time filtersNarrow results to a relevant investigation window

Trap: Log Analytics only shows data that has been collected and sent. If a server is not connected, configured, or authorized, queries will not magically return its logs.

Windows Server troubleshooting checklist

Use this order when a scenario gives symptoms but not the cause:

  1. Scope — one user, one server, one subnet, one site, or all systems?
  2. Recent change — patch, GPO, certificate, DNS, firewall, route, storage, identity?
  3. Identity — authentication, authorization, Kerberos, SPN, time sync?
  4. Name resolution — DNS records, suffixes, conditional forwarders, stale records?
  5. Network path — firewall, routing, NSG if Azure, VPN/ExpressRoute, ports?
  6. Service health — service status, event logs, dependencies?
  7. Performance — CPU, memory, disk latency, queue length, network throughput?
  8. Storage — free space, permissions, locks, replication status?
  9. Cluster state — node status, quorum, role ownership, CSV health?
  10. Logs and metrics — correlate time of failure with events.

Common symptom-to-cause map

SymptomHigh-yield checks
Users cannot access file shareDNS, SMB port/firewall, share permissions, NTFS permissions, server service
Admin cannot connect remotelyWinRM/RDP enabled, firewall, local policy, credentials, network path
Kerberos authentication failsTime sync, SPN, DNS, domain controller reachability
Cluster role will not fail overDependencies, storage, network name, quorum, node health
VM migration failsCPU compatibility, network, storage, permissions, cluster configuration
Slow file accessDisk latency, network latency, SMB settings, antivirus scanning, tiering state
Backup job failsAgent health, vault registration, credentials, storage, VSS writers
ASR replication unhealthyConnectivity, agent/provider health, storage churn, credentials, replication policy
Azure Arc server offlineAgent service, outbound connectivity, proxy, identity, permissions
Certificate-based service failsExpiration, trust chain, subject/SAN, private key, binding

High-Yield Exam Distinctions

DistinctionRemember
Azure Backup vs Azure Site RecoveryBackup restores recovery points; ASR orchestrates workload failover
Failover clustering vs ASRClustering is HA; ASR is DR/failover orchestration
Storage Replica vs DFS ReplicationStorage Replica is block-level volume replication; DFSR is file-level replication
Azure Arc vs Azure MigrateArc manages existing machines; Azure Migrate moves/assesses workloads
Azure Monitor Agent vs Log Analytics workspaceAgent collects; workspace stores/query logs; DCR defines collection
Defender Antivirus vs Defender for CloudAntivirus protects endpoint; Defender for Cloud assesses and protects cloud/hybrid posture
NSG vs Windows Defender FirewallNSG filters Azure network traffic; host firewall filters inside the OS
Microsoft Entra ID vs AD DSEntra ID is cloud identity; AD DS provides domain services, Kerberos, GPO, LDAP
Cloud witness vs backupWitness participates in quorum; it stores no protected workload data
Test failover vs planned failoverTest failover validates DR without production cutover; planned failover is controlled production move
Azure File Sync vs Storage Migration ServiceFile Sync supports ongoing sync/cache; SMS is migration/cutover focused
WAC vs Azure portalWAC manages Windows Server directly; Azure portal manages Azure resources and Arc projections

Final Review Checklist

Before sitting for AZ-802, make sure you can quickly answer:

  • Which service manages non-Azure Windows Servers through Azure Resource Manager?
  • Which component controls Azure Monitor Agent data collection?
  • When would you choose Azure Backup instead of Azure Site Recovery?
  • How do quorum and witness settings prevent split-brain in a cluster?
  • Which tool migrates file servers while preserving shares and ACLs?
  • How do you validate a cluster before creating it?
  • What breaks domain join for Azure VMs most often?
  • How do you troubleshoot Arc, AMA, backup, and ASR agent health?
  • How do AD DS, Microsoft Entra ID, and Microsoft Entra Domain Services differ?
  • What should be tested before a real DR failover?

Next step: convert the decision tables into scenario flashcards, then complete timed AZ-802 practice questions that force you to choose the correct Microsoft service, agent, policy, or recovery pattern from a short business requirement.

Notes and examples

Final review checklist

Before moving into original practice questions, make sure you can explain:

  • When to use Azure Backup versus Azure Site Recovery.
  • When to use failover clustering versus Hyper-V Replica.
  • How quorum and witnesses affect cluster availability.
  • Why Storage Replica is not backup.
  • How Azure Arc changes hybrid server management.
  • How Azure Monitor, Log Analytics, and agents fit together.
  • How Storage Migration Service differs from Azure File Sync.
  • How Azure Migrate assessment differs from migration execution.
  • How to troubleshoot DNS, Kerberos, firewall, and certificate issues.
  • How to apply least privilege to Windows Server administration.
  • How to patch clustered workloads safely.
  • How to read scenario clues around downtime, RPO/RTO, identity, and connectivity.

High-yield AZ-802 mental model

Think in five connected workstreams:

WorkstreamWhat the exam often testsFast decision point
Secure Windows ServerLeast privilege, identity protection, hardening, update posture, Defender integrationsIs the risk identity, endpoint, network, data, or admin access?
Implement high availabilityFailover clustering, load balancing, Storage Spaces Direct, Cluster-Aware UpdatingIs the goal local availability or regional/site recovery?
Disaster recovery and backupAzure Backup, Azure Site Recovery, Hyper-V Replica, Storage ReplicaIs the goal restore, failover, replication, or rollback?
Migrate servers and workloadsAzure Migrate, Storage Migration Service, Windows Admin Center, data/app migrationAre you moving compute, storage, identity, or application dependencies?
Monitor and troubleshootAzure Monitor, Log Analytics, Azure Arc, event logs, performance countersIs the problem resource health, OS behavior, network, identity, or application performance?

Hybrid management with Azure Arc and Windows Admin Center

Azure Arc-enabled servers

Azure Arc is central to hybrid operations. It lets you project non-Azure Windows Servers into Azure for management.

CapabilityWhat it enables
Inventory and governanceSee hybrid servers as Azure resources
Policy and complianceApply Azure Policy where supported
Monitoring integrationSend logs and metrics to Azure Monitor / Log Analytics
Security postureSurface recommendations through Microsoft security tooling
Extension managementInstall supported agents/extensions from Azure
Notes and examples

Decision rule: choose Azure Arc when the server remains on-premises or outside Azure but needs Azure-based management, governance, monitoring, or security visibility.

Trap: Azure Arc does not automatically convert a server into an Azure VM and does not eliminate the need for network connectivity, permissions, or agents.

Windows Admin Center

Windows Admin Center is useful for managing Windows Server roles, failover clusters, Hyper-V, updates, certificates, storage, and Azure integrations.

Use Windows Admin Center for…Do not confuse it with…
Browser-based server administrationA replacement for all enterprise monitoring
Managing Hyper-V and clustersAzure Site Recovery orchestration by itself
Azure hybrid service onboardingThe Azure control plane itself
Certificate, event, service, and role managementA substitute for security governance

Exam clue: if the question asks for a practical management tool for on-premises Windows Server with optional Azure integrations, Windows Admin Center is often relevant.

Networking and hybrid connectivity review

AZ-802 may embed networking details inside migration, backup, monitoring, and hybrid management scenarios.

AreaKnow this
DNSAD DS, Kerberos, file access, and app connectivity depend heavily on correct name resolution
Firewall rulesPrefer specific allowed ports over disabling firewalls
VPN/ExpressRouteConnectivity choice affects latency, routing, resilience, and private access
Private endpointsUsed to access supported Azure services privately where configured
ProxiesHybrid agents often require outbound connectivity and proxy awareness
Time syncAuthentication and clustering can fail when time is inconsistent
RoutingHybrid failures are often route table, gateway, or asymmetric routing issues

Common trap: a server can appear “healthy” locally while Azure management fails because outbound connectivity, proxy configuration, or required identity permissions are missing.

Update and patch management

Patch questions often test service continuity, not just “install updates.”

EnvironmentReview focus
Standalone serversMaintenance windows, restart planning, rollback approach
ClustersDrain roles, patch node, reboot, resume, repeat
Hybrid serversInventory, compliance visibility, Azure management integration
Security-sensitive systemsPrioritization, testing, emergency patch process
Domain controllersRedundancy, replication health, staged patching

Cluster patching rule: never think of a cluster as one server. Patch one node at a time, maintain quorum, drain workloads, and verify role health after each node.

Role-specific quick hits

File services

TopicReview point
NTFS vs share permissionsEffective access is constrained by both
Access-based enumerationHides folders users cannot access
FSRMQuotas, file screens, classification/reporting
DFS NamespaceLogical namespace for shares
DFS ReplicationFile replication, not database replication
Azure File SyncHybrid file sync with Azure Files
Notes and examples

Trap: “User cannot access a share” may be a permissions issue, a name resolution issue, a firewall issue, or a server availability issue. Do not jump directly to NTFS permissions without reading the symptom.

Hyper-V

TopicReview point
CheckpointsUseful for some rollback scenarios but not a backup replacement
Live migrationMoves running VMs between hosts when configured
ReplicaReplicates VMs for recovery
Shielded VMsProtect VMs from compromised fabric administrators in supported environments
Virtual switchesExternal, internal, private connectivity models
Integration servicesAffect guest operations and management

Trap: checkpoints can create operational risk if left unmanaged, especially on production workloads.

Containers and application workloads

If containers appear, focus on the operational distinction:

ConceptReview point
Windows containersProcess-isolated or Hyper-V-isolated Windows workloads
ImagePackaged application filesystem and configuration
RegistryStores container images
Host compatibilityWindows container compatibility depends on host and image requirements
OrchestrationMay involve broader platform choices outside basic server administration

Do not over-focus on developer details unless the scenario specifically asks about container hosting, isolation, or compatibility.

Exam-style decision rules

Use these fast rules during practice:

  1. If the problem is visibility/governance for non-Azure servers, consider Azure Arc.
  2. If the problem is server migration to Azure, consider Azure Migrate.
  3. If the problem is file server migration with permissions and shares, consider Storage Migration Service.
  4. If the problem is branch/local file caching with Azure Files, consider Azure File Sync.
  5. If the problem is point-in-time recovery, consider Azure Backup.
  6. If the problem is orchestrated failover, consider Azure Site Recovery.
  7. If the problem is local workload availability, consider failover clustering.
  8. If the problem is cluster patching, consider Cluster-Aware Updating.
  9. If the problem is block-level volume replication, consider Storage Replica.
  10. If the problem is narrow delegated administration, consider Just Enough Administration.
  11. If the problem is unique local admin passwords, consider LAPS-style management.
  12. If the problem is centralized logs and queries, consider Azure Monitor and Log Analytics.

Put the review into practice