Skip to content

Commit df348d4

Browse files
authored
Merge pull request #88281 from cynthn/patch-306
Update use-remote-desktop.md - https://github.com/MicrosoftDocs/azure-docs/issues/33403
2 parents 8cb3580 + 1f0d756 commit df348d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machines/linux/use-remote-desktop.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: infrastructure-services
1313
ms.tgt_pltfrm: vm-linux
1414

1515
ms.topic: article
16-
ms.date: 05/30/2018
16+
ms.date: 09/12/2019
1717
ms.author: cynthn
1818

1919
---
@@ -22,7 +22,7 @@ Linux virtual machines (VMs) in Azure are usually managed from the command line
2222

2323

2424
## Prerequisites
25-
This article requires an existing Ubuntu 16.04 LTS VM in Azure. If you need to create a VM, use one of the following methods:
25+
This article requires an existing Ubuntu 18.04 LTS VM in Azure. If you need to create a VM, use one of the following methods:
2626

2727
- The [Azure CLI](quick-create-cli.md)
2828
- The [Azure portal](quick-create-portal.md)
@@ -31,7 +31,7 @@ This article requires an existing Ubuntu 16.04 LTS VM in Azure. If you need to c
3131
## Install a desktop environment on your Linux VM
3232
Most Linux VMs in Azure do not have a desktop environment installed by default. Linux VMs are commonly managed using SSH connections rather than a desktop environment. There are various desktop environments in Linux that you can choose. Depending on your choice of desktop environment, it may consume one to 2 GB of disk space, and take 5 to 10 minutes to install and configure all the required packages.
3333

34-
The following example installs the lightweight [xfce4](https://www.xfce.org/) desktop environment on an Ubuntu 16.04 LTS VM. Commands for other distributions vary slightly (use `yum` to install on Red Hat Enterprise Linux and configure appropriate `selinux` rules, or use `zypper` to install on SUSE, for example).
34+
The following example installs the lightweight [xfce4](https://www.xfce.org/) desktop environment on an Ubuntu 18.04 LTS VM. Commands for other distributions vary slightly (use `yum` to install on Red Hat Enterprise Linux and configure appropriate `selinux` rules, or use `zypper` to install on SUSE, for example).
3535

3636
First, SSH to your VM. The following example connects to the VM named *myvm.westus.cloudapp.azure.com* with the username of *azureuser*. Use your own values:
3737

0 commit comments

Comments
 (0)