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/azure-compute-gallery.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: cynthn
6
6
ms.service: virtual-machines
7
7
ms.subservice: gallery
8
8
ms.topic: overview
9
-
ms.date: 04/18/2023
9
+
ms.date: 09/20/2023
10
10
ms.reviewer: cynthn, mattmcinnes
11
11
12
12
---
@@ -133,18 +133,14 @@ During the preview:
133
133
134
134
### Community gallery
135
135
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.
137
137
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.
139
139
140
140
For more information, see [Share images using a community gallery](./share-gallery-community.md).
141
141
142
142
143
143
> [!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
-
>
148
144
> You can't currently create a Flexible virtual machine scale set from an image shared by another tenant.
Copy file name to clipboardExpand all lines: articles/virtual-machines/image-version.md
+7-12Lines changed: 7 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.service: virtual-machines
6
6
ms.subservice: gallery
7
7
ms.topic: how-to
8
8
ms.workload: infrastructure
9
-
ms.date: 02/14/2023
9
+
ms.date: 09/20/2023
10
10
ms.author: saraic
11
11
ms.reviewer: cynthn
12
12
ms.custom:
@@ -17,7 +17,7 @@ ms.custom:
17
17
18
18
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.
19
19
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.
21
21
22
22
The Azure Compute Gallery feature has multiple resource types:
23
23
@@ -59,21 +59,16 @@ For [generalized](generalize.md) images, see the OS specific guidance before cap
59
59
60
60
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).
61
61
62
-
## Community gallery (preview)
62
+
## Community gallery
63
63
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.
72
65
73
66
When users search for community gallery images, only the latest version of an image is shown.
74
67
68
+
> [!IMPORTANT]
69
+
> Information from your image definitions will be publicly available, like what you provide for **Publish**, **Offer**, and **SKU**.
75
70
76
-
## Create an image
71
+
## Create an image
77
72
78
73
Choose an option below for creating your image definition and image version:
Copy file name to clipboardExpand all lines: articles/virtual-machines/share-gallery-community.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ ms.service: virtual-machines
6
6
ms.subservice: gallery
7
7
ms.topic: how-to
8
8
ms.workload: infrastructure
9
-
ms.date: 08/15/2023
9
+
ms.date: 09/20/2023
10
10
ms.author: saraic
11
11
ms.reviewer: cynthn, mattmcinnes
12
12
ms.custom: template-how-to
13
13
ms.devlang: azurecli
14
14
---
15
15
16
-
# Share images using a community gallery (preview)
16
+
# Share images using a community gallery
17
17
18
18
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.
19
19
@@ -25,8 +25,6 @@ Sharing images to the community is a new capability in [Azure Compute Gallery](.
25
25
>
26
26
27
27
28
-
29
-
30
28
There are three main ways to share images in an Azure Compute Gallery, depending on who you want to share with:
31
29
32
30
| Sharing with: | People | Groups | Service Principal | All users in a specific subscription (or) tenant | Publicly with all users in Azure |
0 commit comments