Skip to content

Commit 90a929c

Browse files
Update shared-image-galleries.md
features and security type supported
1 parent 427139d commit 90a929c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 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 are 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,9 +74,6 @@ 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

8079
| Accepted Values | Definition | Supported in |

0 commit comments

Comments
 (0)