Skip to content

Commit ca295e9

Browse files
committed
Update intro and add lab structure section
1 parent 2b5cf0f commit ca295e9

File tree

1 file changed

+38
-5
lines changed

1 file changed

+38
-5
lines changed

articles/lab-services/concept-migrating-physical-labs.md

Lines changed: 38 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Migrating from physical labs to the cloud
33
titleSuffix: Azure Lab Services
4-
description: Learn about the advantages and considerations for migrating from physical labs to Azure Lab Services. Understand how to optimize costs with running labs in the cloud.
4+
description: Learn about the benefits and considerations for migrating from physical labs to Azure Lab Services. Understand how to configure your labs to optimize costs.
55
services: lab-services
66
ms.service: lab-services
77
author: ntrogh
@@ -12,22 +12,55 @@ ms.date: 01/31/2023
1212

1313
# Considerations for migrating from physical labs to Azure Lab Services
1414

15-
Azure Lab Services provides many features that help you to minimize costs for providing lab environments. To
15+
Azure Lab Services enables you to provide lab environments that users can access from anywhere, any time of the day. When you migrate from physical labs to Azure Lab Services, you might reassess your lab structure to minimize costs and optimize the experience for lab creators and users. In this article, you learn about the considerations and benefits of migrating from physical labs to Azure Lab Services.
1616

17-
These features are optimized when you structure your labs so that you use one lab per class. Adopting this lab structure when you move from a physical lab will also help you select the appropriate VM size to use.
17+
## Lab structure
1818

19+
Usually a physical lab is shared by students from multiple classes. As a result, all of the classes’ software applications are installed together at once on each lab computer. When a class uses the lab, students only run a subset of the applications that are relevant to their class.
20+
21+
This type of physical computer lab often leads to increased hardware requirements:
22+
23+
- A large disk size may be required to install the combined set of applications that are needed by the classes that are sharing the lab.
24+
- Some applications require more processing power compared to others, or require specialized processors, such as a GPU. By installing multiple applications on the same lab computer, each computer must have sufficient hardware to run the most compute-intensive applications.
25+
26+
This level of hardware is essentially wasted for classes that only use the lab to run applications that require less memory, compute power, or disk space.
27+
28+
Azure Lab Services is designed to use hardware more efficiently, so that you only pay for what your users actually need and use. With Azure Lab Services, labs are structured to be more granular:
29+
30+
- One lab is created for each class (or session of a class).
31+
- On the lab’s image, only the software applications that are needed by that specific class are installed.
32+
33+
This structure helps to identify the optimal VM size for each class based on the specific workload, and helps to reduce the disk size requirements (Azure Lab Services’ currently supports a disk size of 127 GB).
1934

2035
## Considerations for moving to Azure Lab Services
2136

22-
- Number of labs - multiple classes per lab vs one class per lab
23-
- VM types
37+
- Software requirements for each class
38+
- Number and structure of your labs - multiple classes per lab vs one class per lab
39+
- VM types and sizes
40+
- Disk space requirements
41+
- Look for opportunities to share images in Azure Compute Gallery
42+
43+
## Plan for moving to Azure Lab Services
44+
45+
- Identify software applications for each class
46+
- Understand workloads that students perform using the lab
47+
- Oppties for shared images
48+
49+
## Benefits
50+
51+
- Optimize cost by selecting the right VM type for a class
52+
- Single-purpose labs provide clarity for students, easier setup and maintenance
53+
- Access control allows providing only access to software student needs
54+
-
2455

56+
(fine-grained)
2557

2658
## Advanced features
2759

2860
- Quotas
2961
- Schedules
3062
- Access control
63+
- Connect to on-premise resources
3164

3265
## Conclusion
3366

0 commit comments

Comments
 (0)