Skip to content

Commit 681f2a5

Browse files
authored
Merge pull request #229717 from ntrogh/als-freshness-march-2
[Azure Lab Services] Content freshness March (2/2)
2 parents bee0751 + 8f9bbfe commit 681f2a5

6 files changed

+286
-211
lines changed

articles/lab-services/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
- name: SolidWorks computer-aided design (CAD)
118118
displayName: SolidWorks CAD
119119
href: class-type-solidworks.md
120-
- name: Sql database management and development
120+
- name: SQL database management and development
121121
href: class-type-sql-server.md
122122
- name: How-tos
123123
items:

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ Follow these steps to [enable these Azure Marketplace images available to lab cr
6464

6565
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).
6666

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).
67+
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).
6968

7069
## Template machine configuration
7170

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

Lines changed: 42 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,41 @@
11
---
2-
title: Set up a SOLIDWORKS lab for engineering with Azure Lab Services | Microsoft Docs
3-
description: Learn how to set up a lab for engineering courses using SOLIDWORKS.
4-
author: nicolela
5-
ms.topic: how-to
6-
ms.date: 01/05/2022
2+
title: Set up a SOLIDWORKS lab for engineering
3+
titleSuffix: Azure Lab Services
4+
description: Learn how to set up a lab in Azure Lab Services to teach engineering courses using SOLIDWORKS.
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/07/2023
811
---
912

10-
# Set up a lab for engineering classes using SOLIDWORKS
13+
# Set up a lab to teach engineering classes using SOLIDWORKS
1114

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

