Skip to content

Commit aacab08

Browse files
committed
add new images
1 parent 367e56d commit aacab08

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
2.48 KB
Loading
6.42 KB
Loading

articles/data-explorer/query-monitor-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Run queries on your LA or AI cluster. Verify that your cluster is selected in th
6666
Perf | take 10 // Demonstrate query through the proxy on the LA workspace
6767
```
6868

69-
![New image - Query LA workspace](media/adx-proxy/query-la.png)
69+
![Query LA workspace](media/adx-proxy/query-la.png)
7070

7171
### Cross query of your LA or AI ADX Proxy cluster and the ADX native cluster
7272

@@ -82,7 +82,7 @@ let CL1 = 'https://ade.loganalytics.io/subscriptions/<subscription-id>/resourceg
8282
union <ADX table>, cluster(CL1).database(<workspace-name>).<table name>
8383
```
8484

85-
![New image - Cross query from the Azure Data Explorer proxy](media/adx-proxy/cross-query-adx-proxy.png)
85+
![Cross query from the Azure Data Explorer proxy](media/adx-proxy/cross-query-adx-proxy.png)
8686

8787
Using the [`join` operator](/azure/kusto/query/joinoperator), instead of union, may require a [`hint`](/azure/kusto/query/joinoperator#join-hints) to run it on an Azure Data Explorer native cluster (and not on the proxy).
8888

0 commit comments

Comments
 (0)