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/share-gallery-community.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ There are a variety of reasons why you might want to use an Azure Marketplace im
91
91
92
92
Why use a marketplace mage?
93
93
- Microsoft certified images
94
-
- Can be use for production workloads
94
+
- Can be used for production workloads
95
95
- First party and third party images
96
96
- Paid images with additional software offerings
97
97
- Supported by Microsoft
@@ -112,7 +112,7 @@ Use the following links to report issues:
112
112
113
113
## Best practices
114
114
115
-
- Images published to the community gallery should be [generalized](generalize.md) images, that have had sensitive or machine specific information removed. For more information about preparing an image, see the OS specific information for [Linux](./linux/create-upload-generic.md) or [Windows](./windows/prepare-for-upload-vhd-image.md).
115
+
- Images published to the community gallery should be [generalized](generalize.md) images that have had sensitive or machine specific information removed. For more information about preparing an image, see the OS specific information for [Linux](./linux/create-upload-generic.md) or [Windows](./windows/prepare-for-upload-vhd-image.md).
116
116
## FAQ
117
117
118
118
**Q: What are the charges for using a gallery that is shared to the community?**
Copy file name to clipboardExpand all lines: articles/virtual-machines/shared-image-galleries.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ Image definitions contain metadata for the image to allow grouping of images tha
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
-
| IsAcceleratedNetworkSupported | True, False | Create VM's 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 |
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:
@@ -85,7 +85,7 @@ Image definitions contain metadata for the image to allow grouping of images tha
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).
87
87
88
-
**ConfidentialVM is only supported in the regions where it's available, You can find the supported regions [here](https://learn.microsoft.com/azure/confidential-computing/confidential-vm-overview#regions).
88
+
**ConfidentialVM is only supported in the regions where it's available, You can find the supported regions [here](/azure/confidential-computing/confidential-vm-overview#regions).
89
89
## Image versions
90
90
91
91
An **image version** is what you use to create a VM. You can have multiple versions of an image as needed for your environment. When you use an **image version** to create a VM, the image version is used to create new disks for the VM. Image versions can be used multiple times.
0 commit comments