Skip to content

Commit 0d5fd43

Browse files
Merge pull request #281379 from yossi-y/main
fixed cross-query reference in doc
2 parents 7b36d17 + 1e839ae commit 0d5fd43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/logs/api/cross-workspace-queries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Cross workspace queries
33
description: The API supports the ability to query across multiple workspaces.
4-
ms.date: 08/06/2022
4+
ms.date: 07/21/2024
55
author: guywi-ms
66
ms.author: guywild
77
ms.topic: article
@@ -68,7 +68,7 @@ Example:
6868
Authorization: Bearer <user token>
6969
7070
{
71-
"query": "union (AzureActivity | where timestamp > ago(1d), (workspaces('AIFabrikamDemo').AzureActivity | where timestamp> ago(1d))"
71+
"query": "union (AzureActivity | where timestamp > ago(1d)), (workspaces('00000000-0000-0000-0000-000000000000').AzureActivity | where timestamp> ago(1d))"
7272
}
7373
```
7474

0 commit comments

Comments
 (0)