QuestionQ88

Plan and implement an Azure Virtual Desktop infrastructure

You have an Azure Virtual Desktop host pool running Windows 10 Enterprise multi-session.

You need to configure automatic scaling for the host pool to meet these requirements:

  • Distribute new user sessions among all running session hosts.
  • Automatically start another session host when concurrent user sessions exceed 30 users per host.

What should you include in the solution?

  • A an Azure Automation account and the depth-first load balancing algorithm
  • B an Azure Automation account and the breadth-first load balancing algorithm
  • C an Azure load balancer and the breadth-first load balancing algorithm
  • D an Azure load balancer and the depth-first load balancing algorithm
Explanation

Breadth-first load balancing spreads new user sessions across all available session hosts, which provides an even distribution. Azure Automation can run the Azure Virtual Desktop scaling solution to start session-host VMs as session demand reaches the configured per-host limit. Azure Load Balancer does not provide Azure Virtual Desktop session-host load balancing or this scaling function.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!