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 13d24ec

Browse files
committedJan 7, 2022
review of teams articles
1 parent 4dd160f commit 13d24ec

9 files changed

+70
-84
lines changed
 

‎articles/lab-services/TOC.yml

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,26 @@
129129
href: how-to-configure-firewall-settings.md
130130
- name: Specify Marketplace images for labs
131131
href: specify-marketplace-images.md
132-
- name: Specify support information (lab account owner)
132+
- name: Specify support information (lab plan owner)
133133
href: lab-account-owner-support-information.md
134+
- name: Create and configure lab accounts (deprecated)
135+
items:
136+
- name: Create and manage labs
137+
href: how-to-manage-classroom-labs.md
138+
- name: Create and manage lab accounts
139+
href: how-to-manage-lab-accounts.md
140+
- name: Manage labs in a lab account
141+
href: manage-labs-1.md
142+
- name: Configure auto-shutdown of VMs for a lab account
143+
href: how-to-configure-lab-accounts.md
144+
- name: Allow lab creator to pick lab location
145+
href: allow-lab-creator-pick-lab-location.md
146+
- name: Connect to a peer virtual network
147+
href: how-to-connect-peer-virtual-network.md
148+
- name: Attach or detach a shared image gallery
149+
href: how-to-attach-detach-shared-image-gallery-1.md
150+
- name: Add additional owners to a lab
151+
href: how-to-add-user-lab-owner.md
134152
- name: Create and configure labs (educator)
135153
items:
136154
- name: Create and manage labs
@@ -171,26 +189,6 @@
171189
href: lab-creator-support-information.md
172190
- name: Access student VMs from educator view
173191
href: instructor-access-virtual-machines.md
174-
- name: (deprecated)
175-
items:
176-
- name: Create and manage labs (deprecated)
177-
href: how-to-manage-classroom-labs.md
178-
- name: Create and configure lab accounts (deprecated)
179-
items:
180-
- name: Create and manage lab accounts
181-
href: how-to-manage-lab-accounts.md
182-
- name: Manage labs in a lab account
183-
href: manage-labs-1.md
184-
- name: Configure auto-shutdown of VMs for a lab account
185-
href: how-to-configure-lab-accounts.md
186-
- name: Allow lab creator to pick lab location
187-
href: allow-lab-creator-pick-lab-location.md
188-
- name: Connect to a peer virtual network
189-
href: how-to-connect-peer-virtual-network.md
190-
- name: Attach or detach a shared image gallery
191-
href: how-to-attach-detach-shared-image-gallery-1.md
192-
- name: Add additional owners to a lab
193-
href: how-to-add-user-lab-owner.md
194192
- name: Connect to VMs in labs (student)
195193
items:
196194
- name: Access labs

‎articles/lab-services/how-to-access-vm-for-students-within-teams.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,22 @@
22
title: Access a VM (student view) in Azure Lab from Teams
33
description: Learn how to access a VM (student view) in Azure Lab from Teams.
44
ms.topic: how-to
5-
ms.date: 10/07/2020
5+
ms.date: 01/06/2022
66
---
77

88
# Access a VM (student view) in Azure Lab from Teams
99

1010
When a lab is created within Teams, users can view and access all the VMs provisioned by the team owner. Once the lab is published and VMs are created, users will be automatically registered to the lab and assigned a VM on their first login to Azure Lab Services. Users can view and access the VM's assigned to them by selecting the tab containing **Azure Lab Services** app.
1111

12+
> [!div class="mx-imgBorder"]
13+
> :::image type="content" source="./media/how-to-access-vm-for-students-within-teams/published-lab.png" alt-text="Not published Azure Lab Services lab":::
14+
1215
If the lab is yet to be published or a sync is yet to be triggered after they are added to the team, similar messaging will be shown to the students.
1316

1417
> [!div class="mx-imgBorder"]
1518
> :::image type="content" source="./media/how-to-access-vm-for-students-within-teams/not-published-lab.png" alt-text="Not published Azure Lab Services lab":::
1619
1720
## Next steps
1821

