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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,17 +65,17 @@ 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
- The `features` parameter can track what features are supported. Some features support is also based on the type of gallery:
|| IsHibernateSupported | True, False | Create VMs with support for hibernation. | Private, direct shared, community |
71
-
|| IsAcceleratedNetworkSupported | True, False | Create VMs with accelerated networking enabled can be created when set on the image. When set to True on tImage definition, you won't be able to capture VMs that don't support accelerated networking. | Private, direct shared, community |
72
-
|| DiskControllerType | SCSI, NVMe | Set this to use either SCSI or NVMe disk type. NVMe VMs and disks can only be captured in Image definitions that support NVMe. | Private, direct shared, community |
| IsHibernateSupported | True, False | Create VMs with support for hibernation. | Private, direct shared, community |
71
+
| IsAcceleratedNetworkSupported | True, False | Create VMs with accelerated networking enabled can be created when set on the image. When set to True on tImage definition, you won't be able to capture VMs that don't support accelerated networking. | Private, direct shared, community |
72
+
| DiskControllerType | SCSI, NVMe | Set this to use either SCSI or NVMe disk type. NVMe VMs and disks can only be captured in Image definitions that support NVMe. | Private, direct shared, community |
73
73
74
74
75
75
- Architecture - specifies the CPU architecture. Can be set to x64 or ARM64 [Architecture](/cli/azure/sig/image-definition?&branch=main#az-sig-image-definition-create)
| ConfidentialVM | Only [Confidential VMs](../confidential-computing/create-confidential-vm-from-compute-gallery.md#confidential-vm-images) can be created from this image type | Private |
0 commit comments