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
Copy file name to clipboardExpand all lines: articles/virtual-machines/image-version.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
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.
4
4
author: cynthn
5
5
ms.service: virtual-machines
6
6
ms.subservice: gallery
@@ -18,7 +18,7 @@ ms.custom:
18
18
19
19
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.
20
20
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.
22
22
23
23
The Azure Compute Gallery feature has multiple resource types:
24
24
@@ -34,7 +34,7 @@ To complete this article, you must have an existing Azure Compute Gallery, and a
34
34
- OS and data disks as VHDs in a storage account.
35
35
- Other image versions either in the same gallery or another gallery in the same subscription.
36
36
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.
38
38
39
39
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).
40
40
@@ -82,7 +82,7 @@ To create an image using a source other than a VM, follow these steps.
82
82
1. For **End of life date**, select a date from the calendar for when you think this version should stop being used.
83
83
1. In the **Replication** tab, select the storage type from the drop-down.
84
84
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.
86
86
1. When you are done, select **Review + create**. Azure will validate the configuration.
87
87
1. When image version passes validation, select **Create**.
88
88
1. When the deployment is finished, select **Go to resource**.
@@ -164,7 +164,7 @@ Image definitions create a logical grouping for images. When making your image d
164
164
165
165
For more information about the values you can specify for an image definition, see [Image definitions](./shared-image-galleries.md#image-definitions).
166
166
167
-
Create the image definition using [New-AzGalleryImageDefinition](/powershell/module/az.compute/new-azgalleryimageversion).
167
+
Create the image definition using [New-AzGalleryImageDefinition](/powershell/module/az.compute/new-azgalleryimagedefinition).
168
168
169
169
In this example, the image definition is named *myImageDefinition*, and is for a specialized VM running Windows. To create a definition for images using Linux, use `-OsType Linux`.
0 commit comments