An Azure service that provides private and fully managed Remote Desktop Protocol (RDP) and Secure Shell (SSH) access to virtual machines.
Hi @ Paul McQuaid,
Welcome to Microsoft Q&A Platform
No, the Standard SKU is not required for basic RDP access via Azure Bastion.
As per the documentation:
Basic SKU supports RDP access through the Azure portal (browser) using the default port 3389, with no additional configuration required.
- Standard SKU is only required when you need advanced features such as:
- Custom ports
- Native client (RDP) support
- IP-based connections
If RDP started working after upgrading to Standard, it likely indicates that one of the following was required in your scenario:
You were attempting to use native RDP client (mstsc) instead of browser-based access
A custom port or additional configuration was involved
- There was a temporary issue that got resolved during the upgrade/redeployment
"The target machine has denied access to this connection. If you require access, please grant access to your account on the target machine, or check your system settings"
This error typically indicates an issue inside the virtual machine or with authentication, rather than a Bastion SKU limitation.
Why it may have started working after upgrading the SKU
Upgrading from Basic to Standard may have refreshed or redeployed the Bastion host infrastructure. This could temporarily resolve issues such as:
- Stale Bastion sessions
- Network or tunnel connectivity issues
- Bastion host service refresh during the SKU change
However, the SKU upgrade itself does not change VM login permissions or RDP access behavior.
Since the error indicates the VM denied access, please check the below settings
1. Local or domain user permissions: Ensure the account used for login is part of the Remote Desktop Users group or Administrators group.
Inside the VM:
Computer Management → Local Users and Groups → Groups → Remote Desktop Users
2. RDP access is enabled: Verify the VM allows remote desktop connections:
System → Remote Desktop → Allow remote connections
3. Network security rules: Ensure that no NSG rules or Windows firewall rules block RDP access internally.
Note: When using Bastion, the VM does not require port 3389 open to the internet, but the VM must still allow RDP internally.
4. Azure VM access extensions: If you are using Azure AD login for Windows, confirm that the extension is installed and the user has the required RBAC roles:
- Virtual Machine User Login
- Virtual Machine Administrator Login
If the above steps did not help resolve your issue, please feel free to share the details in a private message so we can proceed with further troubleshooting over a Teams call. I am happy to connect with you on Teams to investigate and resolve the issue.
Please
and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.