An Azure service that provides private and fully managed Remote Desktop Protocol (RDP) and Secure Shell (SSH) access to virtual machines.
Hello Paul McQuaid
We want to update you about the RDP login issue encountered when accessing Azure virtual machines through Azure Bastion, where users saw the message “The target machine has denied access to this connection.” Our investigation found that the problem was not caused by VM user permissions or RDP settings. No changes were made to access rights or login policies. The issue was due to Azure Bastion SKU capacity limits.
The Basic SKU has a fixed backend capacity of two instances, supporting about 40 concurrent RDP sessions. Once this limit is reached, new connections are denied, which causes the access-denied message. Microsoft documentation confirms that the Basic SKU cannot scale beyond this limit.
After upgrading to the Standard SKU, connectivity was restored because the Standard SKU allows scaling from 2 up to 50 instances, with each instance supporting up to 20 concurrent RDP sessions.
This upgrade removed the concurrency bottleneck, enabling successful logins without further configuration changes.
To clarify, the Standard SKU is not required for basic RDP access; both Basic and Standard SKUs support portal-based RDP access.
However, the Basic SKU is best for small environments with low concurrent access needs, while the Standard SKU is recommended for production environments with higher usage, as it offers scalability and better session handling.
For more information, please refer to the Microsoft documentation below:https://learn.microsoft.com/en-us/azure/bastion/bastion-connect-vm-rdp-windows?tabs=portal#prerequisites
https://learn.microsoft.com/en-us/azure/bastion/upgrade-sku?tabs=portal
https://docs.azure.cn/en-us/bastion/bastion-sku-comparison
I hope the above answer helps you! Please let us know if you have any further questions.
Please don't forget to "upvote" where the information provided will help you, this can be beneficial to other members of the community.
and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.