Skip to content

Commit 12268b4

Browse files
committed
Final review feedback
1 parent 8b0df1e commit 12268b4

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

articles/lab-services/classroom-labs/connect-virtual-machine-chromebook-rdp.md renamed to articles/lab-services/classroom-labs/connect-virtual-machine-chromebook-remotedesktopprotocol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: How to connect to an Azure Lab Services VM from Chromebook | Microsoft Docs
3-
description: This article
3+
description: Learn how to connect from a Chromebook to a virtual machine in Azure Lab Services.
44
services: devtest-lab, lab-services, virtual-machines
55
documentationcenter: na
66
author: spelluru
@@ -17,7 +17,7 @@ ms.author: nicolela
1717

1818
---
1919

20-
# Connect to a VM using RDP on a Chromebook
20+
# Connect to a VM using Remote Desktop Protocol on a Chromebook
2121
This section shows how a student can connect to a classroom lab VM from a Chromebook by using RDP.
2222

2323
## Install Microsoft Remote Desktop on a Chromebook

articles/lab-services/classroom-labs/connect-virtual-machine-mac-rdp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: How to connect to an Azure Lab Services VM from Mac | Microsoft Docs
3-
description: This article
3+
description: Learn how to connect from a Mac to a virtual machine in Azure Lab Services.
44
services: devtest-lab, lab-services, virtual-machines
55
documentationcenter: na
66
author: spelluru
@@ -17,7 +17,7 @@ ms.author: spelluru
1717

1818
---
1919

20-
# Connect to a VM using RDP on a Mac
20+
# Connect to a VM using Remote Desktop Protocol on a Mac
2121
This section shows how a student can connect to a classroom lab VM from a Mac by using RDP.
2222

2323
## Install Microsoft Remote Desktop on a Mac

articles/lab-services/classroom-labs/how-to-enable-remote-desktop-linux.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,25 @@ ms.author: spelluru
2121
This article shows you how to do the following tasks:
2222

2323
- Enable graphical remote desktop sessions for a Linux VM
24-
- How to connect to a Linux VM using RDP or X2Go remote desktop clients
24+
- How to connect to a Linux VM using RDP (Remote Desktop Protocol) or X2Go remote desktop clients
2525

2626
## Set up graphical remote desktop solution
27-
When a lab is created using a **Linux** image, **SSH** (Secure Shell) access is automatically configured so that the instructor can connect to the template VM from the command line using SSH. Likewise, when the template VM is published, students can also connect to their VMs using SSH.
27+
When a lab is created from a **Linux** image, **SSH** (Secure Shell) access is automatically configured so that the instructor can connect to the template VM from the command line using SSH. Likewise, when the template VM is published, students can also connect to their VMs using SSH.
2828

29-
To connect to a Linux VM using a **GUI** (graphical user interface), we recommend using either **RDP** (Remote Desktop Protocol) or **X2Go**. Both of these options require the instructor to do some additional setup on the template VM:
29+
To connect to a Linux VM using a **GUI** (graphical user interface), we recommend using either **RDP** or **X2Go**. Both of these options require the instructor to do some additional setup on the template VM:
3030

3131
### RDP Setup
3232
To use RDP, the instructor must:
3333
- Enable remote desktop connection; this is specifically needed to open the VM's port for RDP.
3434
- Install the RDP remote desktop server.
35-
- Install a Linux graphical desktop environment (such as MATE, XFCE, etc).
35+
- Install a Linux graphical desktop environment (such as MATE, XFCE, and so on).
3636

3737
### X2Go Setup
3838
To use X2Go, the instructor must:
3939
- Install the X2Go remote desktop server.
40-
- Install a Linux graphical desktop environment (such as MATE, XFCE, etc).
40+
- Install a Linux graphical desktop environment (such as MATE, XFCE, and so on).
4141

42-
X2Go uses the same port that is already enabled for SSH; as a result, there is no extra configuration required to open a port on the VM for X2Go.
42+
X2Go uses the same port that is already enabled for SSH. As a result, no extra configuration required to open a port on the VM for X2Go.
4343

4444
> [!NOTE]
4545
> In some cases, such as with Ubuntu LTS 18.04, X2Go provides better performance. If you use RDP and notice latency when interacting with the graphical desktop environment, consider trying X2Go since it may improve performance.
@@ -104,7 +104,7 @@ Follow the below steps based on the type of computer used to connect to the temp
104104

