Skip to content

Commit 745829b

Browse files
Propose applicability page draft
1 parent dc8a452 commit 745829b

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

articles/governance/policy/concepts/policy-applicability.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Azure Policy applicability logic
33
description: Describes the rules Azure Policy uses to determine whether the policy is applied to its assigned resources.
4-
ms.date: 05/19/2022
4+
ms.date: 05/20/2022
55
ms.topic: conceptual
66
ms.author: timwarner
77
author: timwarner-msft
@@ -21,28 +21,17 @@ Following are special cases to the previously described applicability logic:
2121
- Any invalid aliases in the ****If**** conditions
2222
- The policy is not applicable
2323
- When the **If** conditions consist of only type conditions
24-
- The policy is applicable to all resources. (Legacy logic. Configurable)
24+
- The policy is applicable to all resources.
2525
- When the **If** conditions consist of only name conditions
2626
- The policy is applicable to all resources.
2727
- When the **If** conditions consist of only type and name conditions
28-
- It depends on which field the first condition in the **If** refers to. It applies the applicability logic with conditions with that field only. E.g. when "type" field appears in the first condition of the **If**, only type conditions are considered when deciding applicability. When "name" field appears in the first condition of the **If**, only name conditions are considered when deciding applicability.
28+
- It depends on which field the first condition in the **If** refers to. It applies the applicability logic with conditions with that field only. E.g. when **type** field appears in the first condition of the **If**, only type conditions are considered when deciding applicability. When **name** field appears in the first condition of the **If**, only name conditions are considered when deciding applicability.
2929
- When any conditions (including deployment parameters) include a location condition
3030
- Will not be applicable to subscriptions
3131

3232
## Applicability logic for AuditIfNotExists and DeployIfNotExists policy effects
3333

34-
Audit**If**NotExists / Deploy**If**NotExists policies
35-
The applicability is based on the **If** conditions.
36-
37-
Applicability logic
38-
When the **If** evaluates to false, the policy is not applicable.
39-
40-
41-
42-
43-
44-
45-
34+
The applicability is based on the **If** conditions. When the **If** evaluates to false, the policy is not applicable.
4635

4736
## Next steps
4837

0 commit comments

Comments
 (0)