Skip to content

Commit 2545f1f

Browse files
authored
Merge pull request #241803 from cynthn/portal-reporting
Prepare for GA
2 parents 8419db1 + 97c43c9 commit 2545f1f

File tree

6 files changed

+47
-36
lines changed

6 files changed

+47
-36
lines changed

articles/virtual-machines/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@
485485
href: share-using-app-registration.md
486486
- name: Direct share
487487
href: share-gallery-direct.md
488-
- name: Community gallery
488+
- name: Community gallery (preview)
489489
href: share-gallery-community.md
490490
- name: Images
491491
items:

articles/virtual-machines/includes/community-gallery-artifacts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
ms.service: virtual-machines
77
ms.subservice: gallery
88
ms.topic: include
9-
ms.date: 04/18/2023
9+
ms.date: 08/30/2023
1010
ms.custom: include file
1111
---
1212

13-
Artifacts made available in [community galleries](../share-gallery-community.md) aren't verified or tested by Microsoft. You're solely responsible for any artifact you deploy or use. You're responsible for your dealings with the publishers of artifacts.
13+
[Community images](../share-gallery-community.md) and associated publisher information aren't verified or tested by Microsoft. You're solely responsible for any Community image you deploy or use. You're responsible for your dealings with the publishers of images. For approved operating system base images, see: [approved base images](https://go.microsoft.com/fwlink/?linkid=2245050). For other images created by our verified publishers, see [Azure Marketplace](https://go.microsoft.com/fwlink/?LinkId=2243198).

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

Lines changed: 24 additions & 20 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: 05/24/2023
9+
ms.date: 08/15/2023
1010
ms.author: saraic
1111
ms.reviewer: cynthn, mattmcinnes
1212
ms.custom: template-how-to
@@ -15,21 +15,16 @@ ms.devlang: azurecli
1515

1616
# Share images using a community gallery (preview)
1717

