We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b36d17 + 1e839ae commit 0d5fd43Copy full SHA for 0d5fd43
articles/azure-monitor/logs/api/cross-workspace-queries.md
@@ -1,7 +1,7 @@
1
---
2
title: Cross workspace queries
3
description: The API supports the ability to query across multiple workspaces.
4
-ms.date: 08/06/2022
+ms.date: 07/21/2024
5
author: guywi-ms
6
ms.author: guywild
7
ms.topic: article
@@ -68,7 +68,7 @@ Example:
68
Authorization: Bearer <user token>
69
70
{
71
- "query": "union (AzureActivity | where timestamp > ago(1d), (workspaces('AIFabrikamDemo').AzureActivity | where timestamp> ago(1d))"
+ "query": "union (AzureActivity | where timestamp > ago(1d)), (workspaces('00000000-0000-0000-0000-000000000000').AzureActivity | where timestamp> ago(1d))"
72
}
73
```
74
0 commit comments