19-
For more information, see the following articles:
20-
21-
- [Use Azure Lab Services within Teams overview](lab-services-within-teams-overview.md)
22-
- [Get started and create a lab within Teams](how-to-get-started-create-lab-within-teams.md)
23-
- [Manage lab user lists within Teams](how-to-manage-user-lists-within-teams.md)
24-
- [Manage lab's VM pool within Teams](how-to-manage-vm-pool-within-teams.md)
25-
- [Create and manage lab schedules within Teams](how-to-create-schedules-within-teams.md)
22+
- [Start the VM](tutorial-connect-lab-virtual-machine.md#start-the-vm)
23+
- [Connect to the VM](tutorial-connect-lab-virtual-machine.md#connect-to-the-vm)

‎articles/lab-services/how-to-create-schedules-within-teams.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,33 @@
22
title: Create Azure Lab Services schedules within Teams
33
description: Learn how to create Lab Services schedules within Teams.
44
ms.topic: how-to
5-
ms.date: 10/07/2020
5+
ms.date: 01/06/2022
66
---
77

88
# Create and manage Lab Services schedules within Teams
99

10-
Schedules allow you to configure a lab such that VMs in the lab automatically start and shut down at a specified time. You can define a one-time schedule or a recurring schedule. The following procedures give you steps to create and manage schedules for a lab:
10+
Schedules allow you to configure a lab such that VMs in the lab automatically start and shut down at a specified time. You can define a one-time schedule or a recurring schedule. The article covers the procedures to create and manage schedules for a lab.
1111

1212
Here's how schedules affect lab virtual machines:
1313

14-
- Template virtual machine is not included in schedules.
15-
- Only assigned virtual machines are started. This means, if a machine is not claimed by an end user (student), the machine will not start on the scheduled hours.
14+
- Template virtual machine isn't included in schedules.
15+
- Only assigned virtual machines are started. If a machine is not claimed by user (student), the machine won't start on the scheduled hours.
1616
- All virtual machines (whether claimed by a user or not) are stopped based on the lab schedule.
1717

1818
> [!IMPORTANT]
1919
> The scheduled running time of VMs does not count against the quota allotted to a user. The quota is for the time outside of schedule hours that a student spends on VMs.
2020
21-
Users can create, edit, and delete lab schedules within Teams just as in the [labs website](https://labs.azure.com). Refer to the article on [creating and managing schedules](how-to-create-schedules-within-teams.md).
21+
Users can create, edit, and delete lab schedules within Teams as in the [Azure Lab Services portal](https://labs.azure.com). For more information, see [creating and managing schedules](how-to-create-schedules-within-teams.md).
2222

2323
## Automatic shutdown and disconnect settings
2424

25-
You can enable several autoshutdown cost control features to proactively prevent additional costs when the virtual machines are not being actively used. The combination of the following three automatic shutdown and disconnect features catches most of the cases where users accidentally leave their virtual machines running:
25+
You can enable several automatic shutdown cost control features to prevent extra costs when the VMs aren't being actively used. The combination of the following three automatic shutdown and disconnect features catches most of the cases where users accidentally leave their virtual machines running:
2626

27-
- Automatically disconnect users from virtual machines that the OS deems idle.
27+
- Automatically disconnect users from virtual machines that the OS considers idle.
2828
- Automatically shut down virtual machines when users disconnect.
2929
- Automatically shut down virtual machines that are started but users don't connect.
3030

31-
For more details, refer to the article on [configuring auto-shutdown settings for a lab](how-to-enable-shutdown-disconnect.md).
31+
For more information, see the article on [configuring auto-shutdown settings for a lab](how-to-enable-shutdown-disconnect.md).
3232

3333
## Next steps
3434

‎articles/lab-services/how-to-delete-lab-within-teams.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,30 @@
22
title: Delete an Azure Lab Services lab from Teams
33
description: Learn how to delete an Azure Lab Services lab from Teams.
44
ms.topic: how-to
5-
ms.date: 10/12/2020
5+
ms.date: 01/06/2022
66
---
77

88
# Delete labs within Teams
99

1010
This article shows how to delete a lab from the **Azure Lab Services** app.
1111

12+
[!INCLUDE [preview note](./includes/lab-services-new-update-focused-article.md)]
13+
1214
## Prerequisites
1315

14-
* [Create a Lab Services account](tutorial-setup-lab-account.md#create-a-lab-account) in the Azure portal.
15-
* [Get started and create a Lab Services lab within Teams](how-to-get-started-create-lab-within-teams.md).
16+
* [Create a lab plan](tutorial-setup-lab-plan.md).
17+
* [Create a lab within Teams](how-to-get-started-create-lab-within-teams.md).
1618

1719
## Delete labs
1820

19-
A lab created within Teams can be deleted in the [Lab Services website](https://labs.azure.com) by deleting the lab directly, as described in [Manage labs in Azure Lab Services](how-to-manage-labs.md).
21+
A lab created within Teams can be deleted in the [Lab Services portal](https://labs.azure.com) directly. For more information, see [Delete a lab](manage-labs.md#delete-a-lab).
2022

21-
Lab deletion is also triggered when the team is deleted. If the team in which the lab is created gets deleted, lab would be automatically deleted 24 hours after the automatic user list sync is triggered.
23+
Lab deletion is also triggered when the team is deleted. If the associated team is deleted, the lab will be automatically deleted 24 hours later when the automatic user list sync is triggered.
2224

2325
> [!IMPORTANT]
2426
> Deletion of the tab or uninstalling the app will not result in deletion of the lab.
2527
26-
If the tab is deleted, users on the team membership list will still be able to access the VMs on the [Lab Services website](https://labs.azure.com) unless the lab deletion is explicitly triggered by deleting the lab on website or deleting the team.
28+
If the *tab* is deleted in Teams, users can still access the lab VMs on the [Azure Lab Services portal](https://labs.azure.com). When the team is deleted or the lab is explicitly deleted, users can no longer access their VMs through the [Azure Lab Services portal](https://labs.azure.com).
2729

2830
## Next steps
2931

‎articles/lab-services/how-to-get-started-create-lab-within-teams.md

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,61 +2,59 @@
22
title: Get started and create an Azure Lab Services lab within Teams
33
description: Learn how to get started and create an Azure Lab Services lab within Teams.
44
ms.topic: how-to
5-
ms.date: 10/08/2020
5+
ms.date: 01/06/2022
66
---
77

88
# Get started and create a Lab Services lab within Teams
99

1010
This article shows how to add the **Azure Lab Services** app to a Team and then how to create a lab within MS Teams environment.
1111

12+
[!INCLUDE [preview note](./includes/lab-services-new-update-focused-article.md)]
13+
1214
## Prerequisites
1315

14-
In this tutorial you set up a lab with virtual machines for your team. To set up a lab in a lab account, you must be a member of one of these roles in the lab account: Owner, Lab Creator, or Contributor. The account you used to create a lab account is automatically added to the owner role. So, you can use the user account that you used to create a lab account to create a lab.
16+
In this tutorial, you set up a lab with virtual machines for your team. To set up a lab, you must be an Owner, Lab Creator, or Contributor on the lab plan. The user account that you used to create a lab plan can create a lab.
1517

16-
Here is the typical workflow when using Azure Lab Services within Teams
18+
Here's the typical workflow when using Azure Lab Services within Teams
1719

18-
1. User [creates a Lab Account](tutorial-setup-lab-account.md#create-a-lab-account) on the Azure portal.
19-
1. A [lab account creator adds other users](tutorial-setup-lab-account.md#add-a-user-to-the-lab-creator-role) to the **Lab Creator** role. For example, the lab account creator/admin adds educators to the **Lab Creator** role so that they can create labs for their classes.
20-
1. Then, the educators create labs, pre-configures the template VM and publishes the lab to provision VM's to everyone on the team.
21-
1. Once the lab is published, a VM is assigned to everyone on the team membership list on their first login to Azure Lab Services, either by clicking on the tab containing **Azure Lab Services** App within Teams(SSO) or by accessing the [labs website](https://labs.azure.com). Users can then use the VM to do the class work and homework.
20+
1. Create a lab plan in the Azure portal. For information, see [Tutorial: Set up a lab plan with Azure Lab Services](tutorial-setup-lab-plan.md).
21+
1. The lab plan owner [adds educators to the Lab Creator role](tutorial-setup-lab-plan.md#add-a-user-to-the-lab-creator-role) so they can create labs for their classes.
22+
1. Then, the educators create labs, pre-configures the template VM and publishes the lab to create VMs to everyone on the team.
23+
1. Once the lab is published, a VM is assigned to everyone on the team membership list on their first sign into Azure Lab Services. Team members select on the tab containing **Azure Lab Services** App within Teams or by accessing the [Azure Lab Services portal](https://labs.azure.com). Team members can then use the VM to do the class work and homework.
2224

2325
> [!IMPORTANT]
24-
> Azure Lab Services can be used within Teams only if the lab accounts are created in the same tenant as Teams.
26+
> Azure Lab Services can be used within Teams only if the lab plans are created in the same tenant as Teams.
2527
2628
## Add Azure Lab Services app as a tab to a Team
2729

2830
You, as a Team owner, can add **Azure Lab Services** app directly in your Teams channels, and then the app is available for everyone in the team to use. Follow the below three steps:
2931

30-
1. Navigate to the Teams channel where you want to add the app and select **+** to add a tab.
31-
1. Search for **Azure Lab Services** from the tab options and add this app.
32+
1. Navigate to the Teams channel where you want to add the app and select **+** to add a tab.
33+
1. Search for **Azure Lab Services** from the tab options and add this app.
3234

3335
> [!NOTE]
3436
> Only Team **Owners** will be able to create labs for the team.
3537
3638
> [!div class="mx-imgBorder"]
3739
> :::image type="content" source="./media/integrate-with-teams/add.png" alt-text="Add a tab":::
38-
1. Select a Lab Services account, which you would like to use for creating labs in this team.
39-
40-
Azure Lab Services uses single sign-on into the [Azure Lab Services website](https://labs.azure.com) and pulls all the lab accounts that you have access to.
40+
1. Select a resource group, containing one or more lab plans, that you would like to use for creating labs in this team.
4141

42-
The accounts that are in the same tenant as Teams and for which you have **Owner**, **Contributor**, or **Creator** access are displayed.
42+
Azure Lab Services uses single sign-on into the [Azure Lab Services portal](https://labs.azure.com) and pulls all the lab plans that you have access to. The resource groups with lab plans that are in the same tenant as Teams and for which you have **Owner**, **Contributor**, or **Creator** access are displayed.
4343

4444
> [!div class="mx-imgBorder"]
4545
> :::image type="content" source="./media/integrate-with-teams/welcome.png" alt-text="Welcome to ALS":::
46-
1. Press **Save** and the tab gets added to the channel.
46+
1. Press **Save**. The Azure Lab Services tab is added to the channel.
4747

4848
> [!div class="mx-imgBorder"]
4949
> :::image type="content" source="./media/integrate-with-teams/created.png" alt-text="Created the ALS tab":::
5050
5151
Now you can select the **Azure Lab Services** tab from your channel and start managing labs as described in the following articles.
5252

53-
After the lab account is selected, Team owners will be able to create labs for the team. The entire lab creation process and all the tasks at the lab level can be performed within Teams. Users will have the option to create multiple labs within the same team and the Team owner, with appropriate access at the lab account level, will see only the labs associated with the specific team.
53+
After the lab plan is selected, Team owners can create labs for the team. The entire lab creation process and all the tasks at the lab level can be performed within Teams. Educators can create multiple labs within the same team and the Team owner, with appropriate access at the lab plan level, will see only the labs associated with the specific team.
5454

5555
## Next steps
5656

57-
When a lab is created within Teams, the lab user list is automatically populated and synced with the team membership. Everyone on the team, including Owners, Members and Guests will be automatically added to the lab user list. Azure lab Services will maintain a sync with the team membership and an automatic sync is triggered every 24 hours. For details, see:
58-
59-
[Manage Lab Services user lists within Teams](how-to-manage-user-lists-within-teams.md)
57+
When a lab is created within Teams, the lab user list is automatically populated and synced with the team membership. Everyone on the team, including owners, members, and guests will be automatically added to the lab user list. Azure lab Services will maintain a sync with the team membership. An automatic sync is triggered every 24 hours. For more information, see [Manage Lab Services user lists within Teams](how-to-manage-user-lists-within-teams.md)
6058

6159
### See also
6260

‎articles/lab-services/how-to-manage-user-lists-within-teams.md

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,33 @@
22
title: Manage Azure Lab Services user lists from Teams
33
description: Learn how to manage Azure Lab Services user lists from Teams.
44
ms.topic: how-to
5-
ms.date: 10/07/2020
5+
ms.date: 01/04/2022
66
---
77

88
# Manage Lab Services user lists from Teams
99

10-
When a lab is created within Teams (see [Get started and create a Lab Services lab from Teams](how-to-get-started-create-lab-within-teams.md)), the lab user list is automatically populated and synced with the team membership. Everyone on the team, including Owners, Members, and Guests will be automatically added to the lab user list. Azure lab Services maintains a sync with the team membership and an automatic sync is triggered every 24 hours.
10+
When a lab is [created within Teams](how-to-get-started-create-lab-within-teams.md)), the lab user list is automatically populated and synced with the team membership. Everyone on the team, including owners, members, and guests will be automatically added to the lab user list. Azure lab Services maintains a sync with the team membership and an automatic sync is triggered every 24 hours.
1111

1212
## Sync users
1313

14-
Educators can use the **Sync** button to trigger a manual sync once the team membership is updated.
14+
Educators can use the **Sync** button to trigger a manual sync once the team membership is updated.
1515

1616
> [!div class="mx-imgBorder"]
1717
> :::image type="content" source="./media/how-to-manage-users-with-teams/sync-users.png" alt-text="Sync users":::
1818
19-
Once the automatic or manual sync is complete the following is true depending on whether the lab has been published.
19+
Users will be added or deleted from the lab user list as per changes to the team membership when the sync operation has completed.
20+
21+
If the lab has been published, the lab capacity will be automatically updated.
2022

21-
* If the lab has not been published at least once:
22-
* Users will be added or deleted from the lab user list as per changes to the team membership.
23-
* If the lab has been published at least once, in addition to adding or deleting users, the lab capacity will be automatically updated.
2423
* If there are any new additions to the team, new VMs will be created.
2524
* If any user has been deleted from the team, the associated VM will be deleted as well.
2625

2726
## Next steps
2827

29-
Once the template VM is configured and when the educator selects to publish the template, number of VMs equivalent to the number of users in the lab’s user list will be created. Once the lab is published and VMs are created, Users will be automatically registered to the lab and VMs will be assigned to them on their first login to Azure Lab Services that is, when they first access the tab having **Azure Lab Services** App.
30-
3128
To publish the template VM, go to the Teams Lab Services window, select **Template** tab -> **...** -> **Publish**.
3229

33-
To manage VM pools, see [Manage a VM pool in Lab Services from Teams](how-to-manage-vm-pool-within-teams.md).
34-
35-
### Also review
30+
Also review:
3631

37-
See the following articles:
38-
39-
- [Use Azure Lab Services within Teams overview](lab-services-within-teams-overview.md)
40-
- [Get started and create a Lab Services lab from Teams](how-to-get-started-create-lab-within-teams.md)
32+
- [Manage a VM pool in Lab Services from Teams](how-to-manage-vm-pool-within-teams.md).
4133
- [Create Lab Services schedules from Teams](how-to-create-schedules-within-teams.md)
4234
- [Access a VM (student view) in Lab Services from Teams](how-to-access-vm-for-students-within-teams.md)
43-

‎articles/lab-services/how-to-manage-vm-pool-within-teams.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ ms.date: 10/07/2020
77

88
# Manage a VM pool in Lab Services from Teams
99

10-
Virtual Machine (VM) creation starts as soon as the template VM is first published. VMs equaling the number of users in the lab user list will be created. VMs are automatically assigned to students upon their first login to Azure Lab Services.
10+
Virtual Machine (VM) creation starts as soon as the template VM is first published. VMs equaling the number of users in the lab user list will be created. VMs are automatically assigned to students when they first access the Azure Lab Services lab.
1111

1212
## Publish a template and manage a VM pool
1313

1414
To publish the template, go to the Teams Lab Services window, select **Template** tab -> **...** -> **Publish**.
1515

16-
Once the template VM is configured and when the educator selects to publish the template, number of VMs equivalent to the number of users in the lab’s user list will be created. Once the lab is published and VMs are created, Users will be automatically registered to the lab and VMs will be assigned to them on their first login to Azure Lab Services that is, when they first access the tab having **Azure Lab Services** App.
16+
Once the lab is published and VMs are created, users will be automatically registered to the lab. Lab VMs will be assigned to users the first time they first access the tab having **Azure Lab Services** App.
1717

18-
When a user list sync is triggered, Lab Capacity (number of VMs in the lab) will be automatically updated based on the changes to the team membership. New VMs will be created as new users are added and VMs assigned to the users removed from the team will be deleted as well. For more information see [How to manage users within Teams](how-to-manage-user-lists-within-teams.md).
18+
Team membership and lab user list are kept in sync. The lab capacity (number of VMs in the lab) will be automatically updated based on the changes to the team membership. New VMs will be created as new users are added to the team. VMs assigned to the users removed from the team will be deleted. For more information, see [How to manage users within Teams](how-to-manage-user-lists-within-teams.md).
1919

20-
Educators can continue to access student VMs directly from the VM Pool tab. And educators can access VMs assigned to themselves either from the **Virtual machine pool** tab or by clicking on the **My Virtual Machines** button (top/right corner of the screen).
20+
Educators can continue to access student VMs directly from the VM Pool tab. And educators can access VMs assigned to themselves either from the **Virtual machine pool** tab or by clicking on the **My Virtual Machines** button (top-right corner of the screen).
2121

2222
> [!div class="mx-imgBorder"]
2323
> :::image type="content" source="./media/how-to-manage-vm-pool-with-teams/vm-pool.png" alt-text="VM pool":::
@@ -32,4 +32,3 @@ See the following articles:
3232
- [Create Lab Services schedules from Teams](how-to-create-schedules-within-teams.md)
3333
- [Access a VM (student view) in Lab Services from Teams](how-to-access-vm-for-students-within-teams.md)
3434

35-
Loading
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.