Skip to content

Commit eee1a36

Browse files
committed
updated based on feedback
1 parent 00e98b3 commit eee1a36

File tree

14 files changed

+25
-10
lines changed

14 files changed

+25
-10
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
href: https://azure.microsoft.com/updates/?product=lab-services
137137
- name: Pricing
138138
href: https://azure.microsoft.com/pricing/details/lab-services/
139-
- name: Stack Overflow
140-
href: https://stackoverflow.com/questions/tagged/azure-lab-services
139+
- name: Tech community forum
140+
href: https://techcommunity.microsoft.com/t5/azure-lab-services/bd-p/AzureLabServices
141141
- name: Frequently asked questions
142142
href: classroom-labs-faq.md

articles/lab-services/classroom-labs/administrator-guide.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: 12/19/2019
15+
ms.date: 05/08/2020
1616
ms.author: spelluru
1717

1818
---
@@ -129,7 +129,7 @@ For more information on naming other Azure resources, see [Naming conventions fo
129129

130130
## Regions\locations
131131

132-
When setting up your Azure Lab Services' resources, you're required to provide a region (or location) of the data center that will host the resource. Here are more details on how region impacts each of the resourced involved with setting up a lab.
132+
When setting up your Azure Lab Services' resources, you're required to provide a region (or location) of the data center that will host the resource. Here are more details on how region impacts each of the resources involved with setting up a lab.
133133

134134
### Resource group
135135

articles/lab-services/classroom-labs/class-types.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ You can set up a lab in Azure Lab Services to teach an introductory mobile appli
5757

5858
For detailed information on how to set up this type of lab, see [Set up a lab to teach mobile application development with Android Studio](class-type-mobile-dev-android-studio.md).
5959

60+
## Big data analytics
61+
You can set up a lab to teach a big data analytics class. With this type of class, students learn how to handle large volumes of data, and apply machine and statistical learning algorithms to derive data insights. A key objective for students is to learn to use data analytics tools, such as Apache Hadoop's open-source software package which provides tools for storing, managing, and processing big data.
62+
63+
For detailed information on how to set up this type of lab, see [Set up a lab to big data analytics using Docker deployment of HortonWorks Data Platform](class-type-big-data-analytics.md).
6064

6165
## Next steps
6266

articles/lab-services/classroom-labs/classroom-labs-concepts.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: 02/26/2019
15+
ms.date: 05/08/2020
1616
ms.author: spelluru
1717

1818
---
@@ -47,7 +47,7 @@ This article describes different user profiles in Azure Lab Services.
4747

4848
### Lab account owner
4949

50-
Typically, and IT administrator of organization's cloud resources, who owns the Azure subscription acts as a lab account owner and does the following tasks:
50+
Typically, an IT administrator of organization's cloud resources, who owns the Azure subscription acts as a lab account owner and does the following tasks:
5151

5252
- Sets up a lab account for your organization.
5353
- Manages and configures policies across all labs.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ Subscribe to [Lab Services updates](https://azure.microsoft.com/updates/?product
7474
If your question isn't listed here, let us know, so we can help you find an answer.
7575

7676
- Post a question at the end of this FAQ.
77-
- To reach a wider audience, post a question on the [Azure Lab Services — Stack Overflow forum](https://stackoverflow.com/questions/tagged/azure-lab-services).
77+
- To reach a wider audience, post a question on the [Azure Lab Services — Tech community forum](https://techcommunity.microsoft.com/t5/azure-lab-services/bd-p/AzureLabServices).
7878
- For feature requests, submit your requests and ideas to [Azure Lab Services — User Voice](https://feedback.azure.com/forums/320373-lab-services?category_id=352774).
7979

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

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

1818
---
1919
# Use Classroom Labs for trainings
20-
You can set up a lab for trainings. Classroom Labs of Azure Lab Services allow you to create a lab for your training where each trainee uses identical and isolated environments for training. You can apply policies to ensure that 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 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.
2121

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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ Here are some restrictions when specifying the address range that you should kee
3434

3535
1. On the **Lab Account** page, select **Labs settings** on the left menu.
3636
2. For the **Address range** field, specify the address range for VMs that will be created in the lab. The address range should be in the classless inter-domain routing (CIDR) notation (example: 10.20.0.0/23). Virtual machines in the lab will be created in this address range.
37+
38+
> [!NOTE]
39+
> The Address range property only applies if Peer virtual network is enabled for the lab.
3740
3. Select **Save** on the toolbar.
3841

3942
![Configure address range](../media/how-to-manage-lab-accounts/labs-configuration-page-address-range.png)

articles/lab-services/classroom-labs/how-to-connect-peer-virtual-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ During the new [lab account creation](tutorial-setup-lab-account.md), you can pi
4545

4646
There is also an option to provide **Address range** for virtual machines for the labs. The **Address range** property only applies if **Peer virtual network** is enabled for the lab. If the address range is provided, all the virtual machines in the labs under the lab account will be created in that address range. The address range should be in CIDR notation (e.g. 10.20.0.0/20) and not overlap with any existing address ranges. When providing an address range, it's important to think about the number of *labs* that will be created and provide an address range to accommodate that. Lab Services assumes a maximum of 512 virtual machines per lab. For example, an ip range with '/23' can create only one lab. A range with a '/21' will allow for the creation of four labs.
4747

48-
If the **Address range** is not specified, Lab Services will use the default address range given to it by Azure when creating the virtual network to be peered with your virtual network. The range is often something like 10.x.0.0/16. This may lead to ip range overlap, so make sure to either specify and address range in the lab settings or check the address range of your virtual network being peered.
48+
If the **Address range** is not specified, Lab Services will use the default address range given to it by Azure when creating the virtual network to be peered with your virtual network. The range is often something like 10.x.0.0/16. This may lead to ip range overlap, so make sure to either specify an address range in the lab settings or check the address range of your virtual network being peered.
4949

5050
## Configure after the lab is created
5151

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,15 @@ This article describes how to register to a classroom lab, view all the labs tha
2323
## Register to the lab
2424

2525
1. Navigate to the **registration URL** that you received from the professor/educator. You don't need to use the registration URL after you complete the registration. Instead, use the URL: [https://labs.azure.com](https://labs.azure.com). Internet Explorer 11 isn't supported yet.
26+
27+
![Register to the lab](../media/tutorial-connect-vm-in-classroom-lab/register-lab.png)
2628
1. Sign in to the service using your school account to complete the registration.
2729

2830
> [!NOTE]
2931
> 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. Then, follow the steps to complete the registration process.
3032
1. Once registered, confirm that you see the virtual machine for the lab you have access to.
33+
34+
![Accessible VMs](../media/tutorial-connect-vm-in-classroom-lab/accessible-vms.png)
3135
1. Wait until the virtual machine is ready. On the VM tile, notice the following fields:
3236
1. At the top of the tile, you see the **name of the lab**.
3337
1. To its right, you see the icon representing the **operating system (OS)** of the VM. In this example, it's Windows OS.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,15 @@ In this tutorial, you do the following actions:
3030
## Register to the lab
3131

3232
1. Navigate to the **registration URL** that you received from the professor/educator. You don't need to use the registration URL after you complete the registration. Instead, use the URL: [https://labs.azure.com](https://labs.azure.com). Internet Explorer 11 isn't supported yet.
33+
34+
![Register to the lab](../media/tutorial-connect-vm-in-classroom-lab/register-lab.png)
3335
1. Sign in to the service using your school account to complete the registration.
3436

3537
> [!NOTE]
3638
> 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. Then, follow the steps to complete the registration process.
3739
1. Once registered, confirm that you see the virtual machine for the lab you have access to.
40+
41+
![Accessible VMs](../media/tutorial-connect-vm-in-classroom-lab/accessible-vms.png)
3842
1. Wait until the virtual machine is ready. On the VM tile, notice the following fields:
3943
1. At the top of the tile, you see the **name of the lab**.
4044
1. To its right, you see the icon representing the **operating system (OS)** of the VM. In this example, it's Windows OS.

0 commit comments

Comments
 (0)