Skip to content

Commit 254c1c3

Browse files
authored
Merge pull request #115428 from spelluru/labpeervnet0516
Peer VNet & Cleanup
2 parents 5fe72e7 + c41d2a0 commit 254c1c3

26 files changed

+171
-155
lines changed

articles/lab-services/classroom-labs/TOC.yml

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,24 @@
2828
items:
2929
- name: Use labs for conducting classes
3030
href: classroom-labs-scenarios.md
31+
- name: Classroom labs - class types
32+
items:
33+
- name: Class types overview
34+
href: class-types.md
35+
- name: Deep learning in natural language processing
36+
href: class-type-deep-learning-natural-language-processing.md
37+
- name: Shell scripting on Linux
38+
href: class-type-shell-scripting-linux.md
39+
- name: Ethical hacking
40+
href: class-type-ethical-hacking.md
41+
- name: Database management
42+
href: class-type-database-management.md
43+
- name: Python and Jupyter Notebooks
44+
href: class-type-jupyter-notebook.md
45+
- name: Mobile app development with Android Studio
46+
href: class-type-mobile-dev-android-studio.md
47+
- name: Big data analytics
48+
href: class-type-big-data-analytics.md
3149
- name: How-to guides
3250
items:
3351
- name: Administrator guide
@@ -36,29 +54,13 @@
3654
href: account-setup-guide.md
3755
- name: Accelerated lab set up guide
3856
href: setup-guide.md
39-
- name: Classroom labs - class types
40-
items:
41-
- name: Class types overview
42-
href: class-types.md
43-
- name: Deep learning in natural language processing
44-
href: class-type-deep-learning-natural-language-processing.md
45-
- name: Shell scripting on Linux
46-
href: class-type-shell-scripting-linux.md
47-
- name: Ethical hacking
48-
href: class-type-ethical-hacking.md
49-
- name: Database management
50-
href: class-type-database-management.md
51-
- name: Python and Jupyter Notebooks
52-
href: class-type-jupyter-notebook.md
53-
- name: Mobile app development with Android Studio
54-
href: class-type-mobile-dev-android-studio.md
55-
- name: Big data analytics
56-
href: class-type-big-data-analytics.md
5757
- name: Create and configure lab accounts (lab account owner)
5858
items:
5959
- name: Create and manage lab accounts
6060
href: how-to-manage-lab-accounts.md
61-
- name: Configure lab accounts
61+
- name: Manage labs in a lab account
62+
href: manage-labs.md
63+
- name: Configure automatic shutdown of VMs
6264
href: how-to-configure-lab-accounts.md
6365
- name: Add a lab creator
6466
href: add-lab-creator.md
@@ -76,7 +78,7 @@
7678
href: specify-marketplace-images.md
7779
- name: Specify support information (lab account owner)
7880
href: lab-account-owner-support-information.md
79-
- name: Create and configure classroom labs (instructor)
81+
- name: Create and configure classroom labs (educator)
8082
items:
8183
- name: Create and manage classroom labs
8284
href: how-to-manage-classroom-labs.md
@@ -108,9 +110,9 @@
108110
href: how-to-prepare-windows-template.md
109111
- name: Control Windows shutdown behavior
110112
href: how-to-windows-shutdown.md
111-
- name: View support information (instructor)
113+
- name: View support information (educator)
112114
href: lab-creator-support-information.md
113-
- name: Access student VMs from instructor view
115+
- name: Access student VMs from educator view
114116
href: instructor-access-virtual-machines.md
115117
- name: Connect to VMs in classroom labs (student)
116118
items:

articles/lab-services/classroom-labs/class-type-deep-learning-natural-language-processing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload: na
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
1414
ms.topic: article
15-
ms.date: 09/30/2019
15+
ms.date: 05/15/2020
1616
ms.author: spelluru
1717

