Skip to content

Commit 7a2a573

Browse files
Merge pull request #231813 from mattmcinnes/computegallery_marchchanges
PR for Compute Gallery March Edits
2 parents a094319 + f686951 commit 7a2a573

File tree

8 files changed

+60
-16
lines changed

8 files changed

+60
-16
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ms.author: cynthn
66
ms.service: virtual-machines
77
ms.subservice: gallery
88
ms.topic: overview
9-
ms.date: 02/14/2023
10-
ms.reviewer: cynthn
9+
ms.date: 03/23/2023
10+
ms.reviewer: cynthn, mattmcinnes
1111

1212
---
1313

@@ -142,8 +142,8 @@ For more information, see [Share images using a community gallery](./share-galle
142142

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/).
145-
>
146-
> To publish a community gallery, you need to register for the preview at [https://aka.ms/communitygallery-preview](https://aka.ms/communitygallery-preview). Creating VMs from the community gallery is open to all Azure users.
145+
>
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.
147147
>
148148
> 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.
149149
>

articles/virtual-machines/create-gallery.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ 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: 03/23/2023
1010
ms.author: saraic
11-
ms.reviewer: cynthn
11+
ms.reviewer: cynthn, mattmcinnes
1212
ms.custom: template-how-to, devx-track-azurecli
1313
ms.devlang: azurecli
1414

@@ -195,7 +195,7 @@ During the preview, make sure that you create your gallery, image definitions, a
195195
> [!IMPORTANT]
196196
> 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/).
197197
>
198-
> To publish a community gallery, you need to register for the preview at [https://aka.ms/communitygallery-preview](https://aka.ms/communitygallery-preview). Creating VMs from the community gallery is open to all Azure users.
198+
> 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.
199199
200200
When creating an image to share with the community, you need to provide contact information. This information is shown **publicly**, so be careful when providing:
201201
- Community gallery prefix
111 KB
Loading
96.9 KB
Loading

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

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ ms.service: virtual-machines
66
ms.subservice: gallery
77
ms.topic: how-to
88
ms.workload: infrastructure
9-
ms.date: 07/07/2022
9+
ms.date: 03/30/2023
1010
ms.author: saraic
11-
ms.reviewer: cynthn
11+
ms.reviewer: cynthn, mattmcinnes
1212
ms.custom: template-how-to
1313
ms.devlang: azurecli
1414
---
@@ -23,7 +23,7 @@ Sharing images to the community is a new capability in [Azure Compute Gallery](.
2323
> [!IMPORTANT]
2424
> 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/).
2525
>
26-
> To publish a community gallery, you need to register for the preview at [https://aka.ms/communitygallery-preview](https://aka.ms/communitygallery-preview). It will take up to 10 business days after submitting the form to approve the feature. Creating VMs from the community gallery is open to all Azure users.
26+
> 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) and set up 'CommunityGallery'. Creating VMs from community gallery images is open to all Azure users.
2727
>
2828
> 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.
2929
>
@@ -76,6 +76,20 @@ Information from your image definitions will also be publicly available, like wh
7676
>
7777
> If you stop sharing your gallery during the preview, you won't be able to re-share it.
7878
79+
## Reporting issues with a public image
80+
Utilizing community-submitted virtual machine images has several risks. Certain images could harbor malware, security vulnerabilities, or violate someone's intellectual property. To help create a secure and reliable experience for the community, you can report images in which you see these issues.
81+
82+
### Reporting images through the Azure portal:
83+
Selecting a community image will show several "Report" options. You can report the whole image, or report a specific version if previous versions were unaffected by the issue you encountered.
84+
85+
:::image type="content" source="media/shared-image-galleries/report-options.png" alt-text="Screenshot showing the Report button for malicious images.":::
86+
87+
### Reporting images externally:
88+
- Malicious images: Contact [Abuse Report](https://msrc.microsoft.com/report/abuse).
89+
90+
- Intellectual Property violations: Contact [Infringement Report](https://msrc.microsoft.com/report/infringement).
91+
92+
7993
## Start sharing publicly
8094

8195
In order to share a gallery publicly, it needs to be created as a community gallery. For more information, see [Create a community gallery](create-gallery.md#create-a-community-gallery)

articles/virtual-machines/update-image-resources.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ title: List, update, and delete resources
33
description: List, update, and delete resources in your Azure Compute Gallery.
44
author: sandeepraichura
55
ms.author: saraic
6-
ms.reviewer: cynthn
6+
ms.reviewer: cynthn, mattmcinnes
77
ms.service: virtual-machines
88
ms.subservice: gallery
99
ms.topic: how-to
10-
ms.date: 04/20/2022
10+
ms.date: 03/23/2023
1111
ms.custom: devx-track-azurecli, devx-track-azurepowershell
1212

1313
---
@@ -393,6 +393,8 @@ Remove-AzResourceGroup -Name $resourceGroup
393393

394394
> [!IMPORTANT]
395395
> 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/).
396+
>
397+
> 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.
396398
397399
To list your own galleries, and output the public names for your community galleries:
398400

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

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ ms.service: virtual-machines
66
ms.subservice: gallery
77
ms.topic: how-to
88
ms.workload: infrastructure
9-
ms.date: 02/16/2023
9+
ms.date: 03/23/2023
1010
ms.author: saraic
11-
ms.reviewer: cynthn
11+
ms.reviewer: cynthn, mattmcinnes
1212
ms.custom: devx-track-azurecli, devx-track-azurepowershell
1313

1414
---
@@ -573,8 +573,23 @@ New-AzVM -ResourceGroupName $resourceGroup -Location $location -VM $vmConfig
573573
> [!IMPORTANT]
574574
> 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/).
575575
>
576+
>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.
577+
>
576578
> Microsoft does not provide support for images in the [community gallery](azure-compute-gallery.md#community).
577579
580+
## Reporting issues with a public image
581+
Utilizing community-submitted virtual machine images has several risks. Certain images could harbor malware, security vulnerabilities, or violate someone's intellectual property. To help create a secure and reliable experience for the community, you can report images in which you see these issues.
582+
583+
### Reporting images through the Azure portal:
584+
Selecting a community image will show several "Report" options. You can report the whole image, or report a specific version if previous versions were unaffected by the issue you encountered.
585+
586+
:::image type="content" source="media/shared-image-galleries/report-options.png" alt-text="Screenshot showing the Report button for malicious images.":::
587+
588+
### Reporting images externally:
589+
- Malicious images: Contact [Abuse Report](https://msrc.microsoft.com/report/abuse).
590+
591+
- Intellectual Property violations: Contact [Infringement Report](https://msrc.microsoft.com/report/infringement).
592+
578593

579594
### [CLI](#tab/cli3)
580595

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

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ ms.service: virtual-machines
66
ms.subservice: gallery
77
ms.workload: infrastructure-services
88
ms.topic: how-to
9-
ms.date: 02/14/2023
9+
ms.date: 03/23/2023
1010
ms.author: saraic
11-
ms.reviewer: cynthn
11+
ms.reviewer: cynthn, mattmcinnes
1212
ms.custom: devx-track-azurecli, devx-track-azurepowershell
1313
---
1414

@@ -394,6 +394,19 @@ New-AzVM `
394394
>
395395
> Microsoft does not provide support for images in the [community gallery](azure-compute-gallery.md#community).
396396
397+
### Reporting issues with a public image
398+
Utilizing community-submitted virtual machine images has several risks. Certain images could harbor malware, security vulnerabilities, or violate someone's intellectual property. To help create a secure and reliable experience for the community, you can report images in which you see these issues.
399+
400+
#### Reporting images through the Azure portal:
401+
Selecting a community image will show several "Report" options. You can report the whole image, or report a specific version if previous versions were unaffected by the issue you encountered.
402+
403+
:::image type="content" source="media/shared-image-galleries/report-options.png" alt-text="Screenshot showing the Report button for malicious images.":::
404+
405+
#### Reporting images externally:
406+
- Malicious images: Contact [Abuse Report](https://msrc.microsoft.com/report/abuse).
407+
408+
- Intellectual Property violations: Contact [Infringement Report](https://msrc.microsoft.com/report/infringement).
409+
397410

398411
### [CLI](#tab/cli4)
399412

0 commit comments

Comments
 (0)