A retail company needs to deploy temporary virtual workstations for customer service agents during a seasonal shopping event. The solution must meet the following requirements:
- Minimize the administrative overhead of managing the virtual desktop connection brokers and gateways.
- Reduce compute costs by allowing multiple agents to run separate concurrent sessions on the same underlying virtual machine.
- Automatically scale down compute resources during low-demand night shifts to optimize spending.
Which Azure deployment approach should the company implement?
- Azure Virtual Desktop using a pooled host poolAnswer
- BAzure Virtual Machines deployed in a Virtual Machine Scale Set
- CAzure Virtual Desktop using a personal host pool
- DAzure Virtual Machines configured behind an Azure Load Balancer
Answer
Azure Virtual Desktop using a pooled host pool
The correct option is the one stating Azure Virtual Desktop using a pooled host pool. Azure Virtual Desktop is a managed service that handles connection brokers and gateways, meeting the administrative overhead constraint. Using a pooled host pool configuration enables Windows multi-session, allowing multiple users to run concurrent workloads on the same virtual machine resources to reduce costs. Additionally, it supports autoscale capabilities to dynamically shut down virtual machines when they are not in use during off-peak hours.
Step-by-Step Solution
Key Concept
Azure Virtual Desktop configurations and managed host pools