Skip to content

Commit 207a5e3

Browse files
committed
Acrolinx
1 parent 7896ff0 commit 207a5e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/virtual-machines/share-gallery-community.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ There are a variety of reasons why you might want to use an Azure Marketplace im
9191

9292
Why use a marketplace mage?
9393
- Microsoft certified images
94-
- Can be use for production workloads
94+
- Can be used for production workloads
9595
- First party and third party images
9696
- Paid images with additional software offerings
9797
- Supported by Microsoft
@@ -112,7 +112,7 @@ Use the following links to report issues:
112112

113113
## Best practices
114114

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).
116116
## FAQ
117117

118118
**Q: What are the charges for using a gallery that is shared to the community?**

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Image definitions contain metadata for the image to allow grouping of images tha
7070
| Features | Accepted Values | Definition | Supported in |
7171
|--|--|--|--|
7272
| 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 |
7474
| 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 |
7575

7676
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
8585

8686
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).
8787

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).
8989
## Image versions
9090

9191
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

Comments
 (0)