Skip to content

Commit c72894d

Browse files
committed
link
1 parent 860db7b commit c72894d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/alerts/alerts-log-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ SecurityEvent
5151
| where EventID == 4624
5252
```
5353

54-
Log alert rules using [cross-resource queries](../logs/logs/cross-workspace-query.md) aren't affected by this change because cross-resource queries use a type of `union`, which limits the query scope to specific resources. The following example would be a valid log alert query:
54+
Log alert rules using [cross-resource queries](../logs/cross-workspace-query.md) aren't affected by this change because cross-resource queries use a type of `union`, which limits the query scope to specific resources. The following example would be a valid log alert query:
5555

5656
```Kusto
5757
union

0 commit comments

Comments
 (0)