Skip to content

Commit 3dd59f9

Browse files
Update shared-image-galleries.md
additional changes to supported features
1 parent 90a929c commit 3dd59f9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Image definitions contain metadata for the image to allow grouping of images tha
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).
6666
- Architecture
6767
- x64 or ARM64 [Architecture](/cli/azure/sig/image-definition?&branch=main#az-sig-image-definition-create)
68-
- Features are additional features and SecurityType(s) that are supported on the image, based on the type of gallery:
68+
- Features allow you to specify additional features and SecurityType(s) that are supported on the image, based on the type of gallery:
6969

7070
| Features | Accepted Values | Definition | Supported in |
7171
|--|--|--|--|
@@ -76,16 +76,16 @@ Image definitions contain metadata for the image to allow grouping of images tha
7676

7777
- 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:
7878

79-
| Accepted Values | Definition | Supported in |
80-
|--|--|--|
81-
| [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-
| [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 | 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 | Only TrustedLaunch VM can be created from this image type | Private |
85-
| 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 |
8686

8787

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

9090
## Image versions
9191

0 commit comments

Comments
 (0)