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
Copy file name to clipboardExpand all lines: articles/azure-monitor/logs/cross-workspace-query.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: This article describes how you can query against resources from mul
4
4
ms.topic: conceptual
5
5
author: bwren
6
6
ms.author: bwren
7
-
ms.date: 09/22/2020
7
+
ms.date: 04/11/2021
8
8
9
9
---
10
10
@@ -23,7 +23,7 @@ There are two methods to query data that is stored in multiple workspace and app
23
23
## Cross-resource query limits
24
24
25
25
* The number of Application Insights resources and Log Analytics workspaces that you can include in a single query is limited to 100.
26
-
* Cross-resource query is not supported in View Designer. You can Author a query in Log Analytics and pin it to Azure dashboard to [visualize a log query](../visualize/tutorial-logs-dashboards.md).
26
+
* Cross-resource query is not supported in View Designer. You can Author a query in Log Analytics and pin it to Azure dashboard to [visualize a log query](../visualize/tutorial-logs-dashboards.md) or include in [Workbooks](../visualize/workbooks-overview.md).
27
27
* Cross-resource queries in log alerts are only supported in the current [scheduledQueryRules API](/rest/api/monitor/scheduledqueryrules). If you're using the legacy Log Analytics Alerts API, you'll need to [switch to the current API](../alerts/alerts-log-api-switch.md).
28
28
29
29
@@ -37,15 +37,17 @@ Identifying a workspace can be accomplished one of several ways:
37
37
38
38
* Resource name - is a human-readable name of the workspace, sometimes referred to as *component name*.
39
39
40
+
>[!Note]
41
+
>Because app and workspace names are not unique, this identifier might be ambiguous. When there are multiple instances of the resource name, reference should be by Qualified name, Resource ID, or Azure Resource ID.
42
+
40
43
`workspace("contosoretail-it").Update | count`
41
44
42
-
* Qualified name - is the “full name” of the workspace, composed of the subscription name, resource group, and component name in this format: *subscriptionName/resourceGroup/componentName*.
45
+
* Qualified name - is the "full name" of the workspace, composed of the subscription name, resource group, and component name in this format: *subscriptionName/resourceGroup/componentName*.
0 commit comments