|
1 | 1 | ---
|
2 | 2 | title: Specify marketplace images for a lab in Azure Lab Services
|
3 |
| -description: This article shows you how to specify the Marketplace images that lab creator can use to create labs in a lab account in Azure Lab Services. |
| 3 | +description: This article shows you how to specify which Marketplace images can be used during lab creation. |
4 | 4 | ms.topic: how-to
|
5 |
| -ms.date: 06/26/2020 |
| 5 | +ms.date: 02/15/2022 |
6 | 6 | ---
|
7 | 7 |
|
8 | 8 | # Specify Marketplace images available to lab creators
|
9 |
| -As a lab account owner, you can specify the Marketplace images that lab creators can use to create labs in the lab account. |
10 | 9 |
|
11 |
| -## Select images available for labs |
12 |
| -Select **Marketplace images** on the menu to the left. By default, you see the full list of images (both enabled and disabled). You can filter the list to see only enabled/disabled images by selecting the **Enabled only**/**Disabled only** option from the drop-down list at the top. |
13 |
| - |
14 |
| - |
15 |
| - |
16 |
| -The Marketplace images that are displayed in the list are only the ones that satisfy the following conditions: |
17 |
| - |
18 |
| -- Creates a single VM. |
19 |
| -- Uses Azure Resource Manager to provision VMs |
20 |
| -- Doesn't require purchasing an extra licensing plan |
| 10 | +[!INCLUDE [preview note](./includes/lab-services-new-update-focused-article.md)] |
21 | 11 |
|
22 |
| -## Disable images for a lab |
23 |
| -To disable a single image for a lab, select **... (ellipsis)** in the last column, and select **Disable image**. |
| 12 | +> [!NOTE] |
| 13 | +> If using a version of Azure Lab Services prior to the [January 2022 Update (preview)](lab-services-whats-new.md), see [Specify Marketplace images available to lab creators (deprecated)](specify-marketplace-images-1.md). |
24 | 14 |
|
25 |
| - |
| 15 | +As the admin, you can specify the Marketplace images that educators can use when creating labs. |
26 | 16 |
|
27 |
| -Alternatively, you select the checkbox before the image name, and select **Disable selected images** on the toolbar. |
| 17 | +## Select images available for labs |
28 | 18 |
|
29 |
| -To disable multiple images at the same time, select checkboxes before the image names, and select **Disable selected images** on the toolbar. |
| 19 | +Select **Marketplace images** on the menu to the left. By default, you see the full list of images (both enabled and disabled). You can filter for **Status** to be equal to **Enabled** or **Disabled**. |
30 | 20 |
|
31 |
| - |
| 21 | +:::image type="content" source="./media/specify-marketplace-images/marketplace-images-page.png" alt-text="Screenshot that shows the Marketplace images page for a lab account. The Marketplace images menu is highlighted. The status filter for the image list is also highlighted."::: |
32 | 22 |
|
| 23 | +The Marketplace images that are displayed in the list are only the ones that satisfy the following conditions: |
33 | 24 |
|
34 |
| -## Enable images for a lab |
35 |
| -To enable a disabled image, select **... (ellipsis)** in the last column, and select **Enable image**. Alternatively, you select the checkbox before the image name, and select **Enable selected images** on the toolbar. |
| 25 | +- Creates a single VM. |
| 26 | +- Uses Azure Resource Manager to provision VMs |
| 27 | +- Doesn't require purchasing an extra licensing plan |
36 | 28 |
|
37 |
| -To disable multiple images at the same time, select checkboxes before the image names, and select **Enable selected images** on the toolbar. |
| 29 | +## Enable and disable images |
38 | 30 |
|
39 |
| -## Enable images at the time of lab creation |
40 |
| -You can enable more images at the time lab creation: |
| 31 | +To enable one or more images: |
41 | 32 |
|
42 |
| -1. Sign in to the Lab Services web portal ([https://labs.azure.com](https://labs.azure.com)) using **lab account owner** credentials |
43 |
| -2. Select the default virtual machine image or the down arrow. |
44 |
| -3. Select **Enable more image options**. |
| 33 | +1. Check images you want to enable. |
| 34 | +2. Select **Enable image** button. |
| 35 | +3. Select **Apply**. |
45 | 36 |
|
46 |
| -  |
47 |
| -4. Follow instructions from the previous section to enable the images you select. |
48 |
| -5. You may need to close the **New lab** window and reopen it to see the images you selected in the previous step. |
| 37 | +:::image type="content" source="./media/specify-marketplace-images/marketplace-images-enable-selected.png" alt-text="Screenshot of Marketplace images page for lab account. A disabled image is selected from the list of images."::: |
49 | 38 |
|
| 39 | +To disable one or images: |
50 | 40 |
|
| 41 | +1. Check images you want to disable. |
| 42 | +2. Select **Disable image** button. |
| 43 | +3. Select **Apply**. |
51 | 44 |
|
52 | 45 | ## Next steps
|
53 |
| -See the following articles: |
54 | 46 |
|
55 |
| -- [As a lab owner, create and manage labs](how-to-manage-classroom-labs.md) |
56 |
| -- [As a lab owner, set up and publish templates](how-to-create-manage-template.md) |
57 |
| -- [As a lab owner, configure and control usage of a lab](how-to-configure-student-usage.md) |
58 |
| -- [As a lab user, access labs](how-to-use-lab.md) |
| 47 | +- As an educator, [create and manage labs](how-to-manage-classroom-labs.md). |
| 48 | +- As an educator, [configure and publish templates](how-to-create-manage-template.md). |
| 49 | +- As an educator, [configure and control usage of a lab](how-to-configure-student-usage.md). |
| 50 | +- As a student, [access labs](how-to-use-lab.md). |
0 commit comments