Skip to content

Commit b7ed971

Browse files
committed
added redirects
1 parent 1a9924a commit b7ed971

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6433,6 +6433,21 @@
64336433
"source_path_from_root": "/articles/azure-monitor/faq.yml",
64346434
"redirect_url": "/azure/azure-monitor/overview#frequently-asked-questions",
64356435
"redirect_document_id": false
6436+
},
6437+
{
6438+
"source_path_from_root": "articles/azure-monitor/logs/app-expression.md",
6439+
"redirect_url": "/azure/azure-monitor/logs/cross-workspace-query",
6440+
"redirect_document_id": false
6441+
},
6442+
{
6443+
"source_path_from_root": "articles/azure-monitor/logs/workspace-expression.md",
6444+
"redirect_url": "/azure/azure-monitor/logs/cross-workspace-query",
6445+
"redirect_document_id": false
6446+
},
6447+
{
6448+
"source_path_from_root": "articles/azure-monitor/logs/workspace-expression.md",
6449+
"redirect_url": "/azure/azure-monitor/logs/cross-workspace-query",
6450+
"redirect_document_id": false
64366451
}
64376452
]
64386453
}

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
title: Query across resources with Azure Monitor
3-
description: This article describes how you can query against resources from multiple workspaces and an Application Insights app in your subscription.
3+
description: Query and correlated data from multiple Log Analytics workspaces, applications, or resources using the `workspace()`, `app()`, and `resource()` Kusto Query Language (KQL) expressions.
44
ms.topic: how-to
55
author: guywi-ms
66
ms.author: guywild
77
ms.date: 05/30/2023
8+
# Customer intent: As a data analyst, I want to write KQL queries that correlate data from multiple Log Analytics workspaces, applications, or resources, to enable my analysis.
89

910
---
1011

@@ -24,7 +25,7 @@ If you manage subscriptions in other Microsoft Entra tenants through [Azure Ligh
2425
2526
## Permissions required
2627

27-
- You must have `/*/read` permissions to any resource you query, as provided by the [Log Analytics Reader built-in role](./manage-access.md#log-analytics-reader) for Log Analytics workspaces, for example.
28+
- You must have `Microsoft.OperationalInsights/workspaces/query/*/read` permissions to the Log Analytics workspaces you query, as provided by the [Log Analytics Reader built-in role](./manage-access.md#log-analytics-reader), for example.
2829
- To save a query, you must have `microsoft.operationalinsights/querypacks/queries/action` permisisons to the query pack where you want to save the query, as provided by the [Log Analytics Contributor built-in role](./manage-access.md#log-analytics-contributor), for example.
2930

3031
## Limitations

0 commit comments

Comments
 (0)