1818
---
@@ -36,7 +36,7 @@ Follow [this tutorial](tutorial-setup-classroom-lab.md) to create a new lab and
3636
| ------------ | ------------------ |
3737
| Virtual machine (VM) size | Small GPU (Compute). This size is best suited for compute-intensive and network-intensive applications like Artificial Intelligence and Deep Learning. |
3838
| VM image | [Data Science Virtual Machine for Linux (Ubuntu)](https://azuremarketplace.microsoft.com/marketplace/apps/microsoft-dsvm.ubuntu-1804). This image provides deep learning frameworks and tools for machine learning and data science. To view the full list of installed tools on this image, see the following article: [What’s included on the DSVM?](../../machine-learning/data-science-virtual-machine/overview.md#whats-included-on-the-dsvm). |
39-
| Enable remote desktop connection | <p>Enabling this setting will allow teachers and students to connect to their Virtual Machines (VM) using Remote Desktop (RDP).</p><p>**Important**: Enabling this setting only opens the **RDP** port on Linux machines. If RDP is already installed and configured on the virtual machine image, you/students can connect to VMs via RDP without following any additional steps. <p>If the VM image doesn't have RDP installed and configured, you need to connect to the Linux machine using SSH for the first time, and install RDP and GUI packages so that you/students can connect to the Linux machine using RDP later. For more information, see [Install and configure Remote Desktop to connect to a Linux VM in Azure](../../virtual-machines/linux/use-remote-desktop.md). Then, you publish the image so that students can RDP in to the student Linux VMs. |
39+
| Enable remote desktop connection | <p>Enabling this setting will allow educators and students to connect to their Virtual Machines (VM) using Remote Desktop (RDP).</p><p>**Important**: Enabling this setting only opens the **RDP** port on Linux machines. If RDP is already installed and configured on the virtual machine image, you/students can connect to VMs via RDP without following any additional steps. <p>If the VM image doesn't have RDP installed and configured, you need to connect to the Linux machine using SSH for the first time, and install RDP and GUI packages so that you/students can connect to the Linux machine using RDP later. For more information, see [Install and configure Remote Desktop to connect to a Linux VM in Azure](../../virtual-machines/linux/use-remote-desktop.md). Then, you publish the image so that students can RDP in to the student Linux VMs. |
4040

4141
The Data Science Virtual Machine for Linux image provides the necessary deep learning frameworks and tools required for this type of class. As a result, after the template machine creation, you don't need to customize it further. It can be published for students to use. Select the **Publish** button on template page to publish the template to the lab.
4242

articles/lab-services/classroom-labs/class-type-shell-scripting-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Follow [this tutorial](tutorial-setup-classroom-lab.md) to create a new lab and
3737
| ------------ | ------------------ |
3838
| Virtual machine (VM) size | Small |
3939
| VM image | Ubuntu Server 18.04 LTS |
40-
| Enable remote desktop connection | Enable. <p>Enabling this setting will allow teachers and students to connect to their VMs using the remote desktop (RDP). For more information, see [Enable remote desktop for Linux virtual machines in a lab in Azure Lab Services](how-to-enable-remote-desktop-linux.md#connect-to-the-template-vm). </p>|
40+
| Enable remote desktop connection | Enable. <p>Enabling this setting will allow educators and students to connect to their VMs using the remote desktop (RDP). For more information, see [Enable remote desktop for Linux virtual machines in a lab in Azure Lab Services](how-to-enable-remote-desktop-linux.md#connect-to-the-template-vm). </p>|
4141

4242

4343
## Install desktop and xrdp

articles/lab-services/classroom-labs/classroom-labs-concepts.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload: na
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
1414
ms.topic: article
15-
ms.date: 05/08/2020
15+
ms.date: 05/15/2020
1616
ms.author: spelluru
1717

1818
---
@@ -23,13 +23,13 @@ The following list contains key Lab Services concepts and definitions:
2323

2424
## Quota
2525

26-
Quota is the time limit (in hours) that a teacher can set for a student to use a lab VM. It can be set to 0, or a specific number of hours. If the quota is set to 0, a student can only use the virtual machine when a schedule is running or when a teacher manually turns on the virtual machine for the student.
26+
Quota is the time limit (in hours) that an educator can set for a student to use a lab VM. It can be set to 0, or a specific number of hours. If the quota is set to 0, a student can only use the virtual machine when a schedule is running or when an educator manually turns on the virtual machine for the student.
2727

28-
Quota hours are counted when the student starts the lab VM themselves. If a teacher manually starts the lab VM for a student, quota hours aren't used for that student.
28+
Quota hours are counted when the student starts the lab VM themselves. If an educator manually starts the lab VM for a student, quota hours aren't used for that student.
2929

3030
## Schedules
3131

32-
Schedules are the time slots that a teacher can create for the class so the student VMs are available for class time. Schedules can be one-time or recurring. Quota hours aren't used when a schedule is running.
32+
Schedules are the time slots that an educator can create for the class so the student VMs are available for class time. Schedules can be one-time or recurring. Quota hours aren't used when a schedule is running.
3333

3434
There are three types of schedules: Standard, Start only and Stop only.
3535

@@ -53,7 +53,7 @@ Typically, an IT administrator of organization's cloud resources, who owns the A
5353
- Manages and configures policies across all labs.
5454
- Gives permissions to people in the organization to create a lab under the lab account.
5555

56-
### Professor
56+
### Educator
5757

5858
Typically, users such as a teacher or an online trainer creates classroom labs under a lab account. An educator does the following tasks:
5959

articles/lab-services/classroom-labs/classroom-labs-faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Get answers to some of the most common questions about classroom labs in Azure L
2525
### Is the quota per user or per week or per entire duration of the lab?
2626
The quota you set for a lab is for each student for entire duration of the lab. And, the [scheduled running time of VMs](how-to-create-schedules.md) doesn't count against the quota allotted to a user. The quota is for the time outside of schedule hours that a student spends on VMs. For more information on quotas, see [Set quotas for users](how-to-configure-student-usage.md#set-quotas-for-users).
2727

28-
### If professor turns on a student VM, does that affect the student quota?
29-
No. It doesn't. When professor turns on the student VM, it doesn't affect the quota allotted to the student.
28+
### If educator turns on a student VM, does that affect the student quota?
29+
No. It doesn't. When educator turns on the student VM, it doesn't affect the quota allotted to the student.
3030

3131
## Schedules
3232

articles/lab-services/classroom-labs/classroom-labs-scenarios.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: spelluru
1717

1818
---
1919
# Use Classroom Labs for trainings
20-
Azure Labs Services allows professors, trainers, or teaching assistants to quickly and easily create an online lab to provision pre-configured learning environments for the trainees. Each trainee would be able use identical and isolated environments for the training. Policies can be applied to ensure that the training environments are available to each trainee only when they need them and contain enough resources - such as virtual machines - required for the training.
20+
Azure Labs Services allows educators (teachers, professors, trainers, or teaching assistants, etc.) to quickly and easily create an online lab to provision pre-configured learning environments for the trainees. Each trainee would be able use identical and isolated environments for the training. Policies can be applied to ensure that the training environments are available to each trainee only when they need them and contain enough resources - such as virtual machines - required for the training.
2121

2222
![Classroom lab](../media/classroom-labs-scenarios/classroom.png)
2323

@@ -33,10 +33,10 @@ Classroom Labs meets the following requirements that are required to conduct tra
3333
In this article, you learn about various Azure Lab Services features that can be used to meet the previously described training requirements and detailed steps that you can follow to set up a lab for training.
3434

3535
## Create the lab account as a lab account administrator
36-
The first step in using Azure Lab Services is to create a lab account in the Azure portal. After a lab account administrator creates the lab account, the admin adds users who want to create labs to the **Lab Creator** role. The trainers create labs with virtual machines for students to do exercises for the course they are teaching. For details, see [Create and manage lab account](how-to-manage-lab-accounts.md).
36+
The first step in using Azure Lab Services is to create a lab account in the Azure portal. After a lab account administrator creates the lab account, the admin adds users who want to create labs to the **Lab Creator** role. The educators create labs with virtual machines for students to do exercises for the course they are teaching. For details, see [Create and manage lab account](how-to-manage-lab-accounts.md).
3737

3838
## Create and manage classroom labs
39-
A trainer, who is a member of the Lab Creator role in a lab account, can create one or more labs in the lab account. You create and configure a template VM with all the required software for doing exercises in your course. You pick a ready-made image from the available images for creating a classroom lab and then customize it by installing the software required for the lab. For details, see [Create and manage classroom labs](how-to-manage-classroom-labs.md).
39+
An educator, who is a member of the Lab Creator role in a lab account, can create one or more labs in the lab account. You create and configure a template VM with all the required software for doing exercises in your course. You pick a ready-made image from the available images for creating a classroom lab and then customize it by installing the software required for the lab. For details, see [Create and manage classroom labs](how-to-manage-classroom-labs.md).
4040

4141
## Configure usage settings and policies
4242
The lab creator can add or remove users to the lab, get registration link to send to lab users, set up policies such as setting individual quotas per user, update the number of VMs available in the lab, and more. For details, see [Configure usage settings and policies](how-to-configure-student-usage.md).

articles/lab-services/classroom-labs/how-to-attach-detach-shared-image-gallery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The following procedure shows you how to attach an existing shared image gallery
7979

8080
In this example, there are no images in the shared image gallery yet.
8181

82-
Azure Lab Services identity is added as a contributor to the shared image gallery that is attached to the lab. It allows teachers/IT admin to save virtual machine images to the shared image gallery. All labs created in this lab account have access to the attached shared image gallery.
82+
Azure Lab Services identity is added as a contributor to the shared image gallery that is attached to the lab. It allows educators/IT admins to save virtual machine images to the shared image gallery. All labs created in this lab account have access to the attached shared image gallery.
8383

8484
All images in the attached shared image gallery are enabled by default. You can enable or disable selected images by selecting them in the list and using the **Enable selected images** or **Disable selected images** button.
8585

articles/lab-services/classroom-labs/how-to-configure-firewall-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to determine the public IP address and port number range
44
author: emaher
55

66
ms.author: enewman
7-
ms.date: 02/14/2020
7+
ms.date: 05/15/2020
88
ms.topic: article
99
ms.service: lab-services
1010
---
@@ -19,7 +19,7 @@ Each lab uses single public IP address and multiple ports. All VMs, both the te
1919
2020
## Find public IP for a lab
2121

22-
The public IP addresses for each lab are listed in the **All labs** page of the Lab Services lab account. For directions how to find the **All labs** page, see [how to manage labs in a lab account](how-to-manage-lab-accounts.md#view-and-manage-labs-in-the-lab-account).
22+
The public IP addresses for each lab are listed in the **All labs** page of the Lab Services lab account. For directions how to find the **All labs** page, see [View labs in a lab account](manage-labs.md#view-labs-in-a-lab-account).
2323

2424
> [!div class="mx-imgBorder"]
2525
> ![All labs page](../media/how-to-configure-firewall-settings/all-labs-properties.png)

0 commit comments

Comments
 (0)