You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add call to action for account entity naming updates
Added a call to action regarding updates to account entity naming in incidents and alerts, including guidance on updating queries and automation logic.
-[Call to action: update queries and automation by December 13, 2025 - standardized account entity naming in incidents and alerts](#call-to-action-update-queries-and-automation-by-december-13-2025---standardized-account-entity-naming-in-incidents-and-alerts)
24
+
25
+
### Call to action: update queries and automation by December 13, 2025 - standardized account entity naming in incidents and alerts
26
+
27
+
Microsoft Sentinel is updating how it identifies account entities in incidents and alerts. This change introduces a standardized naming logic to improve consistency and reliability across your analytics and automation workflows.
28
+
29
+
> [!IMPORTANT]
30
+
> This change might affect your analytic rules, automation rules, playbooks, workbooks, hunting queries, and custom integrations.
31
+
32
+
Sentinel will now select the most reliable account identifier using the following priority:
33
+
34
+
1.**UPN prefix** – the part before “@” in a User Principal Name
1.**Display Name** – fallback if both above are missing
39
+
40
+
Update your KQL queries and automation logic to follow the new precedence-aware pattern. Use the [`coalesce()`(/kusto/query/coalesce-function)](/kusto/query/coalesce-function) function to ensure compatibility:
### Call to action: update queries and automation by December 13, 2025 - standardized account entity naming in incidents and alerts
48
-
49
-
Microsoft Sentinel is updating how it identifies account entities in incidents and alerts. This change introduces a standardized naming logic to improve consistency and reliability across your analytics and automation workflows.
50
-
51
-
> [!IMPORTANT]
52
-
> This change might affect your analytic rules, automation rules, playbooks, workbooks, hunting queries, and custom integrations.
53
-
54
-
Sentinel will now select the most reliable account identifier using the following priority:
55
-
56
-
1.**UPN prefix** – the part before “@” in a User Principal Name
1.**Display Name** – fallback if both above are missing
61
-
62
-
Update your KQL queries and automation logic to follow the new precedence-aware pattern. Use the [`coalesce()`(/kusto/query/coalesce-function)](/kusto/query/coalesce-function) function to ensure compatibility:
0 commit comments