VM Sizing for Concurrent connections

Abrar Adil S 221 Reputation points
2025-02-03T13:27:53.3133333+00:00

We're planning to set up an environment where around 60 people will be connecting simultaneously to two servers. The users will be performing lightweight tasks, without running any databases or creating applications. I have a couple of questions regarding this setup:

We're considering using Azure Bastion Premium to support these 60+ connections to the servers. For the VM size, we are looking at D8asv5 (8 vCPUs, 32 GB RAM). Will this configuration be sufficient to handle the load, or should we adjust the VM size?

If a user connects to both Server-1 and Server-2, do we need two separate RDS licenses for that user, or can a single license cover both servers?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,311 questions
Azure Bastion
Azure Bastion
An Azure service that provides private and fully managed Remote Desktop Protocol (RDP) and Secure Shell (SSH) access to virtual machines.
270 questions
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,704 questions
0 comments No comments
{count} votes

Accepted answer
  1. Divyesh Govaerdhanan 885 Reputation points
    2025-02-03T13:56:51.23+00:00

    Hello,

    Welcome to Microsoft Q&A,

    The D8asv5 VM (8 vCPUs, 32 GB RAM) is a solid choice for lightweight tasks, but the suitability depends on the specific workloads and concurrent connections. CPU and RAM demand will increase if each user runs multiple remote sessions. If users open multiple applications, even lightweight ones, the available RAM per user may become a bottleneck. Monitor performance via Azure Monitor & Performance Counters, and consider scaling up to D16asv5 (16 vCPUs, 64 GB RAM) if necessary.

    If you are using per-user RDS CALs, a single license will cover both servers for that user.

    https://www.dell.com/support/kbdoc/en-us/000136576/windows-server-an-overview-of-windows-remote-desktop-services-licensing

    Please Upvote and accept the answer if it helps!


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.