18-
To share a gallery with all Azure users, you can create a [community gallery (preview)](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.
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.
1919

20-
Sharing images to the community is a new capability in [Azure Compute Gallery](./azure-compute-gallery.md#community). 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.
20+
Sharing images to the community is a new capability in [Azure Compute Gallery](./azure-compute-gallery.md#community). 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.
2121

2222

2323
> [!IMPORTANT]
24-
> 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/).
25-
>
2624
> Microsoft does not provide support for images you share to the community.
2725
>
28-
> [!INCLUDE [community-gallery-artifacts](./includes/community-gallery-artifacts.md)]
29-
>
30-
> To publish a community gallery, you'll need to enable the preview feature using the Azure CLI: `az feature register --name CommunityGalleries --namespace Microsoft.Compute` or PowerShell: `Register-AzProviderFeature -FeatureName "CommunityGalleries" -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.
31-
>
32-
> You can't currently create a Flexible virtual machine scale set from an image shared by another tenant.
26+
27+
3328

3429

3530
There are three main ways to share images in an Azure Compute Gallery, depending on who you want to share with:
@@ -40,13 +35,18 @@ There are three main ways to share images in an Azure Compute Gallery, depending
4035
| RBAC + [Direct shared gallery](./share-gallery-direct.md) | Yes | Yes | Yes | Yes | No |
4136
| RBAC + [Community gallery](./share-gallery-community.md) | Yes | Yes | Yes | No | Yes |
4237

38+
## Disclaimer
39+
40+
[!INCLUDE [community-gallery-artifacts](./includes/community-gallery-artifacts.md)]
41+
4342
## Limitations for images shared to the community
4443

4544
There are some limitations for sharing your gallery to the community:
46-
- For the preview, image resources need to be created in the same region as the gallery. For example, if you create a gallery in West US, the image definitions and image versions should be created in West US if you want to make them available during the public preview.
47-
- For the preview, you can't share [VM Applications](vm-applications.md) to the community.
48-
- The image version region in the gallery should be same as the region home region, creating of cross-region version where the home region is different than the gallery isn't supported, however once the image is in the home region it can be replicated to other regions
49-
- To find images shared to the community from the Azure portal, you need to go through the VM create or scale set creation pages. You can't search the portal or Azure Marketplace for the images
45+
- You can't convert an existing private gallery to Community gallery.
46+
- You can't use a third party image from Marketplace and publish it to the community. For a list of approved operating system base images, please see: [approved base images](https://go.microsoft.com/fwlink/?linkid=2245050).
47+
- Encrypted images are not supported
48+
- Image resources need to be created in the same region as the gallery. For example, if you create a gallery in West US, the image definitions and image versions should be created in West US if you want to make them available.
49+
- You can't share [VM Applications](vm-applications.md) to the community yet.
5050

5151

5252
## How sharing with the community works
@@ -59,7 +59,7 @@ The end-users can only interact with the proxy resources, they never interact wi
5959

6060
Azure users can see the latest image versions shared to the community in the portal, or query for them using the CLI. Only the latest version of an image is listed in the community gallery.
6161

62-
When creating a community gallery, you will need to provide contact information for your images. The objective and underlying intention of this information is to facilitate communication between the consumer of the image and the publisher, like if the consumer needs assistance. Be aware that Microsoft does not offer support for these images. This information will be shown **publicly**, so be careful when providing it:
62+
When creating a community gallery, you will need to provide contact information for your images. The objective and underlying intention of this information is to facilitate communication between the consumer of the image and the publisher, like if the consumer needs assistance. Microsoft doesn't offer support for these images. This information will be shown **publicly**, so be careful when providing it:
6363
- Community gallery prefix
6464
- Publisher support email
6565
- Publisher URL
@@ -69,8 +69,7 @@ Information from your image definitions will also be publicly available, like wh
6969

7070
> [!WARNING]
7171
> If you want to stop sharing a gallery publicly, you can update the gallery to stop sharing, but making the gallery private will prevent existing virtual machine scale set users from scaling their resources.
72-
>
73-
> If you stop sharing your gallery during the preview, you won't be able to re-share it.
72+
7473

7574
## Why share to the community?
7675

@@ -93,20 +92,25 @@ Why use a marketplace mage?
9392
- Microsoft certified images
9493
- Can be used for production workloads
9594
- First party and third party images
96-
- Free and Paid images with additional software offerings
95+
- Paid images with additional software offerings
9796
- Supported by Microsoft
9897

9998
When to use a community image?
10099
- You trust and know how to contact the publisher
101100
- You're looking for a community version of an image published by open-source community
102101
- Using the image for testing
103-
"- Community images are free images. However, if the image used to build the community image was an Azure marketplace image with a cost associated with it, you will be billed for those same costs. You can see what costs are associated with a Marketplace image by looking at the **Plans + Pricing** tab for the image in the Azure portal."
102+
- Community images are free
104103
- Supported by the owner of the image, not Microsoft.
105104

106105
## Reporting issues with a community image
107106
Using community-submitted virtual machine images has several risks. Images could contain malware, security vulnerabilities, or violate someone's intellectual property. To help create a secure and reliable experience for the community, you can report images when you see these issues.
108107

109-
Use the following links to report issues:
108+
The easiest way to report issues with a community gallery is to use the portal, which will pre-fill information for the report:
109+
- For issues with links or other information in the fields of an image definition, select **Report community image**.
110+
- If an image version contains malicious code or there are other issues with a specific version of an image, select **Report** under the **Report version** column in the table of image versions.
111+
112+
You can also use the following links to report issues, but the forms won't be pre-filled:
113+
110114
- Malicious images: Contact [Abuse Report](https://msrc.microsoft.com/report/abuse).
111115
- Intellectual Property violations: Contact [Infringement Report](https://msrc.microsoft.com/report/infringement).
112116

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: virtual-machines
77
ms.subservice: gallery
88
ms.topic: conceptual
99
ms.custom: devx-track-azurepowershell
10-
ms.date: 05/23/2023
10+
ms.date: 08/15/2023
1111
ms.reviewer: cynthn
1212
#Customer intent: As an IT administrator, I want to learn about how to create shared VM images to minimize the number of post-deployment configuration tasks.
1313
---

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

Lines changed: 11 additions & 7 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: 03/23/2023
9+
ms.date: 08/15/2023
1010
ms.author: saraic
1111
ms.reviewer: cynthn, mattmcinnes
1212
ms.custom: devx-track-azurecli, devx-track-azurepowershell
@@ -570,19 +570,23 @@ New-AzVM -ResourceGroupName $resourceGroup -Location $location -VM $vmConfig
570570
```
571571

572572
---
573-
## Community gallery
573+
574+
<a name="community-gallery"></a>
575+
576+
## Community gallery (preview)
574577

575578
> [!IMPORTANT]
576-
> 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/).
577-
>
578-
>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.
579-
>
580579
> Microsoft does not provide support for images in the [community gallery](azure-compute-gallery.md#community).
581580
582581
## Reporting issues with a community image
583582
Using community-submitted virtual machine images has several risks. Images could contain malware, security vulnerabilities, or violate someone's intellectual property. To help create a secure and reliable experience for the community, you can report images when you see these issues.
584583

585-
Use the following links to report issues:
584+
The easiest way to report issues with a community gallery is to use the portal, which will pre-fill information for the report:
585+
- For issues with links or other information in the fields of an image definition, select **Report community image**.
586+
- If an image version contains malicious code or there are other issues with a specific version of an image, select **Report** under the **Report version** column in the table of image versions.
587+
588+
You can also use the following links to report issues, but the forms won't be pre-filled:
589+
586590
- Malicious images: Contact [Abuse Report](https://msrc.microsoft.com/report/abuse).
587591
- Intellectual Property violations: Contact [Infringement Report](https://msrc.microsoft.com/report/infringement).
588592

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: virtual-machines
66
ms.subservice: gallery
77
ms.workload: infrastructure-services
88
ms.topic: how-to
9-
ms.date: 03/23/2023
9+
ms.date: 08/15/2023
1010
ms.author: saraic
1111
ms.reviewer: cynthn, mattmcinnes
1212
ms.custom: devx-track-azurecli, devx-track-azurepowershell
@@ -390,14 +390,17 @@ New-AzVM `
390390
## Community gallery
391391

392392
> [!IMPORTANT]
393-
> 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/).
394-
>
395393
> Microsoft does not provide support for images in the [community gallery](azure-compute-gallery.md#community).
396394
397395
## Reporting issues with a community image
398396
Using community-submitted virtual machine images has several risks. Images could contain malware, security vulnerabilities, or violate someone's intellectual property. To help create a secure and reliable experience for the community, you can report images when you see these issues.
399397

400-
Use the following links to report issues:
398+
The easiest way to report issues with a community gallery is to use the portal, which will pre-fill information for the report:
399+
- For issues with links or other information in the fields of an image definition, select **Report community image**.
400+
- If an image version contains malicious code or there are other issues with a specific version of an image, select **Report** under the **Report version** column in the table of image versions.
401+
402+
You can also use the following links to report issues, but the forms won't be pre-filled:
403+
401404
- Malicious images: Contact [Abuse Report](https://msrc.microsoft.com/report/abuse).
402405
- Intellectual Property violations: Contact [Infringement Report](https://msrc.microsoft.com/report/infringement).
403406

@@ -452,7 +455,7 @@ To create the VM from community gallery image, you must accept the license agree
452455
1. For **Security type**, make sure *Standard* is selected.
453456
1. For your **Image**, select **See all images**. The **Select an image** page will open.
454457
:::image type="content" source="media/shared-image-galleries/see-all-images.png" alt-text="Screenshot showing the link to select to see more image options.":::
455-
1. In the left menu, under **Other Items**, select **Community images (PREVIEW)**. The **Other Items | Community Images (PREVIEW)** page will open.
458+
1. In the left menu, under **Other Items**, select **Community images**. The **Other Items | Community Images** page will open.
456459
:::image type="content" source="media/shared-image-galleries/community.png" alt-text="Screenshot showing where to select community gallery images.":::
457460
1. Select an image from the list. Make sure that the **OS state** is *Specialized*. If you want to use a specialized image, see [Create a VM using a generalized image version](vm-generalized-image-version.md). Depending on the image choose, the **Region** the VM will be created in will change to match the image.
458461
1. Complete the rest of the options and then select the **Review + create** button at the bottom of the page.

0 commit comments

Comments
 (0)