Skip to content

Commit 51e1f39

Browse files
Merge pull request #239956 from sandeepraichura/patch-46
Update shared-image-galleries.md
2 parents a85fce4 + 3dd59f9 commit 51e1f39

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

articles/virtual-machines/shared-image-galleries.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ Image definitions contain metadata for the image to allow grouping of images tha
6363
- Minimum and maximum vCPU and memory recommendations - if your image has vCPU and memory recommendations, you can attach that information to your image definition.
6464
- Disallowed disk types - you can provide information about the storage needs for your VM. For example, if the image isn't suited for standard HDD disks, you add them to the disallow list.
6565
- Purchase plan information for Marketplace images - `-PurchasePlanPublisher`, `-PurchasePlanName`, and `-PurchasePlanProduct`. For more information about purchase plan information, see [Find images in the Azure Marketplace](./windows/cli-ps-findimage.md) and [Supply Azure Marketplace purchase plan information when creating images](marketplace-images.md).
66-
- Features are features that are supported, based on the type of gallery:
66+
- Architecture
67+
- x64 or ARM64 [Architecture](/cli/azure/sig/image-definition?&branch=main#az-sig-image-definition-create)
68+
- Features allow you to specify additional features and SecurityType(s) that are supported on the image, based on the type of gallery:
6769

6870
| Features | Accepted Values | Definition | Supported in |
6971
|--|--|--|--|
@@ -72,21 +74,18 @@ Image definitions contain metadata for the image to allow grouping of images tha
7274
| DiskControllerType | ["SCSI", "NVMe"], ["SCSI"] | Set this to use either SCSI or NVMe disk type. NVMe VMs and disks can only be captured in image definitions that are tagged to be supporting NVMe. | Private, direct shared, community |
7375

7476

75-
-Architecture
76-
- x64 or ARM64 [Architecture](/cli/azure/sig/image-definition?&branch=main#az-sig-image-definition-create)
77-
7877
- SecurityType determines the security features that are enabled on the VM. Some types limited, based on the type of gallery that they are stored in:
7978

80-
| Accepted Values | Definition | Supported in |
81-
|--|--|--|
82-
| [ConfidentialVMSupported](../confidential-computing/create-confidential-vm-from-compute-gallery.md#confidential-vm-supported-images) | It's a generic Gen2 image that does not contain VMGS blob. Gen2 VM or Confidential VM can be created from this image type | Private, Direct shared, Community |
83-
| [Confidential VM](../confidential-computing/create-confidential-vm-from-compute-gallery.md#confidential-vm-images) | Only Confidential VMs can be created from this image type | Private |
84-
| TrustedLaunchSupported | It's a generic Gen2 image that does not contain the VMGS blob. Gen2 VM or TrustedLaunch VM can be created from this image type. | Private, direct shared, community |
85-
| TrustedLaunch | Only TrustedLaunch VM can be created from this image type | Private |
86-
| TrustedLaunchAndConfidentialVmSupported | It's a generic Gen2 image that does not contain the VMGS blob. Gen2 VM, TrustedLaunch VM, or a ConfidentialVM can be created from this image type. | Private, direct shared, community |
79+
| SecurityType | Accepted Values | Definition | Supported in |
80+
|--|--|--|--|
81+
| ConfidentialVMSupported | [ConfidentialVMSupported](../confidential-computing/create-confidential-vm-from-compute-gallery.md#confidential-vm-supported-images) | It's a generic Gen2 image that does not contain VMGS blob. Gen2 VM or Confidential VM can be created from this image type | Private, Direct shared, Community |
82+
| ConfidentialVM | [Confidential VM](../confidential-computing/create-confidential-vm-from-compute-gallery.md#confidential-vm-images) | Only Confidential VMs can be created from this image type | Private |
83+
| TrustedLaunchSupported | TrustedLaunchSupported | It's a generic Gen2 image that does not contain the VMGS blob. Gen2 VM or TrustedLaunch VM can be created from this image type. | Private, direct shared, community |
84+
| TrustedLaunch | TrustedLaunch | Only TrustedLaunch VM can be created from this image type | Private |
85+
| TrustedLaunchAndConfidentialVmSupported | TrustedLaunchAndConfidentialVmSupported | It's a generic Gen2 image that does not contain the VMGS blob. Gen2 VM, TrustedLaunch VM, or a ConfidentialVM can be created from this image type. | Private, direct shared, community |
8786

8887

89-
For more information, see the CLI examples for adding [image definition features](/cli/azure/sig/image-definition?&branch=main#az-sig-image-definition-create).
88+
For more information, see the CLI examples for adding [image definition features and SecurityType](/cli/azure/sig/image-definition?&branch=main#az-sig-image-definition-create).
9089

9190
## Image versions
9291

0 commit comments

Comments
 (0)