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/shared-image-galleries.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ Image definitions contain metadata for the image to allow grouping of images tha
65
65
- 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
66
- Architecture
67
67
- 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:
69
69
70
70
| Features | Accepted Values | Definition | Supported in |
71
71
|--|--|--|--|
@@ -76,16 +76,16 @@ Image definitions contain metadata for the image to allow grouping of images tha
76
76
77
77
- 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:
78
78
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 |
86
86
87
87
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).
0 commit comments