Azure Bastion Service for Ubuntu VM with GUI

Mohit Agarwal 21 Reputation points
2021-11-19T08:39:47.593+00:00

Hello,
I have created two Azure VMs, one is Windows 10 and one is Ubuntu 20.04.
I can use Bastion service to both of them and the GUI gets loaded for Windows 10 via Bastion and also via RDP.
But for Ubuntu VM, it only shows command line interface via Bastion but it shows the GUI view via RDP. Does Azure Bastion needs something additional to display the GUI view for Ubuntu VMs?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,086 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.
241 questions
0 comments No comments
{count} votes

Accepted answer
  1. Alan Kinane 16,786 Reputation points MVP
    2021-11-19T10:32:55.217+00:00

    The basic SKU of Azure Bastion only provides an RDP connection for Windows virtual machines. For Linux it's an SSH connection only.

    However, the newer Standard SKU of Azure Bastion has support for RDP for Linux virtual machines.

    https://learn.microsoft.com/en-us/azure/bastion/bastion-overview#sku

    150960-capture.png


1 additional answer

Sort by: Most helpful
  1. Mohit Agarwal 21 Reputation points
    2021-11-22T10:13:01.51+00:00

    Thank you for the update. I will try the newer version.

    0 comments No comments