Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9b3f2bd

Browse files
committedJan 24, 2022
fixing build warnings
1 parent 90714ad commit 9b3f2bd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
 

‎articles/lab-services/approaches-for-custom-image-creation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ There are a few key points to be aware of with this approach:
2929

3030
### Use a lab's template VM to save a custom image
3131

32-
You can use a lab's template VM to create either Windows or Linux custom images. For more information, see [Save an image a compute gallery](how-to-use-shared-image-gallery.md#save-an-image-a-compute-gallery)
32+
You can use a lab's template VM to create either Windows or Linux custom images. For more information, see [Save an image a compute gallery](how-to-use-shared-image-gallery.md#save-an-image-to-a-compute-gallery)
3333

3434
## Bring a custom image from an Azure VM
3535

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ As mentioned earlier, Azure Lab VMs have a disk size of 128 GB. If your student
8585

8686
### Save template VM image
8787

88-
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).
88+
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).
8989

9090
- 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.
9191
- 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.

‎articles/lab-services/how-to-attach-detach-shared-image-gallery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Here are a couple of scenarios supported by attaching a compute gallery.
2121
- A lab plan admin attaches a compute gallery to the lab plan. An image is uploaded to the compute gallery outside the context of a lab. The image is enabled on the lab plan by the lab plan admin. Then, lab creators can use that image from the compute gallery to create labs.
2222
- A lab plan admin attaches a compute gallery to the lab plan. A lab creator (instructor) saves the customized image of their lab to the compute gallery. Then, other lab creators can select this image from the compute gallery to create a template for their labs.
2323

24-
When you [save a template image of a lab](how-to-use-shared-image-gallery.md#save-an-image-to-the-compute-gallery) in Azure Lab Services, the image is uploaded to the compute gallery as a specialized image. [Specialized images](../virtual-machines/shared-image-galleries.md#generalized-and-specialized-images) keep machine-specific information and user profiles. You can still directly upload a generalized image to the gallery outside of Azure Lab Services.
24+
When you [save a template image of a lab](how-to-use-shared-image-gallery.md#save-an-image-to-a-compute-gallery) in Azure Lab Services, the image is uploaded to the compute gallery as a specialized image. [Specialized images](../virtual-machines/shared-image-galleries.md#generalized-and-specialized-images) keep machine-specific information and user profiles. You can still directly upload a generalized image to the gallery outside of Azure Lab Services.
2525

2626
A lab creator can create a template VM based on both generalized and specialized images in Azure Lab Services.
2727

‎articles/lab-services/how-to-use-shared-image-gallery.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Here are the couple of scenarios supported by this feature:
3030
- You have attached the compute gallery to the lab plan. For step-by-step instructions, see [How to attach or detach compute gallery](how-to-attach-detach-shared-image-gallery.md).
3131
- Image must be replicated to the same region as the lab plan.
3232

33-
## Save an image a compute gallery
33+
## Save an image to a compute gallery
3434

3535
After a compute gallery is attached, a lab plan admin or an educator can save an image to the compute gallery so that it can be reused by other educators.
3636

@@ -51,7 +51,7 @@ After you save the image to the compute gallery, you can use that image from the
5151
- [Recommended approaches for creating custom images](approaches-for-custom-image-creation.md)
5252

5353
> [!IMPORTANT]
54-
> When you [save a template image of a lab](how-to-use-shared-image-gallery.md#save-an-image-to-the-compute-gallery) in Azure Lab Services to a compute gallery, the image is uploaded to the gallery as a **specialized image**. [Specialized images](../virtual-machines/shared-image-galleries.md#generalized-and-specialized-images) keep machine-specific information and user profiles. You can still directly upload a generalized image to the gallery outside of Azure Lab Services.
54+
> When you save a template image of a lab in Azure Lab Services to a compute gallery, the image is uploaded to the gallery as a **specialized image**. [Specialized images](../virtual-machines/shared-image-galleries.md#generalized-and-specialized-images) keep machine-specific information and user profiles. You can still directly upload a generalized image to the gallery outside of Azure Lab Services.
5555
5656
## Use a custom image from the compute gallery
5757

0 commit comments

Comments
 (0)
Please sign in to comment.