Skip to content

Commit 16edd3c

Browse files
committed
added a note and updated TS
1 parent 786cdb7 commit 16edd3c

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ 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. 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.
30-
31-
29+
> - Periodic assessment policies work for all supported image types. 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.
30+
> - Run a remediation task post create [for issues with auto remediation of specialized, migrated and restored images during create](troubleshoot.md#policy-isnt-auto-remediating-for-specialized-migrated--restored-vms-during-create).
3231
3332
## Enable Periodic Assessment for your Azure Arc-enabled machines by using Azure Policy
3433

articles/update-manager/troubleshoot.md

Lines changed: 11 additions & 1 deletion
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/27/2024
5+
ms.date: 03/20/2024
66
ms.topic: conceptual
77
ms.author: sudhirsneha
88
author: SnehaSudhirG
@@ -52,6 +52,16 @@ To review the logs related to all actions performed by the extension, on Windows
5252

5353
---
5454

55+
## Policy isn't auto remediating for specialized, migrated & restored VMs during create
56+
57+
### Cause
58+
You cannot apply policy during create for specialized, migrated, and restored VM because of the way the current modify policy is designed. Post-creation, the policy will show these resources as noncompliant on the compliance dashboard.
59+
60+
### Resolution
61+
62+
Run a remediation task post create to remediate newly created resources. For more information see, [Remediate non-compliant resources with Azure Policy](../governance/policy/how-to/remediate-resources.md).
63+
64+
5565
## Policy remediation tasks are failing for gallery images and for images with encrypted disks
5666

5767
### Issue

0 commit comments

Comments
 (0)