17+
This article describes how to set up SOLIDWORKS 2019 and Network Licensing for engineering classes in Azure Lab Services.
18+
1419
[SOLIDWORKS](https://www.solidworks.com/) provides a 3D computer-aided design (CAD) environment for modeling solid objects and is used in different kinds of engineering fields. With SOLIDWORKS, engineers can easily create, visualize, simulate, and document their designs.
1520

1621
A licensing option commonly used by universities is SOLIDWORKS’ Network Licensing. With this option, users share a pool of licenses that are managed by a licensing server. This type of license is sometimes called a “floating” license because you only need to have enough licenses for the number of concurrent users. When a user is done using SOLIDWORKS, their license goes back into the centrally managed license pool so that it can be reused by another user.
1722

18-
In this article, we’ll show how to set up a class that uses SOLIDWORKS 2019 and Network Licensing.
19-
2023
## License server
2124

22-
SOLIDWORKS Network Licensing requires that you have SolidNetWork License Manager installed and activated on your license server. This license server is typically located in either your on-premises network or a private network within Azure. For more information on how to set up SolidNetWork License Manager on your server, see [Installing and Activating a License Manager](https://help.solidworks.com/2019/English/Installation/install_guide/t_installing_snl_lic_mgr.htm) in the SOLIDWORKS install guide. Remember the **port number** and [**serial number**](https://help.solidworks.com/2019/english/installation/install_guide/r_hid_state_serial_number.htm) that are used since they'll be needed in later steps.
25+
SOLIDWORKS Network Licensing requires that you have installed and activated SolidNetWork License Manager on your license server. You typically host this license server in either your on-premises network or in a private network in Azure.
2326

24-
After your license server is set up, you’ll need to [Connect to your virtual network in Azure Lab Services](how-to-connect-vnet-injection.md) in your [lab plan](./tutorial-setup-lab-plan.md)
27+
1. Set up SolidNetWork License Manager on your server, by following the steps in [Installing and Activating a License Manager](https://help.solidworks.com/2019/English/Installation/install_guide/t_installing_snl_lic_mgr.htm) in the SOLIDWORKS install guide.
2528

26-
> [!IMPORTANT]
27-
> [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't be added later.
29+
During the installation, make sure to note the **port number** and [**serial number**](https://help.solidworks.com/2019/english/installation/install_guide/r_hid_state_serial_number.htm) of the license server, as you use this information in later steps.
30+
31+
1. After you set up the license server, follow these steps to [connect your lab plan to your virtual network in Azure Lab Services](how-to-connect-vnet-injection.md).
2832

29-
> [!NOTE]
30-
> You should verify that the appropriate ports are opened on your firewalls to allow communication between the lab virtual machines and the license server.
33+
> [!IMPORTANT]
34+
> You need to enable [advanced networking](how-to-connect-vnet-injection.md#connect-the-virtual-network-during-lab-plan-creation) during the creation of your lab plan. You can't configure the lab plan's virtual network at a later stage.
3135
32-
See the instructions on [Modifying License Manager Computer Ports for Windows Firewall](http://help.solidworks.com/2019/english/installation/install_guide/t_mod_ports_on_lic_mgr_for_firewall.htm) that show how to add inbound and outbound rules to the license server's firewall. You may also need to open up ports to the lab virtual machines. Follow more information on firewall settings and finding the lab's public IP, see [firewall settings for labs](./how-to-configure-firewall-settings.md).
36+
1. Verify that the appropriate ports are opened on your firewalls to allow communication between the lab virtual machines and the license server.
37+
38+
See the instructions on [Modifying License Manager Computer Ports for Windows Firewall](http://help.solidworks.com/2019/english/installation/install_guide/t_mod_ports_on_lic_mgr_for_firewall.htm) that show how to add inbound and outbound rules to the license server's firewall. You may also need to open up ports to the lab virtual machines. Follow more information on firewall settings and finding the lab's public IP, see [firewall settings for labs](./how-to-configure-firewall-settings.md).
3339

3440
## Lab configuration
3541

@@ -39,25 +45,26 @@ See the instructions on [Modifying License Manager Computer Ports for Windows Fi
3945

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

42-
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).
48+
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.
4349

44-
| Lab plan setting | Instructions |
45-
| ------------------- | ------------ |
46-
|Marketplace image| Enable the **Windows 10 Pro** image.|
50+
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.
4751

4852
SOLIDWORKS supports other versions of Windows besides Windows 10. See [SOLIDWORKS system requirements](https://www.solidworks.com/sw/support/SystemRequirements.html) for details.
4953

5054
### Lab settings
5155

52-
For instructions on how to create a lab, see [Tutorial: Set up a lab](tutorial-setup-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.
59+
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 |
5364

54-
| Lab settings | Value/instructions |
55-
| ------------ | ------------------ |
56-
| Virtual Machine Size | **Small GPU (Visualization)**. This VM is best suited for remote visualization, streaming, gaming, encoding using frameworks such as OpenGL and DirectX.|
57-
| Virtual Machine Image | Windows 10 Pro |
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).
5866

59-
> [!NOTE]
60-
> The **Small GPU (Visualization)** virtual machine size is configured to enable a high-performing graphics experience. 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).
67+
The **Small GPU (Visualization)** virtual machine size is configured to enable a high-performing graphics experience.
6168

6269
## Template configuration
6370

@@ -66,24 +73,27 @@ The steps in this section show how to set up your template virtual machine by do
6673
1. Start the template virtual machine and connect to the machine using RDP.
6774

6875
1. Download the installation files for SOLIDWORKS client software. You have two options for downloading:
76+
6977
- Download from [SOLIDWORKS customer portal](https://login.solidworks.com/nidp/idff/sso?id=cpenglish&sid=1&option=credential&sid=1&target=https%3A%2F%2Fcustomerportal.solidworks.com%2F).
7078
- Download from a directory on a server. If you used this option, you need to ensure that the server is accessible from the template virtual machine. For example, this server may be located in the same virtual network that is peered with your lab account.
7179

7280
For details, see [Installation on Individual Computers in the SOLIDWORKS](http://help.solidworks.com/2019/english/Installation/install_guide/c_installing_on_individual_computers.htm?id=fc149e8a968a422a89e2a943265758d3#Pg0) in SOLIDWORKS install guide.
7381

74-
1. Once the installation files are downloaded, install the client software using SOLIDWORKS Installation Manager. See details on [Installing a License Client](http://help.solidworks.com/2019/english/installation/install_guide/t_installing_snl_license_client.htm) in SOLIDWORKS install guide.
82+
1. Once the installation files are downloaded, install the client software using SOLIDWORKS Installation Manager.
83+
84+
See details on [Installing a License Client](http://help.solidworks.com/2019/english/installation/install_guide/t_installing_snl_license_client.htm) in SOLIDWORKS install guide.
7585

7686
> [!NOTE]
77-
> In the **Add Server** dialog box, you will be prompted for the **port number** used for your license server and the name or IP address of the license server.
87+
> In the **Add Server** dialog box, you need to enter the **port number** and name or IP address of your license server.
7888
7989
## Cost
8090

81-
Let's cover a possible cost estimate for this class. This estimate doesn't include the cost of running the license server. We'll use a class of 25 students. There are 20 hours of scheduled class time. Also, each student 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.
91+
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.
8292

83-
25 students \* (20 scheduled hours + 10 quota hours) \* 160 Lab Units * 0.01 USD per hour = 1200.00 USD
93+
- 25 students × (20 scheduled hours + 10 quota hours) × 160 lab units
8494

85-
>[!IMPORTANT]
86-
> Cost estimate is for example purposes only. For current details on pricing, see [Azure Lab Services Pricing](https://azure.microsoft.com/pricing/details/lab-services/).
95+
> [!IMPORTANT]
96+
> 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/).
8797
8898
## Next steps
8999

0 commit comments

Comments
 (0)