A company plans to deploy a customer support solution for a team of 30 remote agents. The solution must meet the following requirements:
- Allow multiple agents to sign in and run desktop applications concurrently on a single virtual machine instance.
- Minimize the overall compute cost.
- Delegate the management of the desktop virtualization infrastructure (such as connection brokering and load balancing) to Microsoft.
Which Azure service should the company deploy?
- AAzure Virtual Machines running Windows 11 Enterprise
- BAzure Virtual Machine Scale Sets
- Azure Virtual DesktopAnswer
- DAzure Virtual Machines running Windows Server with Remote Desktop Services (RDS)
Answer
Azure Virtual Desktop
Azure Virtual Desktop is a managed desktop and app virtualization service. It is the only service in Azure that provides Windows 11 or Windows 10 multi-session capabilities, allowing multiple remote users to share a single virtual machine instance to reduce compute costs. Additionally, Microsoft manages the connection broker, gateway, web access, and load balancing infrastructure as a service, which minimizes administrative overhead.
Step-by-Step Solution
Key Concept
Distinction between Azure Virtual Desktop and Azure Virtual Machines, including IaaS vs. PaaS management responsibilities and multi-session capabilities.