Skip to content

Commit 3c5c3f1

Browse files
authored
Merge pull request #105207 from DCtheGeek/dmc-policy-ghi48702
Fixes MicrosoftDocs/azure-docs#48702 - Mention enforcementMode in template failures
2 parents 701638f + d79945a commit 3c5c3f1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/governance/policy/concepts/definition-structure.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,11 @@ Conditions can also be formed using **value**. **value** checks conditions again
405405

406406
> [!WARNING]
407407
> If the result of a _template function_ is an error, policy evaluation fails. A failed evaluation
408-
> is an implicit **deny**. For more information, see [avoiding template failures](#avoiding-template-failures).
408+
> is an implicit **deny**. For more information, see
409+
> [avoiding template failures](#avoiding-template-failures). Use
410+
> [enforcementMode](./assignment-structure.md#enforcement-mode) of **DoNotEnforce** to prevent
411+
> impact of a failed evaluation on new or updated resources while testing and validating a new
412+
> policy definition.
409413
410414
#### Value examples
411415

0 commit comments

Comments
 (0)