Skip to content

Commit d4f6021

Browse files
Merge pull request #233038 from cynthn/patch-72
Update azure-compute-gallery.md
2 parents 21f5039 + d478919 commit d4f6021

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/virtual-machines/azure-compute-gallery.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,7 @@ For more information, see [Share images using a community gallery](./share-galle
143143
> [!IMPORTANT]
144144
> Azure Compute Gallery – community galleries is currently in PREVIEW and subject to the [Preview Terms for Azure Compute Gallery - community gallery](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
145145
>
146-
>To publish a community gallery, you'll need to [set up preview features in your Azure subscription](/azure/azure-resource-manager/management/preview-features?tabs=azure-portal). Creating VMs from community gallery images is open to all Azure users.
147-
>
148-
> During the preview, the gallery must be created as a community gallery (for CLI, this means using the `--permissions community` parameter) you currently can't migrate a regular gallery to a community gallery.
146+
>To publish a community gallery, you'll need to enable the preview feature using the azure CLI: `az feature register --name CommunityGallery --namespace Microsoft.Compute` or PowerShell: `Register-AzProviderFeature -FeatureName "CommunityGallery" -ProviderNamespace "Microsoft.Compute"`. For more information on enabling preview features and checking the status, see [Set up preview features in your Azure subscription](../azure-resource-manager/management/preview-features.md). Creating VMs from community gallery images is open to all Azure users.
149147
>
150148
> You can't currently create a Flexible virtual machine scale set from an image shared by another tenant.
151149

0 commit comments

Comments
 (0)