Skip to content

Commit 8ddecdd

Browse files
committed
Adding workbooks content
1 parent 4a833d4 commit 8ddecdd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

articles/azure-monitor/visualize/workbooks-data-sources.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ You can use Kusto query language (KQL) queries that transform the underlying res
3939

4040
You can easily query across multiple resources to create a unified rich reporting experience.
4141

42+
See also: [Log Analytics query optimization tips](../logs/query-optimization.md)
43+
44+
See also: [Workbooks best practices and hints for logs queries](workbooks-create-workbook.md#best-practices-for-querying-logs)
45+
46+
Tutorial: Making resource centric log queries in workbooks
47+
4248
## Metrics
4349

4450
Azure resources emit [metrics](../essentials/data-platform-metrics.md) that can be accessed via workbooks. Metrics can be accessed in workbooks through a specialized control that allows you to specify the target resources, the desired metrics, and their aggregation. You can then plot this data in charts or grids.
@@ -71,6 +77,8 @@ For the **Cluster Name** field, add the region name following the cluster name.
7177

7278
![Screenshot that shows Kusto query window.](./media/workbooks-data-sources/data-explorer.png)
7379

80+
See also: [Azure Data Explorer query best practices](/azure/data-explorer/kusto/query/best-practices)
81+
7482
## JSON
7583

7684
The JSON provider allows you to create a query result from static JSON content. It's most commonly used in parameters to create dropdown parameters of static values. Simple JSON arrays or objects will automatically be converted into grid rows and columns. For more specific behaviors, you can use the **Results** tab and JSONPath settings to configure columns.
@@ -112,6 +120,10 @@ Workbooks support these merges:
112120
* Union
113121
* Duplicate table
114122

123+
### Merge examples
124+
125+
[Using the Duplicate Table option to reuse queried data](workbooks-commonly-used-components.md#reuse-query-data-in-different-visualizations)
126+
115127
## Custom endpoint
116128

117129
Workbooks support getting data from any external source. If your data lives outside Azure, you can bring it to workbooks by using this data source type.

0 commit comments

Comments
 (0)