Skip to content

Commit 7b5ea5b

Browse files
Merge pull request #269611 from guywi-ms/updates-based-on-sandervandevelde-feedback
Updates based on sandervandevelde feedback
2 parents 9e0d78f + aa3cd4a commit 7b5ea5b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/azure-monitor/logs/azure-monitor-data-explorer-proxy.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Run cross-service queries by using any client tools that support Kusto Query Lan
1616

1717
## Permissions required
1818

19-
To run a cross-service query, you need:
19+
To run a cross-service query that correlates data in Azure Data Explorer or Azure Resource Graph with data in a Log Analytics workspace, you need:
2020

2121
- `Microsoft.OperationalInsights/workspaces/query/*/read` permissions to the Log Analytics workspaces you query, as provided by the [Log Analytics Reader built-in role](../logs/manage-access.md#log-analytics-reader), for example.
2222
- Reader permissions to the resources you query in Azure Resource Graph.
@@ -124,9 +124,12 @@ More use cases:
124124
- Use a tag to determine whether VMs should be running 24x7 or should be shut down at night.
125125
- Show alerts on any server that contains a certain number of cores.
126126
127-
## Create an alert based on a cross-service query
127+
## Create an alert based on a cross-service query from your Log Analytics workspace
128128
129-
To create a new alert rule based on a cross-service query, follow the steps in [Create a new alert rule](../alerts/alerts-create-new-alert-rule.md), selecting your Log Analytics workspace on the **Scope** tab.
129+
To create an alert rule based on a cross-service query from your Log Analytics workspace, follow the steps in [Create or edit a log search alert rule](../alerts/alerts-create-log-alert-rule.md), selecting your Log Analytics workspace, on the **Scope** tab.
130+
131+
> [!NOTE]
132+
> You can also run cross-service queries from Azure Data Explorer and Azure Resource Graph to a Log Analytics workspace, by selecting the relevant resource as the scope of your alert.
130133
131134
## Limitations
132135

0 commit comments

Comments
 (0)