Skip to content

Commit d427b21

Browse files
authored
Merge pull request #252321 from cynthn/ga-acg
Community Gallery GA
2 parents ae37c3e + f196d5f commit d427b21

File tree

5 files changed

+14
-25
lines changed

5 files changed

+14
-25
lines changed

articles/virtual-machines/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@
489489
href: share-using-app-registration.md
490490
- name: Direct share
491491
href: share-gallery-direct.md
492-
- name: Community gallery (preview)
492+
- name: Community gallery
493493
href: share-gallery-community.md
494494
- name: Images
495495
items:

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: cynthn
66
ms.service: virtual-machines
77
ms.subservice: gallery
88
ms.topic: overview
9-
ms.date: 04/18/2023
9+
ms.date: 09/20/2023
1010
ms.reviewer: cynthn, mattmcinnes
1111

1212
---
@@ -133,18 +133,14 @@ During the preview:
133133

134134
### Community gallery
135135

136-
To share a gallery with all Azure users, you can create a community gallery (preview). Community galleries can be used by anyone with an Azure subscription. Someone creating a VM can browse images shared with the community using the portal, REST, or the Azure CLI.
136+
To share a gallery with all Azure users, you can create a community gallery. Community galleries can be used by anyone with an Azure subscription. Someone creating a VM can browse images shared with the community using the portal, REST, or the Azure CLI.
137137

138-
Sharing images to the community is a new capability in [Azure Compute Gallery](./azure-compute-gallery.md). In the preview, you can make your image galleries public, and share them to all Azure customers. When a gallery is marked as a community gallery, all images under the gallery become available to all Azure customers as a new resource type under Microsoft.Compute/communityGalleries. All Azure customers can see the galleries and use them to create VMs. Your original resources of the type `Microsoft.Compute/galleries` are still under your subscription, and private.
138+
Sharing images to the community is a new capability in [Azure Compute Gallery](./azure-compute-gallery.md). You can make your image galleries public, and share them to all Azure customers. When a gallery is marked as a community gallery, all images under the gallery become available to all Azure customers as a new resource type under Microsoft.Compute/communityGalleries. All Azure customers can see the galleries and use them to create VMs. Your original resources of the type `Microsoft.Compute/galleries` are still under your subscription, and private.
139139

140140
For more information, see [Share images using a community gallery](./share-gallery-community.md).
141141

142142

143143
> [!IMPORTANT]
144-
> 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/).
145-
>
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.
147-
>
148144
> You can't currently create a Flexible virtual machine scale set from an image shared by another tenant.
149145
150146

articles/virtual-machines/image-version.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: virtual-machines
66
ms.subservice: gallery
77
ms.topic: how-to
88
ms.workload: infrastructure
9-
ms.date: 02/14/2023
9+
ms.date: 09/20/2023
1010
ms.author: saraic
1111
ms.reviewer: cynthn
1212
ms.custom:
@@ -17,7 +17,7 @@ ms.custom:
1717

1818
A [Azure Compute Gallery](shared-image-galleries.md) (formerly known as Shared Image Gallery) simplifies custom image sharing across your organization. Custom images are like marketplace images, but you create them yourself. Images can be created from a VM, VHD, snapshot, managed image, or another image version.
1919

20-
The Azure Compute Gallery lets you share your custom VM images with others in your organization, within or across regions, within an Azure AD tenant, or publicly using a [community gallery (preview)](azure-compute-gallery.md#community). Choose which images you want to share, which regions you want to make them available in, and who you want to share them with. You can create multiple galleries so that you can logically group images. Many new features like ARM64, Accelerated Networking and TrustedVM are only supported through Azure Compute Gallery and not available for managed images.
20+
The Azure Compute Gallery lets you share your custom VM images with others in your organization, within or across regions, within an Azure AD tenant, or publicly using a [community gallery](azure-compute-gallery.md#community). Choose which images you want to share, which regions you want to make them available in, and who you want to share them with. You can create multiple galleries so that you can logically group images. Many new features like ARM64, Accelerated Networking and TrustedVM are only supported through Azure Compute Gallery and not available for managed images.
2121

2222
The Azure Compute Gallery feature has multiple resource types:
2323

@@ -59,21 +59,16 @@ For [generalized](generalize.md) images, see the OS specific guidance before cap
5959

6060
If you plan to run Sysprep before uploading your virtual hard disk (VHD) to Azure for the first time, make sure you have [prepared your VM](./windows/prepare-for-upload-vhd-image.md).
6161

62-
## Community gallery (preview)
62+
## Community gallery
6363

64-
> [!IMPORTANT]
65-
> Azure Compute Gallery – community gallery 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/).
66-
>
67-
> To share images in the community gallery, you need to register for the preview at [https://aka.ms/communitygallery-preview](https://aka.ms/communitygallery-preview). Creating VMs and scale sets from images shared the community gallery is open to all Azure users.
68-
>
69-
> Information from your image definitions will be publicly available, like what you provide for **Publish**, **Offer**, and **SKU**.
70-
71-
If you will be sharing your images using a [community gallery (preview)](azure-compute-gallery.md#community), make sure that you create your gallery, image definitions, and image versions in the same region.
64+
If you will be sharing your images using a [community gallery](azure-compute-gallery.md#community), make sure that you create your gallery, image definitions, and image versions in the same region.
7265

7366
When users search for community gallery images, only the latest version of an image is shown.
7467

68+
> [!IMPORTANT]
69+
> Information from your image definitions will be publicly available, like what you provide for **Publish**, **Offer**, and **SKU**.
7570
76-
## Create an image
71+
## Create an image
7772

7873
Choose an option below for creating your image definition and image version:
7974

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ ms.service: virtual-machines
66
ms.subservice: gallery
77
ms.topic: how-to
88
ms.workload: infrastructure
9-
ms.date: 08/15/2023
9+
ms.date: 09/20/2023
1010
ms.author: saraic
1111
ms.reviewer: cynthn, mattmcinnes
1212
ms.custom: template-how-to
1313
ms.devlang: azurecli
1414
---
1515

16-
# Share images using a community gallery (preview)
16+
# Share images using a community gallery
1717

1818
To share a gallery with all Azure users, you can create a [community gallery](azure-compute-gallery.md#community-gallery). Community galleries can be used by anyone with an Azure subscription. Someone creating a VM can browse images shared with the community using the portal, REST, or the Azure CLI.
1919

@@ -25,8 +25,6 @@ Sharing images to the community is a new capability in [Azure Compute Gallery](.
2525
>
2626
2727

28-
29-
3028
There are three main ways to share images in an Azure Compute Gallery, depending on who you want to share with:
3129

3230
| Sharing with: | People | Groups | Service Principal | All users in a specific subscription (or) tenant | Publicly with all users in Azure |

articles/virtual-machines/vm-generalized-image-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ New-AzVM -ResourceGroupName $resourceGroup -Location $location -VM $vmConfig
573573

574574
<a name="community-gallery"></a>
575575

576-
## Community gallery (preview)
576+
## Community gallery
577577

578578
> [!IMPORTANT]
579579
> Microsoft does not provide support for images in the [community gallery](azure-compute-gallery.md#community).

0 commit comments

Comments
 (0)