You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/lab-services/classroom-labs/how-to-manage-classroom-labs.md
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.workload: na
12
12
ms.tgt_pltfrm: na
13
13
ms.devlang: na
14
14
ms.topic: article
15
-
ms.date: 02/07/2019
15
+
ms.date: 06/07/2019
16
16
ms.author: spelluru
17
17
18
18
---
@@ -33,10 +33,10 @@ To set up a classroom lab in a lab account, you must be a member of the **Lab Cr
33
33
34
34

35
35
4. On the **Select virtual machine specifications** page, do the following steps:
36
-
1. Select a **size** for virtual machines (VMs) created in the lab. Currently, **small**, **medium**, **large**, and **GPU** sizes are allowed.
37
-
2. Select the **region** in which you want the VMs to be created.
38
-
3. Select the **VM image** to be used to create VMs in the lab. If you select a Linux image, you see an option to enable remote desktop connection for it. For details, see [Enable remote desktop connection for Linux](how-to-enable-remote-desktop-linux.md).
39
-
4. Select **Next**.
36
+
1. Select a **size** for virtual machines (VMs) created in the lab. Currently, **small**, **medium**, **medium (virtualization)**, **large**, and **GPU** sizes are allowed. For details, see the [VM sizes](#vm-sizes) section.
37
+
1. Select the **region** in which you want the VMs to be created.
38
+
1. Select the **VM image** to be used to create VMs in the lab. If you select a Linux image, you see an option to enable remote desktop connection for it. For details, see [Enable remote desktop connection for Linux](how-to-enable-remote-desktop-linux.md).
39
+
1. Select **Next**.
40
40
41
41

42
42
5. On the **Set credentials** page, specify default credentials for all VMs in the lab.
@@ -84,6 +84,15 @@ To set up a classroom lab in a lab account, you must be a member of the **Lab Cr
84
84
85
85

86
86
87
+
### VM sizes
88
+
89
+
| Size | Cores | RAM | Description |
90
+
| ---- | ----- | --- | ----------- |
91
+
| Small | 2 | 3.5 GB | This size is best suited for command line, opening web browser, low traffic web servers, small to medium databases. |
92
+
| Medium | 4 | 7 GB | This size is best suited for relational databases, in-memory caching, and analytics |
93
+
| Medium (Nested virtualization) | 4 | 16 GB | This size is best suited for relational databases, in-memory caching, and analytics. This size also supports nested virtualization. <p>This size can be used in scenarios where each student need multiple VMs. Teachers can use nested virtualization to set up a few small size nested virtual machines inside the virtual machine. </p> |
94
+
| Large | 8 | 32 GB | This size is best suited for applications that need faster CPUs, better local disk performance, large databases, large memory caches. This size also supports nested virtualization |
95
+
| GPU | 12 | 112 GB | This size is best suited for compute-intensive, graphics-intensive, and visualization workloads |
87
96
88
97
## View all classroom labs
89
98
1. Navigate to [Azure Lab Services portal](https://labs.azure.com).
Copy file name to clipboardExpand all lines: articles/lab-services/classroom-labs/tutorial-setup-classroom-lab.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.tgt_pltfrm: na
13
13
ms.devlang: na
14
14
ms.topic: tutorial
15
15
ms.custom: mvc
16
-
ms.date: 04/24/2019
16
+
ms.date: 06/11/2019
17
17
ms.author: spelluru
18
18
19
19
---
@@ -44,7 +44,7 @@ A lab owner can add other users to the **Lab Creator** role. For example, a lab
44
44
45
45

46
46
4. On the **Select virtual machine specifications** page, do the following steps:
47
-
1. Select a **size** for virtual machines (VMs) created in the lab. Currently, **small**, **medium**, **large**, and **GPU** sizes are allowed.
47
+
1. Select a **size** for virtual machines (VMs) created in the lab. Currently, **small**, **medium**, **medium (virtualization)**, **large**, and **GPU** sizes are allowed.
48
48
3. Select the **VM image** to be used to create VMs in the lab. If you select a Linux image, you see an option to enable remote desktop connection for it. For details, see [Enable remote desktop connection for Linux](how-to-enable-remote-desktop-linux.md).
0 commit comments