Skip to content

Commit 6021c38

Browse files
authored
Update policy-effect.md
Addressed comment, moved fixed to deployIfNotExists.
1 parent d4d04d9 commit 6021c38

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-policy/policy-effects.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ related resources to match.
204204
- For _Subscription_, queries the entire subscription for the related resource.
205205
- Default is _ResourceGroup_.
206206
- **ExistenceCondition** (optional)
207-
- If not specified, any related resource of **type** satisfies the effect and does not trigger the deployment.
207+
- If not specified, any related resource of **type** satisfies the effect and does not trigger the audit.
208208
- Uses the same language as the policy rule for the **if** condition, but is evaluated against each related resource individually.
209-
- If any matching related resource evaluates to true, the effect is satisfied and does not trigger the deployment.
209+
- If any matching related resource evaluates to true, the effect is satisfied and does not trigger the audit.
210210
- Can use [field()] to check equivalence with values in the **if** condition.
211211
- As an example, this could be used to validate that the parent resource (in the **if** condition) is in the same resource location as the matching related resource.
212212

@@ -279,9 +279,9 @@ related resources to match and the template deployment to execute.
279279
- For _Subscription_, queries the entire subscription for the related resource.
280280
- Default is _ResourceGroup_.
281281
- **ExistenceCondition** (optional)
282-
- If not specified, any related resource of **type** satisfies the effect and does not trigger the audit.
282+
- If not specified, any related resource of **type** satisfies the effect and does not trigger the deployment.
283283
- Uses the same language as the policy rule for the **if** condition, but is evaluated against each related resource individually.
284-
- If any matching related resource evaluates to true, the effect is satisfied and does not trigger the audit.
284+
- If any matching related resource evaluates to true, the effect is satisfied and does not trigger the deployment.
285285
- Can use [field()] to check equivalence with values in the **if** condition.
286286
- As an example, this could be used to validate that the parent resource (in the **if** condition) is in the same resource location as the matching related resource.
287287
- **Deployment** [required]

0 commit comments

Comments
 (0)