Skip to content

Commit 4ebb1a0

Browse files
committed
Refresh tutorial to access lab
1 parent e213fcd commit 4ebb1a0

File tree

2 files changed

+62
-30
lines changed

2 files changed

+62
-30
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Before you can access a lab in Azure Lab Services, you need to first register to
2121

2222
## Register to the lab
2323

24-
To get access to a lab and connect to the lab VM, you first need to register for the lab by using a lab registration link. The lab creator can [provide the registration link for the lab](./how-to-configure-student-usage.md#send-invitations-to-users).
24+
To get access to a lab and connect to the lab VM from the Azure Lab Services website, you first need to register for the lab by using a lab registration link. The lab creator can [provide the registration link for the lab](./how-to-configure-student-usage.md#send-invitations-to-users).
2525

2626
To register for a lab by using the registration link:
2727

Lines changed: 61 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,92 @@
11
---
2-
title: Access a lab in Azure Lab Services | Microsoft Docs
3-
description: In this tutorial, students access virtual machines in a lab that's set up by an educator.
2+
title: 'Tutorial: Access a lab in Azure Lab Services'
3+
titleSuffix: Azure Lab Services
4+
description: In this tutorial, learn how you can register for a lab in Azure Lab Services and connect to the lab virtual machine.
5+
services: lab-services
6+
ms.service: lab-services
7+
author: ntrogh
8+
ms.author: nicktrog
49
ms.topic: tutorial
5-
ms.date: 01/04/2022
10+
ms.date: 02/17/2023
611
---
712

8-
# Tutorial: Access a lab in Azure Lab Services
13+
# Tutorial: Access a lab in Azure Lab Services from the Lab Services website
914

10-
In this tutorial, you, as a student, connect to a virtual machine (VM) in a lab by completing the following actions in the Lab Services web portal: [https://labs.azure.com](https://labs.azure.com):
15+
In this tutorial, learn how you can register for a lab as a lab user, and then start and connect to lab virtual machine (VM) by using the Azure Lab Services website.
16+
17+
If you're using Microsoft Teams or Canvas with Azure Lab Services, learn how you can [access your lab from Microsoft Teams](./how-to-access-vm-for-students-within-teams.md) or how you can [access your lab from Canvas](./how-to-access-vm-for-students-within-canvas.md).
1118

1219
> [!div class="checklist"]
1320
> * Register to the lab
1421
> * Start the VM
1522
> * Connect to the VM
1623
17-
The tutorial applies to the Lab Services web portal ([https://labs.azure.com](https://labs.azure.com)) only. If using Teams, see [Access a VM (student view) in Azure Lab from Teams](how-to-access-vm-for-students-within-teams.md). If using Canvas, see [Access a VM (student view) in Azure Lab Services from Canvas](how-to-access-vm-for-students-within-canvas.md).
18-
1924
## Register to the lab
2025

21-
1. Navigate to the **registration URL** that you received from the educator. You only have to use the registration URL once to complete the registration. Registration must be completed for each lab.
22-
> [!IMPORTANT]
23-
> Registration must be completed for each lab.
26+
Before you can use the lab from the Azure Lab Services website, you need to first register for the lab by using a registration link.
27+
28+
To register for a lab by using the registration link:
29+
30+
1. Navigate to the registration URL that you received from the lab creator.
31+
32+
You have to register for each lab that you want to access. After you complete registration for a lab, you no longer need the registration link for that lab.
2433

2534
:::image type="content" source="./media/tutorial-connect-vm-in-classroom-lab/register-lab.png" alt-text="Screenshot of browser with example registration link for Azure Lab Services. Registration link is highlighted.":::
26-
1. Sign in using your school account to complete the registration.
35+
36+
1. Sign in to the service using your organizational or school account to complete the registration.
2737

2838
> [!NOTE]
29-
> A Microsoft account is required for using Azure Lab Services. If you are trying to use your non-Microsoft account such as Yahoo or Google accounts to sign in to the portal, follow instructions to create a Microsoft account that will be linked to your non-Microsoft account email. Then, follow the steps to complete the registration process.
30-
1. Once registered, confirm that you see the virtual machine for the lab you have access to. Now that you have registered, you can go directly to the Azure Lab Services portal at [https://labs.azure.com](https://labs.azure.com) in the future.
39+
> You need a Microsoft account to use Azure Lab Services, unless you're using Canvas. If you try to use your non-Microsoft account, such as Yahoo or Google accounts, to sign in to the portal, follow the instructions to create a Microsoft account that's linked to your non-Microsoft account. Then, follow the steps to complete the lab registration process.
40+
41+
1. After the registration finishes, confirm that you see the lab virtual machine in **My virtual machines**.
42+
43+
After you complete the registration, you can directly access you lab VMs by using the Azure Lab Services website (https://labs.azure.com).
44+
3145
:::image type="content" source="./media/tutorial-connect-vm-in-classroom-lab/accessible-vms.png" alt-text="Screenshot of My virtual machines page in Azure Lab Services portal.":::
32-
1. Wait until the virtual machine is ready. On the VM tile, notice the following fields:
33-
1. At the top of the tile, you see the **name of the lab**.
34-
1. To its right, you see the icon representing the **operating system (OS)** of the VM. In this example, it's Windows.
35-
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. Quota time is time you have in addition to the scheduled time for the lab.
36-
1. You see icons and buttons at the bottom of the tile to start, stop, and connect to the VM.
37-
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**.
38-
:::image type="content" source="./media/tutorial-connect-vm-in-classroom-lab/vm-in-stopped-state.png" alt-text="Screenshot of My virtual machines page in Azure Lab Services portal. VM state toggle with stopped label is highlighted.":::
46+
47+
1. On the **My virtual machines** page, you can see a tile for your lab VM. Confirm that the VM is in the **Stopped** state.
48+
49+
The VM tile shows the lab VM details, such as the lab name, operating system, and status. The VM tile also enables you to perform specific actions on the lab VM, such starting and stopping it.
50+
51+
:::image type="content" source="./media/tutorial-connect-vm-in-classroom-lab/vm-in-stopped-state.png" alt-text="Screenshot of My virtual machines page in Azure Lab Services portal. VM state toggle with stopped label is highlighted.":::
3952

4053
## Start the VM
4154

42-
1. **Start** the VM by selecting the toggle button as shown in the following image. This process takes some time.
43-
:::image type="content" source="./media/tutorial-connect-vm-in-classroom-lab/start-vm.png" alt-text="Screenshot of My virtual machines page in Azure Lab Services portal. VM state toggle with starting label is highlighted.":::
44-
1. Confirm that the status of the VM is set to **Running**.
45-
:::image type="content" source="./media/tutorial-connect-vm-in-classroom-lab/vm-running.png" alt-text="Screenshot of My virtual machines page in Azure Lab Services portal. VM state toggle with running label is highlighted.":::
55+
Before you can connect to a lab VM, the VM must be running.
56+
57+
To start the lab VM from the Azure Lab Services website:
58+
59+
1. Go to the [Azure Lab Services website](https://labs.azure.com).
60+
61+
1. Start the VM by selecting the status toggle control.
62+
63+
Starting the lab VM might take some time.
64+
65+
:::image type="content" source="./media/tutorial-connect-vm-in-classroom-lab/start-vm.png" alt-text="Screenshot of My virtual machines page in the Azure Lab Services website, highlighting the VM state toggle.":::
66+
67+
1. Confirm that the status of the VM is now **Running**.
68+
69+
:::image type="content" source="./media/tutorial-connect-vm-in-classroom-lab/vm-running.png" alt-text="Screenshot of My virtual machines page in the Azure Lab Services website, highlighting the VM is running.":::
4670

4771
## Connect to the VM
4872

49-
1. Select the button in the lower right of the tile as shown in the following image to connect to the lab's VM.
73+
You can now connect to the lab VM. You can retrieve the connection information from the Azure Lab Services website.
74+
75+
1. Go to the [Azure Lab Services website](https://labs.azure.com).
76+
77+
1. Select the connect button in the lower right of the VM tile to retrieve the connection information.
78+
5079
:::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.":::
51-
1. Do one of the following steps:
52-
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 a Windows lab VM](connect-virtual-machine.md#connect-to-a-windows-lab-vm).
53-
2. For **Linux** virtual machines, you can use **SSH** or **RDP** (if it's enabled) to connect to them. For more information, see [Connect to a Linux lab VM](connect-virtual-machine.md#connect-to-a-linux-lab-vm).
80+
81+
1. Connect to the lab VM in either of two ways:
82+
83+
- For Windows virtual machines, open the RDP connnection file once it has finished downloading. Use the credentials that the lab creator provided to sign in to the virtual machine. For more information, see [Connect to a Windows lab VM](connect-virtual-machine.md#connect-to-a-windows-lab-vm).
84+
85+
- For Linux virtual machines, you can use either SSH or RDP (if RDP is enabled for the lab) to connect to the VM. For more information, see [Connect to a Linux lab VM](connect-virtual-machine.md#connect-to-a-linux-lab-vm).
5486

5587
## Next steps
5688

57-
In this tutorial, you accessed a lab using the registration link you got from your educator. When done with the VM, stop the VM from the Azure Lab Services portal.
89+
In this tutorial, you accessed a lab using the registration link you got from the lab creator. When done with the VM, you stop the lab VM from the Azure Lab Services website.
5890

5991
>[!div class="nextstepaction"]
6092
>[Stop the VM](how-to-use-lab.md#start-or-stop-the-vm)

0 commit comments

Comments
 (0)