To allow more than 2 users to connect to a Windows Enterprise multi-session instance through Azure Virtual Desktop (AVD), you need to ensure that your virtual machine (VM) is appropriately sized and configured to handle multiple concurrent sessions. The number of users that can connect simultaneously depends on the hardware resources of your VM, such as vCPU, memory, and workload.
Here are some steps you can take:
- Check VM Sizing: Ensure that your VM has enough resources. For example, for a medium workload, you might need at least 4 vCPUs and 16 GB of RAM. You can refer to the sizing guidelines for multi-session scenarios to determine the appropriate configuration based on your expected workload.
- Validate Performance: It's recommended to validate your system's performance to understand how many users can be supported on your specific configuration. You may need to scale up your VM if you are reaching resource limits.
- Session Limits: Make sure that the session limits are configured correctly in your host pool settings. You can adjust the maximum session limit to allow more users to connect.
If you continue to receive "resource limit reached" messages, it may indicate that your current VM configuration is insufficient for the number of concurrent users you wish to support. You may need to upgrade to a larger VM or optimize the workloads running on it.
References: