|
1 | 1 | ---
|
2 |
| -title: Set up a lab with Adobe Creative Cloud using Azure Lab Services | Microsoft Docs |
3 |
| -description: Learn how to set up a lab for digital arts and media classes that use Adobe Creative Cloud. |
4 |
| -author: nicolela |
5 |
| -ms.topic: how-to |
6 |
| -ms.date: 04/21/2021 |
| 2 | +title: Set up a lab with Adobe Creative Cloud |
| 3 | +titleSuffix: Azure Lab Services |
| 4 | +description: Learn how to set up a lab in Azure Lab Services for digital arts and media classes that use Adobe Creative Cloud. |
| 5 | +services: lab-services |
7 | 6 | ms.service: lab-services
|
| 7 | +author: ntrogh |
| 8 | +ms.author: nicktrog |
| 9 | +ms.topic: how-to |
| 10 | +ms.date: 02/17/2023 |
8 | 11 | ---
|
9 | 12 |
|
10 |
| -# Set up a lab for Adobe Creative Cloud |
| 13 | +# Set up a lab for Adobe Creative Cloud in Azure Lab Services |
11 | 14 |
|
12 |
| -[!INCLUDE [preview note](./includes/lab-services-new-update-focused-article.md)] |
| 15 | +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. |
13 | 16 |
|
14 |
| -[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 may 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. |
| 17 | +## Create Cloud licensing in a lab VM |
15 | 18 |
|
16 |
| -In this article, we’ll show how to set up a class that uses Creative Cloud. |
| 19 | +To use Creative Cloud on a lab VM, you must use [Named User Licensing](https://helpx.adobe.com/enterprise/kb/technical-support-boundaries-virtualized-server-based.html#main_Licensing_considerations), which is the only type of licensing that supports deployment on a virtual machine. |
17 | 20 |
|
18 |
| -## Licensing |
| 21 | +Each lab VM has internet access so that lab users can activate Creative Cloud apps by signing into the software. When a user signs in, their authentication token is cached in the user profile so that they don’t have to sign in again on their VM. |
19 | 22 |
|
20 |
| -To use Creative Cloud on a lab VM, you must use [Named User Licensing](https://helpx.adobe.com/enterprise/kb/technical-support-boundaries-virtualized-server-based.html#main_Licensing_considerations), which is the only type of licensing that supports deployment on a virtual machine. Each lab VM has internet access so that your students can activate Creative Cloud apps by signing into the software. Once a student signs in, their authentication token is cached in the user profile so that they don’t have to sign in again on their VM. Read [Adobe’s article on licensing](https://helpx.adobe.com/enterprise/using/licensing.html) for more details. |
| 23 | +Read [Adobe’s article on licensing](https://helpx.adobe.com/enterprise/using/licensing.html) for more details. |
21 | 24 |
|
22 | 25 | ## Lab configuration
|
23 | 26 |
|
24 |
| -To set up this lab, you need an Azure subscription and lab account to get started. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/) before you begin. |
| 27 | +[!INCLUDE [must have subscription](./includes/lab-services-class-type-subscription.md)] |
25 | 28 |
|
26 | 29 | ### Lab plan settings
|
27 | 30 |
|
28 |
| -Once you get have Azure subscription, you can create a new lab plan in Azure Lab Services. For more information about creating a new lab plan, see the tutorial on [how to set up a lab plan](./tutorial-setup-lab-plan.md). You can also use an existing lab plan. |
| 31 | +[!INCLUDE [must have lab plan](./includes/lab-services-class-type-lab-plan.md)] |
29 | 32 |
|
30 |
| -Enable the settings described in the table below for the lab plan. For more information about how to enable marketplace images, see the article on [how to specify Marketplace images available to lab creators](./specify-marketplace-images.md). |
| 33 | +This lab uses a Windows 10 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. |
31 | 34 |
|
32 |
| -| Lab plan setting | Instructions | |
33 |
| -| ------------------- | ------------ | |
34 |
| -| Marketplace image | Enable the Windows 10 image, if not done already.| |
| 35 | +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. |
35 | 36 |
|
36 | 37 | ### Lab settings
|
37 | 38 |
|
38 |
| -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. |
| 39 | +1. Create a lab for your lab plan: |
| 40 | + |
| 41 | + [!INCLUDE [create lab](./includes/lab-services-class-type-lab.md)] Specify the following lab settings: |
| 42 | + |
| 43 | + | Lab settings | Value/instructions | |
| 44 | + | ------------ | ------------------ | |
| 45 | + |Virtual Machine Size| **Small GPU (Visualization)**. This VM is best suited for remote visualization, streaming, gaming, encoding using frameworks such as OpenGL and DirectX.| |
| 46 | + |Virtual Machine Image| Windows 10 | |
39 | 47 |
|
40 |
| -| Lab settings | Value/instructions | |
41 |
| -| ------------ | ------------------ | |
42 |
| -|Virtual Machine Size| **Small GPU (Visualization)**. This VM is best suited for remote visualization, streaming, gaming, encoding using frameworks such as OpenGL and DirectX.| |
43 |
| -|Virtual Machine Image| Windows 10 | |
| 48 | + The size of VM that you need to use for your lab depends on the types of projects that users create. Most [Creative Cloud apps](https://helpx.adobe.com/creative-cloud/system-requirements.html) support GPU-based acceleration and require a GPU for features to work properly. To ensure that you select the appropriate VM size, we recommend that you test the projects that users create, to ensure adequate performance. Learn more about [which VM size is recommended](./administrator-guide.md#vm-sizing) for using Creative Cloud. |
44 | 49 |
|
45 |
| -The size of VM that you need to use for your lab depends on the types of projects that your students will create. Most [Creative Cloud apps](https://helpx.adobe.com/creative-cloud/system-requirements.html) support GPU-based acceleration and require a GPU for features to work properly. To ensure that you select the appropriate VM size, we recommend that you test the projects that your students will create to ensure adequate performance. The below table shows the recommended [VM size](./administrator-guide.md#vm-sizing) to use with Creative Cloud. |
| 50 | +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). |
46 | 51 |
|
47 |
| -> [!WARNING] |
48 |
| -> 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). |
| 52 | + > [!WARNING] |
| 53 | + > 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). |
49 | 54 |
|
50 | 55 | #### GPU drivers
|
51 | 56 |
|
52 |
| -When you create the lab, we recommend that you install the GPU drivers by selecting the **Install GPU drivers** option in the lab creation wizard. You should also validate that the GPU drivers are correctly installed. For more information, read the following sections: |
| 57 | +When you create the lab, we recommend that you install the GPU drivers by selecting the **Install GPU drivers** option in the lab creation wizard. You should also validate that the correct installation of the GPU drivers. For more information, read the following sections: |
| 58 | + |
53 | 59 | - [Ensure that the appropriate GPU drivers are installed](../lab-services/how-to-setup-lab-gpu.md#ensure-that-the-appropriate-gpu-drivers-are-installed)
|
54 | 60 | - [Validate the installed drivers](../lab-services/how-to-setup-lab-gpu.md#validate-the-installed-drivers)
|
55 | 61 |
|
56 | 62 | ## Template machine configuration
|
57 | 63 |
|
58 | 64 | ### Creative Cloud deployment package
|
59 | 65 |
|
60 |
| -Installing Creative Cloud requires the use of a deployment package. Typically, the deployment package is created by your IT department using Adobe’s Admin Console. When IT creates the deployment package, they also have the option to enable self-service. There are a few ways to enable self-service for the deployment package: |
| 66 | +Installing Creative Cloud requires the use of a deployment package. Typically, your IT department creates the deployment package department using Adobe’s Admin Console. When IT creates the deployment package, they can also enable self-service. There are a few ways to enable self-service for the deployment package: |
61 | 67 |
|
62 | 68 | - Create a self-service package.
|
63 | 69 | - Create a managed package with self-service elevated privileges turned on.
|
64 | 70 |
|
65 |
| -With self-service enabled, you don’t install the entire Creative Cloud collection of apps. Instead, students can install apps themselves using the Creative Cloud desktop app. Here are some key benefits with this approach: |
| 71 | +With self-service enabled, you don’t install the entire Creative Cloud collection of apps. Instead, users can install apps themselves using the Creative Cloud desktop app. Here are some key benefits with this approach: |
66 | 72 |
|
67 |
| -- The entire Creative Cloud install is about 25 GB. If students install only the apps they need on-demand, this helps optimize disk space. Lab VMs have a disk size of 128 GB. |
68 |
| -- You can choose to install a subset of the apps on the template VM before publishing. This way the student VMs will have some apps installed by default and students can add more apps on their own as needed. |
69 |
| -- You can avoid republishing the template VM because students can install more apps on their VM at any point during the lifetime of the lab. Otherwise, either IT or the teacher would need to install more apps on the template VM and republish. Republishing causes the students’ VMs to be reset and any work that isn’t saved externally is lost. |
| 73 | +- The entire Creative Cloud install is about 25 GB. If users install only the apps they need on-demand, this helps optimize disk space. Lab VMs have a maximum disk size of 128 GB. |
| 74 | +- You can choose to install a subset of the apps on the template VM before publishing. This way the lab VMs have some apps installed by default and users can add more apps on their own as needed. |
| 75 | +- You can avoid republishing the template VM because users can install more apps on their VM at any point during the lifetime of the lab. Otherwise, either IT or the lab creator needs to install more apps on the template VM and republish. Republishing causes the users’ VMs to be reset and any work that isn’t saved externally is lost. |
70 | 76 |
|
71 |
| -If you use a managed deployment package with self-service disabled, students won’t have the ability to install their own apps. In this case, IT must specify the Creative Cloud apps that will be installed. |
| 77 | +If you use a managed deployment package with self-service disabled, users don’t have the ability to install their own apps. In this case, IT must specify the Creative Cloud apps that are installed. |
72 | 78 |
|
73 | 79 | Read [Adobe’s steps to create a package](https://helpx.adobe.com/enterprise/admin-guide.html/enterprise/using/create-nul-packages.ug.html) for more information.
|
74 | 80 |
|
75 | 81 | ### Install Creative Cloud
|
76 | 82 |
|
77 |
| -After the template machine is created, follow the steps below to set up your lab’s template virtual machine (VM) with Creative Cloud. |
| 83 | +After the creation of the lab template machine completes, follow the steps below to set up your lab’s template virtual machine (VM) with Creative Cloud. |
78 | 84 |
|
79 | 85 | 1. Start the template VM and connect using RDP.
|
| 86 | + |
80 | 87 | 1. To install Creative Cloud, download the deployment package given to you by IT or directly from [Adobe’s Admin Console](https://adminconsole.adobe.com/).
|
81 |
| -1. Run the deployment package file. Depending on whether self-service is enabled or disabled, this will install Creative Cloud desktop app and\or the specified Creative Cloud apps. |
| 88 | + |
| 89 | +1. Run the deployment package file. Depending on whether self-service is enabled or disabled, this installs Creative Cloud desktop app and\or the specified Creative Cloud apps. |
82 | 90 | Read [Adobe’s deployment steps](https://helpx.adobe.com/enterprise/admin-guide.html/enterprise/using/deploy-packages.ug.html) for more information.
|
83 |
| -1. Once the template VM is set up, [publish the template VM’s image](how-to-create-manage-template.md) that is used to create all of the students’ VMs in the lab. |
| 91 | + |
| 92 | +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. |
84 | 93 |
|
85 | 94 | ### Storage
|
86 | 95 |
|
87 |
| -As mentioned earlier, Azure Lab VMs have a disk size of 128 GB. If your students need extra storage for saving large media assets or they need to access shared media assets, you should consider using external file storage. For more information, read the following articles: |
| 96 | +Lab virtual machines have a maximum disk size of 128 GB. If users need extra storage for saving large media assets or they need to access shared media assets, you should consider using external file storage. For more information, read the following articles: |
88 | 97 |
|
89 |
| -- [Using external file storage in Lab Services](how-to-attach-external-storage.md) |
| 98 | +- [Using external file storage in Azure Lab Services](how-to-attach-external-storage.md) |
90 | 99 | - [Install and configure OneDrive](./how-to-prepare-windows-template.md#install-and-configure-onedrive)
|
91 | 100 |
|
92 | 101 | ### Save template VM image
|
93 | 102 |
|
94 | 103 | Consider saving your template VM for future use. To save the template VM, see [Save an image to a compute gallery](how-to-use-shared-image-gallery.md#save-an-image-to-a-compute-gallery).
|
95 | 104 |
|
96 |
| -- When self-service is *enabled*, the template VM’s image will have Creative Cloud desktop installed. Teachers can then reuse this image to create labs and to choose which Creative Cloud apps to install. This helps reduce IT overhead since teachers can independently set up labs and have full control over installing the Creative Cloud apps required for their classes. |
97 |
| -- When self-service is *disabled*, the template VM’s image will already have the specified Creative Cloud apps installed. Teachers can reuse this image to create labs; however, they won’t be able to install additional Creative Cloud apps. |
| 105 | +- When self-service is *enabled*, the template VM’s image has Creative Cloud desktop installed. Lab creators can then reuse this image to create labs and to choose which Creative Cloud apps to install. This helps reduce IT overhead since teachers can independently set up labs and have full control over installing the Creative Cloud apps required for their classes. |
| 106 | +- When self-service is *disabled*, the template VM’s image will already have the specified Creative Cloud apps installed. Lab creators can reuse this image to create labs; however, they won’t be able to install additional Creative Cloud apps. |
98 | 107 |
|
99 | 108 | ### Troubleshooting
|
100 | 109 |
|
101 |
| -Adobe Creative Cloud may show an error saying *Your graphics processor is incompatible* when the GPU drivers or the GPU is not configured correctly. |
| 110 | +Adobe Creative Cloud may show the following error: *Your graphics processor is incompatible* when the GPU drivers or the GPU isn't configured correctly. |
102 | 111 |
|
103 | 112 | :::image type="content" source="./media/class-type-adobe-creative-cloud/gpu-driver-error.png" alt-text="Screenshot of Adobe Creative Cloud showing an error message that the graphics processor is incompatible.":::
|
104 | 113 |
|
105 | 114 | To fix this issue:
|
106 |
| -- Ensure that you selected the Small GPU *(Visualization)* size when you created your lab. You can see the VM size used by the lab on the lab's [Template page](../lab-services/how-to-create-manage-template.md). |
| 115 | +- Ensure that you selected the Small GPU *(Visualization)* VM size when you created your lab. You can see the VM size used by the lab on the lab's [Template page](../lab-services/how-to-create-manage-template.md). |
107 | 116 | - Try [manually installing the Small GPU Visualization drivers](../lab-services/how-to-setup-lab-gpu.md#install-the-small-gpu-visualization-drivers).
|
108 | 117 |
|
109 | 118 | ## Cost
|
110 | 119 |
|
111 |
| -In this section, we’ll look at a possible cost estimate for this class. We’ll use a class of 25 students with 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. |
| 120 | +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. |
112 | 121 |
|
113 | 122 | 25 students \* (20 scheduled hours + 10 quota hours) \* 160 Lab Units * 0.01 USD per hour = 1200.00 USD
|
114 | 123 |
|
115 | 124 | >[!IMPORTANT]
|
116 |
| -> 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/). |
| 125 | +> This 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/). |
117 | 126 |
|
118 | 127 | ## Next steps
|
119 | 128 |
|
|
0 commit comments