🖥️ Azure Virtual Desktop (AVD)

📌 Overview

Azure Virtual Desktop (AVD) is a desktop and app virtualization service that runs on the cloud. It allows users to access a full Windows desktop or specific apps from any device (laptop, tablet, phone) securely.


1. Why AVD? (Key Benefits)

👥 Windows 10/11 Multi-session

This is a unique feature available ONLY in Azure.

🚀 Optimized for Microsoft 365

☁️ PaaS Management


2. Core Components

🏨 Host Pools

A collection of identical Virtual Machines that serve the desktops/apps to users.

🧊 FSLogix (Profile Containers)

In a pooled environment, you might log into VM-A today and VM-B tomorrow. What about your files and Outlook settings?


3. Architecture Diagram

       ( User Devices )          ( Azure Cloud )
      +----------------+        +-----------------------------------+
      | Laptop / Phone | -----> |  AVD Gateway / Web Access         |
      +----------------+        |  (PaaS - Managed by Microsoft)    |
                                +-----------------------------------+
                                             |
                                             v
        +-------------------------------------------------------------+
        |  Host Pool (IaaS - Managed by You)                          |
        |                                                             |
        |  +-------------+    +-------------+     +-------------+     |
        |  | Session Host|    | Session Host|     | FSLogix     |     |
        |  |   VM 01     |    |   VM 02     | <---| Profile     |     |
        |  +-------------+    +-------------+     | Container   |     |
        |                                         +-------------+     |
        +-------------------------------------------------------------+

💡 Exam Tips for AZ-900