Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6c91020

Browse files
committedJan 5, 2022
updating screenshots for tutorial
fixing build warnings. fixing img tag typo
1 parent 470d100 commit 6c91020

16 files changed

+16
-18
lines changed
 

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This article describes how to register to a lab, view all the labs that you can
4444

4545
Select the second button as shown in the following image to **connect** to the lab's VM.
4646

47-
![Connect to VM](./media/tutorial-connect-vm-in-classroom-lab/connect-vm.png)
47+
![Connect to VM](./media/tutorial-connect-vm-in-classroom-lab/connect-vm.png)
4848

4949
If connecting *to a Windows VM*, do one of the following steps:
5050
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
6060

6161
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:
6262

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:
65-
66-
```shell
67-
ssh -p 12345 student@ml-lab-00000000-0000-0000-0000-000000000000.eastus2.cloudapp.azure.com
68-
```
69-
70-
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:
65+
66+
```bash
67+
ssh -p 12345 student@ml-lab-00000000-0000-0000-0000-000000000000.eastus2.cloudapp.azure.com
68+
```
69+
70+
1. Go to your command prompt or terminal, and paste in this command, and then press **ENTER**.
71+
1. Enter the password to sign in to the lab VM.
7272

7373
## Progress bar
7474

Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

‎articles/lab-services/tutorial-connect-virtual-machine-classroom-lab.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ The tutorial applies to the [Azure Lab Services portal](https://labs.azure.com)
4545

4646
1. Select the button in the lower right of the tile as shown in the following image to connect to the lab's VM.
4747
:::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]()
4948
1. Do one of the following steps:
5049
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).
5150
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).

‎articles/lab-services/tutorial-setup-classroom-lab.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ In this step, you create a lab for your class in Azure Lab Services portal.
3333

3434
1. Navigate to [Azure Lab Services portal](https://labs.azure.com).
3535
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.":::
3838
4. In the **New Lab** window, do the following actions:
3939
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.
4040
:::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.
6363
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:
6464

6565
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.":::
6667
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.
7069

7170
> [!NOTE]
7271
> 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
101100

102101
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.
103102

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.
105104

106105
:::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.":::
107106

@@ -118,7 +117,7 @@ Create a scheduled event for the lab so that VMs in the lab are automatically st
118117
2. Select the days on which you want the schedule to take effect. In the following example, Monday-Friday is selected.
119118
3. Select an **end date** for the schedule.
120119
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.":::
122121
1. On the **Add scheduled event** page, for **Notes (optional)**, enter any description or notes for the schedule.
123122
1. On the **Add scheduled event** page, select **Save**.
124123
:::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

Comments
 (0)
Please sign in to comment.