Skip to content

Commit 6c71b20

Browse files
authored
Merge pull request #108108 from spelluru/labmac0317
connect to a VM from Mac using RDP
2 parents bfcf8e2 + ae6fef4 commit 6c71b20

File tree

4 files changed

+52
-26
lines changed

4 files changed

+52
-26
lines changed

articles/lab-services/classroom-labs/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@
102102
href: how-to-use-classroom-lab.md
103103
- name: Use remote desktop connection for Linux VMs
104104
href: how-to-use-remote-desktop-linux-student.md
105+
- name: Connect to a VM from Mac using RDP
106+
href: connect-virtual-machine-mac-rdp.md
105107
- name: Set or reset passwords for virtual machines
106108
href: how-to-set-virtual-machine-passwords-student.md
107109
- name: Reference
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: How to connect to an Azure Lab Services VM from Mac | Microsoft Docs
3+
description: This article
4+
services: devtest-lab, lab-services, virtual-machines
5+
documentationcenter: na
6+
author: spelluru
7+
manager:
8+
editor: ''
9+
10+
ms.service: lab-services
11+
ms.workload: na
12+
ms.tgt_pltfrm: na
13+
ms.devlang: na
14+
ms.topic: article
15+
ms.date: 03/17/2020
16+
ms.author: spelluru
17+
18+
---
19+
20+
# Connect to a VM using RDP on a Mac
21+
This section shows how a student can connect to a classroom lab VM from a Mac by using RDP.
22+
23+
## Install Microsoft Remote Desktop on a Mac
24+
1. Open the App Store on your Mac, and search for **Microsoft Remote Desktop**.
25+
26+
![Microsoft Remote Desktop](../media/how-to-use-classroom-lab/install-ms-remote-desktop.png)
27+
1. Install the latest version of Microsoft Remote Desktop.
28+
29+
## Access the VM from your Mac using RDP
30+
1. Open the **RDP** file that's downloaded on your computer with **Microsoft Remote Desktop** installed. It should start connecting to the VM.
31+
32+
![Connect to VM](../media/how-to-use-classroom-lab/connect-linux-vm.png)
33+
1. Select **Continue** if you receive the following warning.
34+
35+
![Certificate warning](../media/how-to-use-classroom-lab/certificate-error.png)
36+
1. You should see the VM.
37+
38+
> [!NOTE]
39+
> The following example is for a CentOS Linux VM.
40+
41+
![VM](../media/how-to-use-classroom-lab/vm-ui.png)
42+
43+
44+
## Next steps
45+
To learn how to connect to Linux VMs using RDP, see [Use remote desktop for Linux virtual machines](how-to-use-remote-desktop-linux-student.md)
46+
47+

articles/lab-services/classroom-labs/how-to-manage-classroom-labs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.service: lab-services
1111
ms.workload: na
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
14-
ms.topic: article
14+
ms.topic: how-to
1515
ms.date: 02/20/2020
1616
ms.author: spelluru
1717

articles/lab-services/classroom-labs/how-to-use-classroom-lab.md

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ ms.service: lab-services
1111
ms.workload: na
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
14-
ms.topic: tutorial
14+
ms.topic: how-to
1515
ms.custom: mvc
16-
ms.date: 09/19/2019
16+
ms.date: 03/17/2020
1717
ms.author: spelluru
1818

1919
---
@@ -56,29 +56,6 @@ This article describes how to register to a classroom lab, view all the labs tha
5656
3. For **Linux** virtual machines, you can use **SSH** or **RDP** (if it's enabled) to connect to them. For more information, see [Enable remote desktop connection for Linux machines](how-to-enable-remote-desktop-linux.md).
5757
1. If you are using a **Mac** to connect to the lab VM, follow instructions in the next section.
5858

59-
## Connect to a VM using RDP on a Mac
60-
This section shows how a student can connect to a VM from a Mac by using RDP.
61-
62-
### Step 1: Install Microsoft Remote Desktop on a Mac
63-
1. Open the App Store on your Mac, and search for **Microsoft Remote Desktop**.
64-
65-
![Microsoft Remote Desktop](../media/how-to-use-classroom-lab/install-ms-remote-desktop.png)
66-
1. Install the latest version of Microsoft Remote Desktop.
67-
68-
### Step 2: Access the VM from your Mac using RDP
69-
1. Open the **RDP** file that's downloaded on your computer with **Microsoft Remote Desktop** installed. It should start connecting to the VM.
70-
71-
![Connect to VM](../media/how-to-use-classroom-lab/connect-linux-vm.png)
72-
1. Select **Continue** if you receive the following warning.
73-
74-
![Certificate warning](../media/how-to-use-classroom-lab/certificate-error.png)
75-
1. You should see the VM.
76-
77-
> [!NOTE]
78-
> The following example is for a CentOS Linux VM.
79-
80-
![VM](../media/how-to-use-classroom-lab/vm-ui.png)
81-
8259
## Progress bar
8360
The progress bar on the tile shows the number of hours used against the number of [quota hours](how-to-configure-student-usage.md#set-quotas-for-users) assigned to you. This time is the additional time allotted to you in addition to the scheduled time for the lab. The color of the progress bar and the text under the progress bar varies as per the following scenarios:
8461

0 commit comments

Comments
 (0)