Skip to content

Commit 7a1af89

Browse files
committed
Fixed explanantions of exempt/excluded
1 parent f09abed commit 7a1af89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/governance/policy/concepts/compliance-states.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: conceptual
99

1010
## How compliance works
1111

12-
When initiative or policy definitions are assigned, Azure Policy determines which resources are [applicable](./policy-applicability.md) then evaluates those which haven't been [excluded](./assignment-structure.md#excluded-scopes). Evaluation yields **compliance states** based on conditions in the policy rule and each resources' adherence to those requirements.
12+
When initiative or policy definitions are assigned, Azure Policy determines which resources are [applicable](./policy-applicability.md) then evaluates those which haven't been [excluded](./assignment-structure.md#excluded-scopes) or [exempted](./exemption-structure.md). Evaluation yields **compliance states** based on conditions in the policy rule and each resources' adherence to those requirements.
1313

1414
## Available compliance states
1515

@@ -46,10 +46,10 @@ A policy assignment is considered conflicting when there are two or more policy
4646

4747
### Exempt
4848

49-
An [exemption](./exemption-structure.md) can be created on an assignment for an applicable resource or resource hierarchy, and resources within that scope are given a compliance state of exempt.
49+
An applicable resource has a compliance state of exempt for a policy assignment when it is in the scope of an [exemption](./exemption-structure.md).
5050

5151
> [!NOTE]
52-
> A key distinction between [exemption](./exemption-structure.md) and [exclusion](./assignment-structure.md#excluded-scopes) is that evaluation is bypassed for excluded scopes but still occurs for exempted scopes. Resources belonging to exempted scopes do not have a compliance state.
52+
> _Exempt_ is different than _excluded_. For more details, see [scope](./scope.md).
5353
5454
### Unknown (preview)
5555

0 commit comments

Comments
 (0)