@@ -50,7 +50,7 @@ manages the evaluation and outcome and reports the results back to Azure Policy.
50
50
51
51
- ** Disabled** is checked first to determine whether the policy rule should be evaluated.
52
52
- ** Append** and ** Modify** are then evaluated. Since either could alter the request, a change made
53
- may prevent an audit or deny effect from triggering. These effects are only available with a
53
+ might prevent an audit or deny effect from triggering. These effects are only available with a
54
54
Resource Manager mode.
55
55
- ** Deny** is then evaluated. By evaluating deny before audit, double logging of an undesired
56
56
resource is prevented.
@@ -322,7 +322,7 @@ related resources to match.
322
322
complete, regardless of outcome. If provisioning takes longer than 6 hours, it's treated as a
323
323
failure when determining _ AfterProvisioning_ evaluation delays.
324
324
- Default is ` PT10M ` (10 minutes).
325
- - Specifying a long evaluation delay may cause the recorded compliance state of the resource to
325
+ - Specifying a long evaluation delay might cause the recorded compliance state of the resource to
326
326
not update until the next
327
327
[ evaluation trigger] ( ../how-to/get-compliance-data.md#evaluation-triggers ) .
328
328
- ** ExistenceCondition** (optional)
@@ -626,7 +626,7 @@ related resources to match and the template deployment to execute.
626
626
complete, regardless of outcome. If provisioning takes longer than 6 hours, it's treated as a
627
627
failure when determining _ AfterProvisioning_ evaluation delays.
628
628
- Default is ` PT10M ` (10 minutes).
629
- - Specifying a long evaluation delay may cause the recorded compliance state of the resource to
629
+ - Specifying a long evaluation delay might cause the recorded compliance state of the resource to
630
630
not update until the next
631
631
[ evaluation trigger] ( ../how-to/get-compliance-data.md#evaluation-triggers ) .
632
632
- ** ExistenceCondition** (optional)
@@ -1020,7 +1020,7 @@ To learn more, go to [Understand Azure Policy for Kubernetes clusters](./policy-
1020
1020
1021
1021
## Layering policy definitions
1022
1022
1023
- A resource may be affected by several assignments. These assignments may be at the same scope or at
1023
+ A resource can be affected by several assignments. These assignments might be at the same scope or at
1024
1024
different scopes. Each of these assignments is also likely to have a different effect defined. The
1025
1025
condition and effect for each policy is independently evaluated. For example:
1026
1026
0 commit comments