105105
- Chromebook
106106
1. Click **Connect to template** on your lab's toolbar and then select **Connect via RDP** to save the RDP file.
107-
1. Then, refer to the how-to article [Connect to a VM using RDP on a Chromebook](connect-virtual-machine-chromebook-rdp.md).
107+
1. Then, refer to the how-to article [Connect to a VM using RDP on a Chromebook](connect-virtual-machine-chromebook-remotedesktopprotocol.md).
108108

109109
### X2Go client
110110

articles/lab-services/classroom-labs/how-to-use-remote-desktop-linux-student.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This article shows how students can connect to a Linux virtual machine (VM) in a
4141

4242
4. Click the **Copy** button next to the text box to copy the SSH connection information to the clipboard.
4343

44-
5. Save the SSH connection information, such as in Textpad, so that you can use this connection information in the next step.
44+
5. Save the SSH connection information, such as in Text pad, so that you can use this connection information in the next step.
4545

4646
6. From an SSH terminal (like [Putty](https://www.putty.org/)), connect to your VM.
4747

@@ -60,10 +60,10 @@ Students can use Microsoft Remote Desktop (RDP) to connect to their Linux VMs af
6060

6161
Instead, if you are connecting from either a Mac or Chromebook, refer to the following steps:
6262
- [Connect to a VM using RDP on a Mac](connect-virtual-machine-mac-rdp.md).
63-
- [Connect to a VM using RDP on a Chromebook](connect-virtual-machine-chromebook-rdp.md).
63+
- [Connect to a VM using RDP on a Chromebook](connect-virtual-machine-chromebook-remotedesktopprotocol.md).
6464

6565
### Connect to the student VM using X2Go
66-
Students can use X2Go to connect to their Linux VMs after their instructor sets up their lab with X2Go and the GUI packages for a Linux graphical desktop environment (such as MATE, XFCE, etc).
66+
Students can use X2Go to connect to their Linux VMs after their instructor sets up their lab with X2Go and the GUI packages for a Linux graphical desktop environment (such as MATE, XFCE, and so on).
6767

6868
Students need to find out from their instructor which Linux graphical desktop environment their instructor has installed. This information is needed in the next steps to connect using the X2Go client.
6969

@@ -83,9 +83,9 @@ Students need to find out from their instructor which Linux graphical desktop en
8383
Using this example, the following values are entered:
8484

8585
- **Session name** - Specify a name, such as the name of your VM.
86-
- **Host** - The id of your VM; for example **`ml-lab-00000000-0000-0000-0000-000000000000.eastus2.cloudapp.azure.com`**.
86+
- **Host** - The ID of your VM; for example, **`ml-lab-00000000-0000-0000-0000-000000000000.eastus2.cloudapp.azure.com`**.
8787
- **Login** - The username for your VM; for example, **student**.
88-
- **SSH port** - The unique port assigned to your VM; for example **12345**.
88+
- **SSH port** - The unique port assigned to your VM; for example, **12345**.
8989
- **Session type** - Select the Linux graphical desktop environment that your instructor configured your VM. You need to get this information from your instructor.
9090

9191
Finally, click **OK** to create the session.
@@ -99,7 +99,7 @@ Students need to find out from their instructor which Linux graphical desktop en
9999
> [!NOTE]
100100
> If you are prompted with a similar message to this, select **yes** to continue to entering your password: **The authenticity of host '[`00000000-0000-0000-0000-000000000000.eastus2.cloudapp.eastus.cloudapp.azure.com`]:12345' can't be established. ECDSA key fingerprint is SHA256:00000000000000000000000000000000000000000000.Are you sure you want to continue connecting (yes/no)?**
101101
102-
1. When prompted, enter your password and click **OK**. You should now be connected remotely connected to your VM's GUI desktop environment.
102+
2. When prompted, enter your password and click **OK**. You will now be remotely connected to your VM's GUI desktop environment.
103103

104104
## Next steps
105105
To learn how to enable the remote desktop connection feature for Linux VMs in a classroom lab, see [Enable remote desktop for Linux virtual machines](how-to-enable-remote-desktop-linux.md).
Binary file not shown.

0 commit comments

Comments
 (0)