Skip to content

Commit 46aa42f

Browse files
Update articles/governance/policy/concepts/definition-structure-policy-rule.md
Accept copilot suggestions Co-authored-by: Copilot <[email protected]>
1 parent ec2e732 commit 46aa42f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ The following functions are only available in policy rules:
665665
```
666666

667667
> [!WARNING]
668-
> When using the requestContext().identity function the policy engine will mark the policy as not applicable for scans. Meaning that no compliance will be visible but effects like deny/DeployIfNotExists/Modify will still be applied.
668+
> When you use the `requestContext().identity` function, the policy engine marks the policy as `NotApplicable` for compliance evaluation/scans. As a result, compliance results for that policy show as `NotApplicable`, but enforcement of effects such as `Deny`, `DeployIfNotExists`, and `Modify` still occurs at request time.
669669

670670
- `policy()`
671671
- Returns the following information about the policy that is being evaluated. Properties can be accessed from the returned object (example: `[policy().assignmentId]`).

0 commit comments

Comments
 (0)