A university library needs to set up 50 public access terminals for students to search academic databases. The library plans to host the user environments in the cloud, allowing students to sign into their own temporary Windows 11 desktop sessions. To save on subscription and compute costs, multiple students must be able to share the compute resources of a single virtual machine concurrently. Which Azure service should the library use to host these student desktop sessions?
- AAzure Virtual Machines
- Azure Virtual DesktopAnswer
- CAzure Virtual Machine Scale Sets
- DAzure App Service
Answer
Azure Virtual Desktop
Azure Virtual Desktop is a cloud-based desktop and app virtualization service. It supports multi-session Windows 11, which allows multiple users to connect to and share the resources of a single virtual machine instance concurrently, reducing both compute and licensing costs.
Step-by-Step Solution
Key Concept
Distinction between Azure Virtual Machines (single-user / infrastructure control) and Azure Virtual Desktop (multi-session desktop virtualization).