File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
articles/governance/policy/concepts Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
title : Understand how effects work
3
3
description : Azure Policy definitions have various effects that determine how compliance is managed and reported.
4
4
author : timwarner-msft
5
- ms.date : 09/23 /2022
5
+ ms.date : 10/20 /2022
6
6
ms.topic : conceptual
7
7
ms.author : timwarner
8
8
---
@@ -613,8 +613,11 @@ This effect is useful for testing situations or for when the policy definition h
613
613
effect. This flexibility makes it possible to disable a single assignment instead of disabling all
614
614
of that policy's assignments.
615
615
616
- An alternative to the Disabled effect is ** enforcementMode** , which is set on the policy assignment.
617
- When ** enforcementMode** is _ Disabled_ , resources are still evaluated. Logging, such as Activity
616
+ > [ !NOTE]
617
+ > Policy definitions that use the ** Disabled** effect have the default compliance state ** Compliant** after assignment.
618
+
619
+ An alternative to the ** Disabled** effect is ** enforcementMode** , which is set on the policy assignment.
620
+ When ** enforcementMode** is ** Disabled** _ ** , resources are still evaluated. Logging, such as Activity
618
621
logs, and the policy effect don't occur. For more information, see
619
622
[ policy assignment - enforcement mode] ( ./assignment-structure.md#enforcement-mode ) .
620
623
You can’t perform that action at this time.
0 commit comments