Skip to content

Commit 860db7b

Browse files
committed
links
1 parent 066e5e8 commit 860db7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,17 @@ SecurityEvent
5151
| where EventID == 4624
5252
```
5353

54-
Log alert rules using [cross-resource queries](../alerts/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/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
5858
app('00000000-0000-0000-0000-000000000001').requests,
5959
app('00000000-0000-0000-0000-000000000002').requests,
60-
workspace('00000000-0000-0000-0000-000000000003').Perf
60+
workspace('"00000000-0000-0000-0000-000000000001').Perf
6161
```
6262

6363
>[!NOTE]
64-
> [Cross-resource queries](../alerts/cross-workspace-query.md) are supported in the new [scheduledQueryRules API](/rest/api/monitor/scheduledqueryrule-2021-08-01/scheduled-query-rules). If you still use the [legacy Log Analytics Alert API](./api-alerts.md) for creating log alerts, see [Upgrade legacy rules management to the current Azure Monitor Log Alerts API](../alerts-log-api-switch.md) to learn about switching.
64+
> [Cross-resource queries](../logs/cross-workspace-query.md) are supported in the new [scheduledQueryRules API](/rest/api/monitor/scheduledqueryrule-2021-08-01/scheduled-query-rules). If you still use the [legacy Log Analytics Alert API](./api-alerts.md) for creating log alerts, see [Upgrade legacy rules management to the current Azure Monitor Log Alerts API](./alerts-log-api-switch.md) to learn about switching.
6565
6666
## Examples
6767

0 commit comments

Comments
 (0)