Skip to content

Commit f63d049

Browse files
Merge pull request #217089 from timwarner-msft/timwarner-poleval
Clarify policy evaluation scope
2 parents c4eb343 + 4e18d4f commit f63d049

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

articles/governance/policy/concepts/exemption-structure.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Details of the policy exemption structure
33
description: Describes the policy exemption definition used by Azure Policy to exempt resources from evaluation of initiatives or definitions.
4-
ms.date: 07/09/2022
4+
ms.date: 11/03/2022
55
ms.topic: conceptual
66
ms.author: timwarner
77
author: timwarner-msft
@@ -15,6 +15,10 @@ see [Understand scope in Azure Policy](./scope.md). Azure Policy exemptions only
1515
[Resource Manager modes](./definition-structure.md#resource-manager-modes) and don't work with
1616
[Resource Provider modes](./definition-structure.md#resource-provider-modes).
1717

18+
> [!NOTE]
19+
> By design, Azure Policy exempts all resources under the `Microsoft.Resources` resource provider (RP) from
20+
policy evaluation with the exception of subscriptions and resource groups, which can be evaluated.
21+
1822
You use JavaScript Object Notation (JSON) to create a policy exemption. The policy exemption contains elements for:
1923

2024
- [display name](#display-name-and-description)

articles/governance/policy/how-to/get-compliance-data.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Get policy compliance data
33
description: Azure Policy evaluations and effects determine compliance. Learn how to get the compliance details of your Azure resources.
44
author: timwarner-msft
5-
ms.date: 11/02/2022
5+
ms.date: 11/03/2022
66
ms.topic: how-to
77
ms.author: timwarner
88
---
@@ -55,7 +55,7 @@ Evaluations of assigned policies and initiatives happen as the result of various
5555
compliant status information for the individual resource becomes available in the portal and SDKs
5656
around 15 minutes later. This event doesn't cause an evaluation of other resources.
5757

58-
- A subscription (resource type `Microsoft.Resource/subscriptions`) is created or moved within a
58+
- A subscription (resource type `Microsoft.Resources/subscriptions`) is created or moved within a
5959
[management group hierarchy](../../management-groups/overview.md) with an assigned policy
6060
definition targeting the subscription resource type. Evaluation of the subscription supported
6161
effects (audit, auditIfNotExist, deployIfNotExists, modify), logging, and any remediation actions
@@ -74,6 +74,10 @@ Evaluations of assigned policies and initiatives happen as the result of various
7474

7575
- On-demand scan
7676

77+
> [!NOTE]
78+
> By design, Azure Policy exempts all resources under the `Microsoft.Resources` resource provider (RP) from
79+
policy evaluation with the exception of subscriptions and resource groups, which can be evaluated.
80+
7781
### On-demand evaluation scan
7882

7983
An evaluation scan for a subscription or a resource group can be started with Azure CLI, Azure

0 commit comments

Comments
 (0)