Skip to content

Commit 40c243f

Browse files
Merge pull request #229250 from ntrogh/als-freshness-march
[Azure Lab Services] Content freshness pass - March
2 parents f3896fa + d93926b commit 40c243f

33 files changed

+260
-173
lines changed

articles/lab-services/class-type-adobe-creative-cloud.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.date: 02/17/2023
1212

1313
# Set up a lab for Adobe Creative Cloud in Azure Lab Services
1414

15+
[!INCLUDE [preview note](./includes/lab-services-new-update-focused-article.md)]
16+
1517
In this article, you learn how to set up a class that uses Adobe Creative Cloud. [Adobe Creative Cloud](https://www.adobe.com/creativecloud.html) is a collection of desktop applications and web services used for photography, design, video, web, user experience (UX), and more. Universities and K-12 schools use Creative Cloud in digital arts and media classes. Some of Creative Cloud’s media processes might require more computational and visualization (GPU) power than a typical tablet, laptop, or workstation support. With Azure Lab Services, you have flexibility to choose from various virtual machine (VM) sizes, including GPU sizes.
1618

1719
## Create Cloud licensing in a lab VM

articles/lab-services/class-type-autodesk.md

Lines changed: 36 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
---
2-
title: Set up a lab with Autodesk using Azure Lab Services
3-
description: Learn how to set up labs to teach engineering classes with Autodesk.
4-
author: nicolela
5-
ms.topic: how-to
6-
ms.date: 02/02/2022
2+
title: Set up a lab with Autodesk
3+
titleSuffix: Azure Lab Services
4+
description: Learn how to set up a lab in Azure Lab Services to teach engineering classes with Autodesk.
5+
services: lab-services
76
ms.service: lab-services
7+
author: ntrogh
8+
ms.author: nicktrog
9+
ms.topic: how-to
10+
ms.date: 03/03/2023
811
---
912

10-
# Set up labs for Autodesk
13+
# Set up a lab to teach engineering classes with Autodesk
1114

1215
[!INCLUDE [preview note](./includes/lab-services-new-update-focused-article.md)]
1316

14-
This article describes how to set up Autodesk Inventor and Autodesk Revit software for engineering classes.
17+
This article describes how to set up Autodesk Inventor and Autodesk Revit software for engineering classes in Azure Lab Services.
1518

1619
- [Inventor computer-aided design (CAD)](https://www.autodesk.com/products/inventor/new-features) and [computer-aided manufacturing (CAM)](https://www.autodesk.com/products/inventor-cam/overview) provide 3D modeling and are used in engineering design.
1720
- [Revit](https://www.autodesk.com/products/revit/overview) is used in architecture design for 3D building information modeling (BIM).
@@ -22,60 +25,65 @@ Autodesk is commonly used in both universities and K-12 schools. For example, i
2225

2326
## License server
2427

25-
You'll need to access a license server if you plan to use the Autodesk network licensing model. Read Autodesk's article on [Network License Administration](https://knowledge.autodesk.com/customer-service/network-license-administration/network-deployment/preparing-for-deployment/determining-installation-type) for more information.
28+
You need to access a license server if you plan to use the Autodesk network licensing model. Read Autodesk's article on [Network License Administration](https://knowledge.autodesk.com/customer-service/network-license-administration/network-deployment/preparing-for-deployment/determining-installation-type) for more information.
2629

27-
To use network licensing with Autodesk software, [AutoDesk provides detailed steps](https://knowledge.autodesk.com/customer-service/network-license-administration/install-and-configure-network-license) to install Autodesk Network License Manager on your license server. This license server is ordinarily located in either your on-premises network or hosted on an Azure virtual machine (VM) within in Azure virtual network.
30+
To use network licensing with Autodesk software, [AutoDesk provides detailed steps](https://knowledge.autodesk.com/customer-service/network-license-administration/install-and-configure-network-license) to install Autodesk Network License Manager on your license server. You can host the license server in your on-premises network, or on an Azure virtual machine (VM) within in an Azure virtual network.
2831

29-
After your license server is set up, you'll need to enable [advanced networking](how-to-connect-vnet-injection.md#connect-the-virtual-network-during-lab-plan-creation) when creating your lab plan.
32+
After setting up your license server, you need to enable [advanced networking](how-to-connect-vnet-injection.md#connect-the-virtual-network-during-lab-plan-creation) when you create the lab plan.
3033

31-
Autodesk-generated license files embed the MAC address of the license server. If you decide to host your license server by using an Azure VM, it’s important to make sure that your license server’s MAC address doesn’t change. If the MAC address changes, you'll need to regenerate your licensing files. To prevent your MAC address from changing:
34+
Autodesk-generated license files embed the MAC address of the license server. If you decide to host your license server by using an Azure VM, it’s important to make sure that your license server’s MAC address doesn’t change. If the MAC address changes, you need to regenerate your licensing files. To prevent your MAC address from changing:
3235

3336
- [Set a static private IP and MAC address](how-to-create-a-lab-with-shared-resource.md#tips) for the Azure VM that hosts your license server.
34-
- Be sure to create both your lab plan and the license server’s virtual network in the same region. Also, verify the region has sufficient VM capacity so that you don’t have to move these resources to a new region later.
37+
- Create both your lab plan and the license server’s virtual network in the same region. Also, verify that the region has sufficient VM capacity to avoid that you have to move these resources to another region later.
3538

3639
For more information, see [Set up a license server as a shared resource](./how-to-create-a-lab-with-shared-resource.md).
3740

3841
> [!IMPORTANT]
39-
> [Advanced networking](how-to-connect-vnet-injection.md#connect-the-virtual-network-during-lab-plan-creation) must be enabled during the creation of your lab plan. It can not be added later.
42+
> You must enable [advanced networking](how-to-connect-vnet-injection.md#connect-the-virtual-network-during-lab-plan-creation) when creating your lab plan. You can't enable advanced networking for an existing lab plan.
4043
4144
## Lab configuration
4245

4346
[!INCLUDE [must have lab plan](./includes/lab-services-class-type-lab-plan.md)]
4447

4548
### Lab plan settings
4649

47-
Enable your lab plan settings as described in the following table. For more information about how to enable Azure Marketplace images, see [Specify the Azure Marketplace images available to lab creators](./specify-marketplace-images.md).
50+
This lab uses a Windows 10 Pro Azure Marketplace images as the base VM image. You first need to enable this image in your lab plan. This lets lab creators then select the image as a base image for their lab.
4851

49-
| Lab plan setting | Instructions |
50-
| ------------------- | ------------ |
51-
|Marketplace image| Enable the Windows 10 Pro or Windows 10 Pro N image, if not done already.|
52+
Follow these steps to [enable these Azure Marketplace images available to lab creators](specify-marketplace-images.md). Select one of the **Windows 10** Azure Marketplace images.
5253

5354
### Lab settings
5455

55-
[!INCLUDE [create lab](./includes/lab-services-class-type-lab.md)] Use the following settings when creating the lab.
56+
1. Create a lab for your lab plan:
57+
58+
[!INCLUDE [create lab](./includes/lab-services-class-type-lab.md)] Use the following settings when creating the lab.
5659

57-
| Lab setting | Value and description |
58-
| ------------ | ------------------ |
59-
| Virtual Machine Size | **Small GPU (Visualization)**. Best suited for remote visualization, streaming, gaming, and encoding with frameworks such as OpenGL and DirectX. |
60+
| Lab setting | Value and description |
61+
| ------------ | ------------------ |
62+
| Virtual Machine Size | **Small GPU (Visualization)**. Best suited for remote visualization, streaming, gaming, and encoding with frameworks such as OpenGL and DirectX. |
63+
| Virtual Machine Image | Windows 10 Pro |
6064

61-
> [!WARNING]
62-
> The **Small GPU (Visualization)** virtual machine size is configured to enable a high-performing graphics experience and meets [Adobe’s system requirements for each application](https://helpx.adobe.com/creative-cloud/system-requirements.html). Make sure to choose **Small GPU (Visualization)** not **Small GPU (Compute)**. For more information about this virtual machine size, see the article on [how to set up a lab with GPUs](./how-to-setup-lab-gpu.md).
65+
1. When you create a lab with the **Small GPU (Visualization)** size, follow these steps to [set up a lab with GPUs](./how-to-setup-lab-gpu.md).
66+
67+
> [!WARNING]
68+
> The **Small GPU (Visualization)** virtual machine size is configured to enable a high-performing graphics experience and meets [Adobe’s system requirements for each application](https://helpx.adobe.com/creative-cloud/system-requirements.html). Make sure to choose Small GPU (Visualization) not Small GPU (Compute).
6369
6470
## Template machine configuration
6571

6672
[!INCLUDE [configure template vm](./includes/lab-services-class-type-template-vm.md)]
6773

68-
1. Start the template VM and connect to the machine.
74+
1. Start the template VM and connect using RDP.
75+
76+
1. Download and install Inventor and Revit using [instructions from AutoDesk](https://knowledge.autodesk.com/customer-service/download-install/install-software).
6977

70-
1. Download and install Inventor and Revit using [instructions from AutoDesk](https://knowledge.autodesk.com/customer-service/download-install/install-software). When prompted, specify the computer name of your license server.
78+
When prompted, specify the computer name of your license server.
7179

72-
1. Finally, [publish the template VM](how-to-create-manage-template.md#publish-the-template-vm) to create the students’ VMs.
80+
1. Once the template VM is set up, [publish the template VM](how-to-create-manage-template.md). All lab VMs use this template as their base image.
7381

7482
## Cost
7583

76-
Let’s cover an example cost estimate for this class. This estimate doesn’t include the cost of running a license server. Suppose you have a class of 25 students, each of whom has 20 hours of scheduled class time. Each student also has an extra 10 quota hours for homework or assignments outside of scheduled class time. The virtual machine size we chose was **Small GPU (Visualization)**, which is 160 lab units.
84+
This section provides a cost estimate for running this class for 25 users. There are 20 hours of scheduled class time. Also, each user gets 10 hours quota for homework or assignments outside scheduled class time. The virtual machine size we chose was **Small GPU (Visualization)**, which is 160 lab units. This estimate doesn’t include the cost of running a license server.
7785

78-
- 25 students × (20 scheduled hours + 10 quota hours) × 160 Lab Units × USD0.01 per hour = USD1200.00
86+
- 25 students × (20 scheduled hours + 10 quota hours) × 160 lab units
7987

8088
> [!IMPORTANT]
8189
> The cost estimate is for example purposes only. For current pricing information, see [Azure Lab Services pricing](https://azure.microsoft.com/pricing/details/lab-services/).

articles/lab-services/class-type-jupyter-notebook.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.date: 02/17/2023
1212

1313
# Set up a lab to teach data science with Python and Jupyter Notebooks
1414

15+
[!INCLUDE [preview note](./includes/lab-services-new-update-focused-article.md)]
16+
1517
This article outlines how to set up a [template virtual machine (VM)](./classroom-labs-concepts.md#template-virtual-machine) in Azure Lab Services with the tools for teaching students to use Jupyter Notebooks. You also learn how to lab users can connect to notebooks on their virtual machines.
1618

1719
[Jupyter Notebooks](https://jupyter-notebook.readthedocs.io/) is an open-source project that enables you to easily combine rich text and executable Python source code on a single canvas, known as a notebook. Running a notebook results in a linear record of inputs and outputs. Those outputs can include text, tables of information, scatter plots, and more.

0 commit comments

Comments
 (0)