An Azure service that provides private and fully managed Remote Desktop Protocol (RDP) and Secure Shell (SSH) access to virtual machines.
Hi @Hitesh raut
Thank you for reaching out to Microsoft Q&A. Windows 11 Home cannot act as an incoming Remote Desktop host, but it can be an RDP client. You can use Remote Desktop Connection or the Windows App from your PC to connect to the Azure VM, so an upgrade to Windows Pro is not required for this scenario.
Also, the command prompt/SConfig screen through Bastion is expected because Windows Server 2025 Core does not include Desktop Experience. It is intended to be managed with PowerShell, SConfig, or remote-management tools. To use a normal Windows desktop, deploy a Windows Server image labelled with Desktop Experience; Server Core cannot be converted in place.
For the Bastion “failed to connect” message, check that the VM is running, the RDP service and Windows Firewall allow RDP, and the NIC/subnet NSG permits TCP 3389 from AzureBastionSubnet.
The detailed diagnostic steps are in Troubleshoot Azure Bastion session failures.
Please 'Upvote' (Thumbs-up) and 'Accept' as answer if the response was helpful. This will help other community members facing the same issue.
Best regards, Andrew S Taylor