Skip to content

Commit 5671559

Browse files
committed
Update cross-workspace-query.md
1 parent 3001f1a commit 5671559

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/logs/cross-workspace-query.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ There are two methods to query data that is stored in multiple workspace and app
2323
## Cross-resource query limits
2424

2525
* 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) or include in [Workbooks](../visualize/workbooks-overview).
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).
2727
* 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).
2828

2929

@@ -42,7 +42,7 @@ Identifying a workspace can be accomplished one of several ways:
4242
4343
`workspace("contosoretail-it").Update | count`
4444

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*.
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*.
4646

4747
`workspace('contoso/contosoretail/contosoretail-it').Update | count`
4848

0 commit comments

Comments
 (0)