Skip to content

Commit f8d8b75

Browse files
authored
Update azure-monitor-data-explorer-proxy.md
1 parent 484bdc1 commit f8d8b75

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can run cross-service queries by using any client tools that support Kusto Q
1515

1616
## Permissions required
1717

18-
To perform a cross-service query, you need:
18+
To run a cross-service query, you need:
1919

2020
- `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.
2121
- Reader permissions to the resources you query in Azure Resource Graph.
@@ -38,13 +38,6 @@ Enter the identifier for an Azure Data Explorer cluster in a query within the `a
3838
```kusto
3939
adx('https://help.kusto.windows.net/Samples').StormEvents
4040
```
41-
> [!NOTE]
42-
>* Database names are case sensitive.
43-
>* Cross-resource query as an alert isn't supported.
44-
>* Identifying the Timestamp column in the cluster isn't supported. The Log Analytics Query API won't pass along the time filter.
45-
> * The cross-service query ability is used for data retrieval only. For more information, see [Function supportability](#function-supportability).
46-
> * Private Link is not supported with this feature.
47-
4841
### Combine Azure Data Explorer cluster tables with a Log Analytics workspace
4942

5043
Use the `union` command to combine cluster tables with a Log Analytics workspace.
@@ -127,6 +120,13 @@ Perf | where ObjectName == "Memory" and (CounterName == "Available MBytes Memory
127120

128121
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.
129122

123+
## Limitations
124+
125+
* Database names are case sensitive.
126+
* Identifying the Timestamp column in the cluster isn't supported. The Log Analytics Query API won't pass along the time filter.
127+
* The cross-service query ability is used for data retrieval only.
128+
* [Private Link](../logs/private-link-security) does not support cross-service queries.
129+
130130
## Next steps
131131
* [Write queries](/azure/data-explorer/write-queries)
132-
* [Perform cross-resource log queries in Azure Monitor](../logs/cross-workspace-query.md)
132+
* [Perform cross-resource log queries in Azure Monitor](../logs/cross-workspace-query.md)

0 commit comments

Comments
 (0)