You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/lab-services/classroom-labs/how-to-use-classroom-lab.md
+48-19Lines changed: 48 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,42 +13,71 @@ ms.tgt_pltfrm: na
13
13
ms.devlang: na
14
14
ms.topic: tutorial
15
15
ms.custom: mvc
16
-
ms.date: 02/07/2019
16
+
ms.date: 08/19/2019
17
17
ms.author: spelluru
18
18
19
19
---
20
20
# How to access a classroom lab in Azure Lab Services
21
-
This article describes how to access a classroom lab, connect to the VM in the lab, and stop the VM.
21
+
This article describes how to register to a classroom lab, view all the labs that you can access, start/stop a VM in the lab, and connect to the VM.
22
22
23
-
## Register to a lab
24
-
1. Navigate to the **registration URL** that you received from the professor/educator.
25
-
2. Sign in to the service using your school account to complete the registration.
26
-
3. Once registered, confirm that you see the virtual machine for the lab you have access to.
27
-
2. Wait until the virtual machine is ready, and then **start** the VM. This process takes some time.
23
+
## Register to the lab
24
+
25
+
1. Navigate to the **registration URL** that you received from the professor/educator. You don't need to use the registration URL after you complete the registration. Instead, use the URL: [https://labs.azure.com](https://labs.azure.com). Internet Explorer 11 isn't supported yet.
26
+
1. Sign in to the service using your school account to complete the registration.
27
+
2. Once registered, confirm that you see the virtual machine for the lab you have access to.
28
+
3. Wait until the virtual machine is ready. On the VM tile, notice the following fields:
29
+
1. At the top of the tile, you see the **name of the lab**.
30
+
1. To its right, you see the icon representing the **operating system (OS)** of the VM. In this example, it's Windows OS.
31
+
1. You see icons/buttons at the bottom of the tile to start/stop the VM, and connect to the VM.
32
+
1. To the right of the buttons, you see the status of the VM. Confirm that you see the status of the VM is **Stopped**.
33
+
34
+

35
+
36
+
## Start to stop the VM
37
+
1.**Start** the VM by selecting the first button as shown in the following image. This process takes some time.
28
38
29
39

40
+
4. Confirm that the status of the VM is set to **Running**.
41
+
42
+

43
+
44
+
Notice that the icon of the first button changed to represent a **stop** operation. You can select this button to stop the VM.
45
+
46
+
## Connect to the VM
47
+
48
+
1. Select the second button as shown in the following image to **connect** to the lab's VM.
49
+
50
+

51
+
2. Do one of the following steps:
52
+
1. For **Windows** virtual machines, save the **RDP** file to the hard disk. Open the RDP file to connect to the virtual machine. Use the **user name** and **password** you get from your educator/professor to sign in to the machine.
53
+
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).
54
+
55
+
## Progress bar
56
+
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:
57
+
58
+
- If a class is in progress (within the schedule of the class), progress bar is greyed out to represent quota hours aren't being used.
59
+
60
+

61
+
- If a quota isn't assigned (zero hours), the text **Available during classes only** is shown in place of the progress bar.
62
+
63
+

64
+
- If you ran **out of quota**, the color of the progress bar is **red**.
65
+
66
+

67
+
- The color of the progress bar is **blue** when it's outside the scheduled time for the lab and some of the quota time has been used.
68
+
69
+

30
70
31
71
32
72
## View all the classroom labs
33
73
After you register to the labs, you can view all the classroom labs by taking the following steps:
34
74
35
-
1. Navigate to [https://labs.azure.com](https://labs.azure.com). Note that Internet Explorer 11 is not supported yet.
75
+
1. Navigate to [https://labs.azure.com](https://labs.azure.com). Internet Explorer 11 isn't supported yet.
36
76
2. Sign in to the service by using the user account that you used to register to the lab.
37
77
3. Confirm that you see all the labs you have access to.
38
78
39
79

40
80
41
-
## Connect to the virtual machine in a classroom lab
42
-
43
-
1. Start the VM if it's not already started, select **Start** on the tile.
44
-
2. Select **Connect** on the tile that represents the virtual machine of the lab that you want to access.
45
-
3. Do one of the following steps:
46
-
1. For **Windows** virtual machines, save the **RDP** file to the hard disk. Open the RDP file to connect to the virtual machine. Use the **user name** and **password** you get from your educator/professor to log in to the machine.
47
-
3. For **Linux** virtual machines, copy and save the SSH connection string on the **Connect to your virtual machine** dialog box. Use this connection string from an SSH terminal (like [Putty](https://www.putty.org/)) to connect to the virtual machine.
48
-
49
-
## Stop the virtual machine in a classroom lab
50
-
51
-
To stop your VM, select **Stop** on the tile. When the VM is stopped, the **Start** button on the tile is enabled.
Copy file name to clipboardExpand all lines: articles/lab-services/classroom-labs/tutorial-connect-virtual-machine-classroom-lab.md
+24-8Lines changed: 24 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.tgt_pltfrm: na
13
13
ms.devlang: na
14
14
ms.topic: tutorial
15
15
ms.custom: mvc
16
-
ms.date: 01/17/2019
16
+
ms.date: 08/19/2019
17
17
ms.author: spelluru
18
18
19
19
---
@@ -23,21 +23,37 @@ In this tutorial, you, as a student, connect to a virtual machine (VM) in a clas
23
23
In this tutorial, you do the following actions:
24
24
25
25
> [!div class="checklist"]
26
-
> * Use registration link
27
-
> * Connect to the virtual machine
26
+
> * Register to the lab
27
+
> * Start the VM
28
+
> * Connect to the VM
28
29
29
-
## Use the registration link
30
+
## Register to the lab
30
31
31
-
1. Navigate to the **registration URL** that you received from the professor/educator. You don't need to use the registration URL after you complete the registration. Instead, use the URL: [https://labs.azure.com](https://labs.azure.com). Note that Internet Explorer 11 is not supported yet.
32
+
1. Navigate to the **registration URL** that you received from the professor/educator. You don't need to use the registration URL after you complete the registration. Instead, use the URL: [https://labs.azure.com](https://labs.azure.com). Internet Explorer 11 isn't supported yet.
32
33
1. Sign in to the service using your school account to complete the registration.
33
34
2. Once registered, confirm that you see the virtual machine for the lab you have access to.
34
-
3. Wait until the virtual machine is ready, and then **start** the VM. This process takes some time.
35
+
3. Wait until the virtual machine is ready. On the VM tile, notice the following fields:
36
+
1. At the top of the tile, you see the **name of the lab**.
37
+
1. To its right, you see the icon representing the **operating system (OS)** of the VM. In this example, it's Windows OS.
38
+
1. 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.
39
+
1. You see icons/buttons at the bottom of the tile to start/stop the VM, and connect to the VM.
40
+
1. To the right of the buttons, you see the status of the VM. Confirm that you see the status of the VM is **Stopped**.
41
+
42
+

43
+
44
+
## Start the VM
45
+
1.**Start** the VM by selecting the first button as shown in the following image. This process takes some time.
35
46
36
47

48
+
4. Confirm that the status of the VM is set to **Running**.
49
+
50
+

51
+
52
+
Notice that the icon of the first button changed to represent a **stop** operation. You can select this button to stop the VM.
37
53
38
-
## Connect to the virtual machine
54
+
## Connect to the VM
39
55
40
-
1. Select **Connect** on the tile for the virtual machine of the lab that you want to access.
56
+
1. Select the second button as shown in the following image to **connect** to the lab's VM.
41
57
42
58

0 commit comments