Skip to content

Commit 01f3a79

Browse files
authored
Update image-version.md
1 parent 39b0f8c commit 01f3a79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-machines/image-version.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Create an image definition and image version
3-
description: Learn how to create an image in a Azure Compute Gallery.
3+
description: Learn how to create an image in an Azure Compute Gallery.
44
author: cynthn
55
ms.service: virtual-machines
66
ms.subservice: gallery
@@ -18,7 +18,7 @@ ms.custom:
1818

1919
A [Azure Compute Gallery](shared-image-galleries.md) (formerly known as Shared Image Gallery)simplifies custom image sharing across your organization. Custom images are like marketplace images, but you create them yourself. Custom images can be used to bootstrap deployment tasks like preloading applications, application configurations, and other OS configurations.
2020

21-
The Azure Compute Gallery lets you share your custom VM images with others in your organization, within or across regions, within an AAD tenant. Choose which images you want to share, which regions you want to make them available in, and who you want to share them with. You can create multiple galleries so that you can logically group images.
21+
The Azure Compute Gallery lets you share your custom VM images with others in your organization, within or across regions, within an Azure AD tenant. Choose which images you want to share, which regions you want to make them available in, and who you want to share them with. You can create multiple galleries so that you can logically group images.
2222

2323
The Azure Compute Gallery feature has multiple resource types:
2424

@@ -34,7 +34,7 @@ To complete this article, you must have an existing Azure Compute Gallery, and a
3434
- OS and data disks as VHDs in a storage account.
3535
- Other image versions either in the same gallery or another gallery in the same subscription.
3636

37-
If the the image will contain data disks, the data disk size cannot be more than 1 TB.
37+
If the image will contain data disks, the data disk size cannot be more than 1 TB.
3838

3939
Image definition names can be made up of uppercase or lowercase letters, digits, dots, dashes and periods. For more information about the values you can specify for an image definition, see [Image definitions](shared-image-galleries.md#image-definitions).
4040

@@ -82,7 +82,7 @@ To create an image using a source other than a VM, follow these steps.
8282
1. For **End of life date**, select a date from the calendar for when you think this version should stop being used.
8383
1. In the **Replication** tab, select the storage type from the drop-down.
8484
1. Set the **Default replica count**, you can override this for each region you add.
85-
1. You need to replicate to the source region, so the first replica in the list will be in the region where you created the image. You can add more replicas by select the region from the drop-down and adjusting the replica count as necessary.
85+
1. You need to replicate to the source region, so the first replica in the list will be in the region where you created the image. You can add more replicas by selecting the region from the drop-down and adjusting the replica count as necessary.
8686
1. When you are done, select **Review + create**. Azure will validate the configuration.
8787
1. When image version passes validation, select **Create**.
8888
1. When the deployment is finished, select **Go to resource**.

0 commit comments

Comments
 (0)