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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,20 +68,20 @@ Image definitions contain metadata for the image to allow grouping of images tha
68
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
+
|--|--|--|
72
72
| IsHibernateSupported | True, False | Create VMs with support for hibernation. | Private, direct shared, community |
73
73
| IsAcceleratedNetworkSupported | True, False | Create VMs with accelerated networking enabled. When set to `True` on Image definition, capturing VMs that don't support accelerated networking is not supported. | Private, direct shared, community |
74
74
| 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 |
75
75
76
76
When you specify a SecurityType using the `features` parameter, it limits the security features that are enabled on the VM. Some types limited, based on the type of gallery that they are stored in:
77
77
78
-
| SecurityType |Accepted Values |Definition | Supported in |
79
-
|--|--|--|--|
80
-
|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 |
81
-
|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 |
82
-
| 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 |
83
-
| TrustedLaunch |TrustedLaunch |Only TrustedLaunch VM can be created from this image type | Private |
84
-
| 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 |
78
+
| SecurityType | Definition | Supported in |
79
+
|--|--|--|
80
+
|[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 |
81
+
|[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 |
82
+
| 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 |
83
+
| TrustedLaunch | Only TrustedLaunch VM can be created from this image type | Private |
84
+
| 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 |
85
85
86
86
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) or the [PowerShell examples](/powershell/module/az.compute/new-azgalleryimagedefinition#example-4-create-an-image-definition-for-generalized-windows-images-and-set-features).
0 commit comments