Skip to content

Commit 4eb66d3

Browse files
authored
Merge pull request #79337 from spelluru/labsize0611
VM Sizes
2 parents 140237a + f586577 commit 4eb66d3

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

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

Lines changed: 14 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: 02/07/2019
15+
ms.date: 06/07/2019
1616
ms.author: spelluru
1717

1818
---
@@ -33,10 +33,10 @@ To set up a classroom lab in a lab account, you must be a member of the **Lab Cr
3333

3434
![Create a classroom lab](../media/tutorial-setup-classroom-lab/new-lab-window.png)
3535
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**.
4040

4141
![Specify VM specifications](../media/tutorial-setup-classroom-lab/select-vm-specifications.png)
4242
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
8484

8585
![Virtual machines in stopped state](../media/tutorial-setup-classroom-lab/virtual-machines-stopped.png)
8686

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 |
8796

8897
## View all classroom labs
8998
1. Navigate to [Azure Lab Services portal](https://labs.azure.com).

articles/lab-services/classroom-labs/tutorial-setup-classroom-lab.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.tgt_pltfrm: na
1313
ms.devlang: na
1414
ms.topic: tutorial
1515
ms.custom: mvc
16-
ms.date: 04/24/2019
16+
ms.date: 06/11/2019
1717
ms.author: spelluru
1818

1919
---
@@ -44,7 +44,7 @@ A lab owner can add other users to the **Lab Creator** role. For example, a lab
4444

4545
![Create a classroom lab](../media/tutorial-setup-classroom-lab/new-lab-window.png)
4646
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.
4848
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).
4949
4. Select **Next**.
5050

0 commit comments

Comments
 (0)