You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#customer intent: As a developer, I want to configure a shared image gallery in Azure DevTest Labs, so I can access images from a shared location to create lab machines.
12
12
---
@@ -79,15 +79,25 @@ Follow these steps to restrict access for images in the gallery:
79
79
80
80
## Access images in attached gallery
81
81
82
-
After you attach a shared image gallery to your lab, lab users can choose from the allowed images when they create a new VM.
82
+
After you attach a shared image gallery to your lab, lab users can choose from the allowed images when they create a new VM:
83
+
84
+
1. On the **Configuration and policies** page for your lab, go to the **Virtual machine bases** > **Shared Image Galleries** screen.
85
+
86
+
1. Select the attached gallery name to open the **Shared images** page, which shows the list of images.
87
+
88
+
1. Take note of the name of the gallery image that you want to use to create the new VM.
89
+
90
+
1. Return to your lab **Overview** page, and select **Add**.
91
+
92
+
1. On the **Choose a base** page, select the gallery image that you want to use to create the new VM:
83
93
84
-
The gallery images are included in the list of available options in the **Choose your base** page during the VM creation process:
94
+
:::image type="content" source="./media/configure-shared-image-gallery/select-image.png" alt-text="Screenshot that shows the list of available images for the VM instance, including the allowed images from the attached shared image gallery." lightbox="./media/configure-shared-image-gallery/select-image-large.png":::
85
95
86
-
:::image type="content" source="./media/configure-shared-image-gallery/lab-users.png" alt-text="Screenshot that shows the list of available images for the VM instance, including the allowed images from the attached gallery.":::
96
+
Follow the steps to create the VM from the selected image.
87
97
88
98
## Detach current shared image gallery
89
99
90
-
A lab can have only one attached shared image gallery at a time. If your lab has an attached gallery and you want to use a different gallery, you need to detach the existing gallery and then attach the other gallery.
100
+
A lab can have only one attached shared image gallery at a time. If your lab has an attached gallery, and you want to use a different gallery, you need to first detach the existing gallery. After you detach the existing gallery, you can attach a different gallery.
91
101
92
102
1. On the **Configuration and policies** page for your lab, go to the **Virtual machine bases** > **Shared Image Galleries** screen.
0 commit comments