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/how-to-use-classroom-lab.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ This article describes how to register to a lab, view all the labs that you can
44
44
45
45
Select the second button as shown in the following image to **connect** to the lab's VM.
46
46
47
-

47
+

48
48
49
49
If connecting *to a Windows VM*, do one of the following steps:
50
50
1. If using Windows, save the **RDP** file. Then open the RDP file to connect to the virtual machine. Use the **user name** and **password** you get from your educator to sign in to the machine.
@@ -60,15 +60,15 @@ Linux VMs can have X2Go enabled and a graphical desktop installed. For more inf
60
60
61
61
By default Linux VMs have SSH installed. If using Windows client to connect to a Linux VM, first install an ssh client like [PuTTY](https://www.putty.org/) or enable [OpenSSH in Windows](/windows-server/administration/openssh/openssh_install_firstuse). If connecting *to a Linux VM using SSH*, do the following:
62
62
63
-
1. [Start the VM](how-to-use-classroom-lab.md#start-or-stop-the-vm).
64
-
2. Once the VM is running, click **Connect**, which will pop up a dialog box that provides the SSH command string, which will look like the following sample:
3. Go to your command prompt or terminal, and paste in this command, and then press **ENTER**.
71
-
4. Enter the password to sign in to the lab VM.
63
+
1.[Start the VM](how-to-use-classroom-lab.md#start-or-stop-the-vm).
64
+
1. Once the VM is running, click **Connect**, which will pop up a dialog box that provides the SSH command string, which will look like the following sample:
Copy file name to clipboardExpand all lines: articles/lab-services/tutorial-connect-virtual-machine-classroom-lab.md
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,6 @@ The tutorial applies to the [Azure Lab Services portal](https://labs.azure.com)
45
45
46
46
1. Select the button in the lower right of the tile as shown in the following image to connect to the lab's VM.
47
47
:::image type="content" source="./media/tutorial-connect-vm-in-classroom-lab/connect-vm.png" alt-text="Screenshot of My virtual machines page in Azure Lab Services portal. Connect VM button is highlighted.":::
48
-
![Connect to VM]()
49
48
1. Do one of the following steps:
50
49
1. For **Windows** virtual machines, open the **RDP** file once it has finished downloading. Use the **username** and **password** you get from your educator to sign in to the machine. For more information, see [Connect to the VM](how-to-use-classroom-lab.md#connect-to-the-vm).
51
50
2. 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).
Copy file name to clipboardExpand all lines: articles/lab-services/tutorial-setup-classroom-lab.md
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,8 @@ In this step, you create a lab for your class in Azure Lab Services portal.
33
33
34
34
1. Navigate to [Azure Lab Services portal](https://labs.azure.com).
35
35
2. Select **Sign in** and enter your credentials. Azure Lab Services supports organizational accounts and Microsoft accounts.
36
-
3. Select **New lab**.
37
-
:::image type="content" source="./media/tutorial-setup-classroom-lab/new-lab-button.png" alt-text="Create a lab.":::
36
+
3. Select **New lab**.
37
+
:::image type="content" source="./media/tutorial-setup-classroom-lab/new-lab-button.png" alt-text="Screenshot of Azure Lab Services portal. New lab button is highlighted.":::
38
38
4. In the **New Lab** window, do the following actions:
39
39
1. Specify a **name**, **virtual machine image**, **size**, and **region** for your lab, and select **Next**. Possibly, you'll need to choose a **lab plan**. If there's more than one lab plan in the resource group, you'll see a dropdown to choose a lab plan. If there's only one lab plan in the resource group, this option will be hidden.
40
40
:::image type="content" source="./media/tutorial-setup-classroom-lab/new-lab-window.png" alt-text="Screenshot of the New lab window for Azure Lab Services.":::
@@ -63,10 +63,9 @@ In this step, you create a lab for your class in Azure Lab Services portal.
63
63
6. If **Use a virtual machine image without customization** was selected on the **Template virtual machine settings** window when creating the lab, skip this step. On the **Template** page, optionally do the following steps:
64
64
65
65
1. Connect to the template VM by selecting **Start**. If it's a Linux template VM, you choose whether you want to connect using SSH or RDP (if RDP is enabled).
66
+
:::image type="content" source="./media/tutorial-setup-classroom-lab/start-template-vm.png" alt-text="Screenshot of the template page of an Azure Lab Services lab. Start template button is highlighted.":::
66
67
2. Install and configure software required for your class on the template VM.
67
-
3.**Stop** the template VM.
68
-
69
-
:::image type="content" source="./media/tutorial-setup-classroom-lab/start-template.png" alt-text="Screenshot of the template page of an Azure Lab Services lab.":::
68
+
3.**Stop** the template VM.
70
69
71
70
> [!NOTE]
72
71
> Template VMs incur **cost** when running, so ensure that the template VM is shutdown when you don’t need it to be running.
@@ -101,7 +100,7 @@ In this step, you publish the lab. When you publish the template VM, Azure Lab S
101
100
102
101
Create a scheduled event for the lab so that VMs in the lab are automatically started and stopped at specific times. The user quota (default: 10 hours) you specified earlier is the extra time assigned to each student outside this scheduled time.
103
102
104
-
1. Switch to the **Schedules** page, and select **Add scheduled event** on the toolbar.
103
+
1. Switch to the **Schedules** page, and select **Add scheduled event** on the toolbar. If the lab is in the process of being published, wait until the publish action is completed.
105
104
106
105
:::image type="content" source="./media/how-to-create-schedules/add-schedule-button.png" alt-text="Screenshot of the Add scheduled event button on the Schedules page. The Schedules menu item and Add scheduled event button are highlighted.":::
107
106
@@ -118,7 +117,7 @@ Create a scheduled event for the lab so that VMs in the lab are automatically st
118
117
2. Select the days on which you want the schedule to take effect. In the following example, Monday-Friday is selected.
119
118
3. Select an **end date** for the schedule.
120
119
4. Select **Save**.
121
-
:::image type="content" source="./media/how-to-create-schedules/select-current-schedule.png" alt-text="Screenshot of the Repeat windows for scheduled events. Event repeats every week, Monday through Friday.":::
120
+
:::image type="content" source="./media/how-to-create-schedules/set-repeat-schedule.png" alt-text="Screenshot of the Repeat windows for scheduled events. Event repeats every week, Monday through Friday.":::
122
121
1. On the **Add scheduled event** page, for **Notes (optional)**, enter any description or notes for the schedule.
123
122
1. On the **Add scheduled event** page, select **Save**.
124
123
:::image type="content" source="./media/how-to-create-schedules/add-schedule-page-weekly.png" alt-text="Screenshot of the Add scheduled event window.":::
0 commit comments