Skip to content

Commit fd09d0a

Browse files
committed
Blocking Issues resolutions
1 parent e079d18 commit fd09d0a

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed
21.4 KB
Loading

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

Lines changed: 4 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.topic: how-to
88
ms.workload: infrastructure
9-
ms.date: 03/23/2023
9+
ms.date: 03/30/2023
1010
ms.author: saraic
1111
ms.reviewer: cynthn, mattmcinnes
1212
ms.custom: template-how-to
@@ -23,8 +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'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.
27-
> <!-- Get Preview Subscription name from Sandeep to include here -->
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.
2827
>
2928
> 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.
3029
>
@@ -80,7 +79,7 @@ Information from your image definitions will also be publicly available, like wh
8079
## Reporting issues with a public image
8180
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.
8281

83-
### Reporting images through the Azure Portal:
82+
### Reporting images through the Azure portal:
8483
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.
8584

8685
:::image type="content" source="media/shared-image-galleries/report-options.png" alt-text="Screenshot showing the Report button for malicious images.":::
@@ -146,4 +145,4 @@ To delete a gallery shared to community, you must first run `az sig share reset`
146145

147146
Create an [image definition and an image version](image-version.md).
148147

149-
Create a VM from a [generalized](vm-generalized-image-version.md#community-gallery) or [specialized](vm-specialized-image-version.md#community-gallery) image in a community gallery.
148+
Create a VM from a [generalized](vm-generalized-image-version.md#community-gallery) or [specialized](vm-specialized-image-version.md#community-gallery) image in a community gallery.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ New-AzVM -ResourceGroupName $resourceGroup -Location $location -VM $vmConfig
580580
## Reporting issues with a public image
581581
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.
582582

583-
### Reporting images through the Azure Portal:
583+
### Reporting images through the Azure portal:
584584
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.
585585

586586
:::image type="content" source="media/shared-image-galleries/report-options.png" alt-text="Screenshot showing the Report button for malicious images.":::

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ New-AzVM `
397397
### Reporting issues with a public image
398398
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.
399399

400-
#### Reporting images through the Azure Portal:
400+
#### Reporting images through the Azure portal:
401401
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.
402402

403403
:::image type="content" source="media/shared-image-galleries/report-options.png" alt-text="Screenshot showing the Report button for malicious images.":::

0 commit comments

Comments
 (0)