Skip to content

Commit 48b96ce

Browse files
committed
feedback incorporated
1 parent d588111 commit 48b96ce

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed
210 KB
Loading

articles/update-manager/periodic-assessment-at-scale.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article shows how to manage update settings for your Windows a
44
ms.service: azure-update-manager
55
author: SnehaSudhirG
66
ms.author: sudhirsneha
7-
ms.date: 02/12/2024
7+
ms.date: 02/27/2024
88
ms.topic: conceptual
99
---
1010

@@ -26,7 +26,7 @@ This article describes how to enable Periodic Assessment for your machines at sc
2626
You can monitor the compliance of resources under **Compliance** and remediation status under **Remediation** on the Azure Policy home page.
2727

2828
> [!NOTE]
29-
> Currently, Periodic assessment policies don’t support specialized, migrated, and restored images. However, they work for both marketplace and generalized gallery images, and you need to provide **Contributor** role to the managed identity created during policy assignment. For more information, see [remediation failures for gallery images](troubleshoot.md#policy-remediation-tasks-are-failing-for-gallery-images-and-for-images-with-encrypted-disks).
29+
> Currently, Periodic assessment policies don’t support specialized, migrated, and restored images. However, they work for both marketplace and generalized gallery images. If you are facing failures during remediation see, [remediation failures for gallery images](troubleshoot.md#policy-remediation-tasks-are-failing-for-gallery-images-and-for-images-with-encrypted-disks) for more information.
3030
3131

3232

articles/update-manager/troubleshoot.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Troubleshoot known issues with Azure Update Manager
33
description: This article provides details on known issues and how to troubleshoot any problems with Azure Update Manager.
44
ms.service: azure-update-manager
5-
ms.date: 02/12/2024
5+
ms.date: 02/27/2024
66
ms.topic: conceptual
77
ms.author: sudhirsneha
88
author: SnehaSudhirG
@@ -55,15 +55,17 @@ To review the logs related to all actions performed by the extension, on Windows
5555
## Policy remediation tasks are failing for gallery images and for images with encrypted disks
5656

5757
### Issue
58-
There are remediation failures for gallery images which have a reference to the gallery image in the VM mode. This is because it requires the read permission and it is currently not part of the VM Contributor role.
58+
There are remediation failures for VMs which have a reference to the gallery image in the Virtual Machine mode. This is because it requires the read permission to the gallery image and it is currently not part of the Virtual Machine Contributor role.
59+
60+
:::image type="content" source="./media/troubleshoot/policy-remediation-failure-error.png" alt-text="Screenshot that shows the error code for the policy remediation failure. " lightbox="./media/./media/troubleshoot/policy-remediation-failure-error.png":::
5961

6062
### Cause
61-
The VM Contributor role doesn’t have enough permissions.
63+
The Virtual Machine Contributor role doesn’t have enough permissions.
6264

6365
### Resolution
6466
- For all the new assignments, a recent change is introduced to provide **Contributor** role to the managed identity created during policy assignment for remediation. Going forward, this will be assigned for any new assignments.
6567
- For any previous assignments if you are experiencing failure of remediation tasks, we recommend that you manually assign the contributor role to the managed identity by following the steps listed under [Grant permissions to the managed identity through defined roles](../governance/policy/how-to/remediate-resources.md)
66-
- Also, in scenarios where the Contributor role doesn’t work either for the linked resources (gallery image) or for the disk in another resource group or subscription, manually provide the managed identity with the right roles and permissions on the scope to unblock remediations by following the steps in [Grant permissions to the managed identity through defined roles](../governance/policy/how-to/remediate-resources.md).
68+
- Also, in scenarios where the Contributor role doesn’t work when the linked resources (gallery image or disk) is in another resource group or subscription, manually provide the managed identity with the right roles and permissions on the scope to unblock remediations by following the steps in [Grant permissions to the managed identity through defined roles](../governance/policy/how-to/remediate-resources.md).
6769

6870

6971
### Unable to generate periodic assessment for Arc-enabled servers

0 commit comments

Comments
 (0)