You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/visualize/workbooks-data-sources.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,25 +34,25 @@ Workbooks allow querying logs from the following sources:
34
34
35
35
Workbook authors can use KQL queries that transform the underlying resource data to select a result set that can visualized as text, charts, or grids.
36
36
37
-

37
+

38
38
39
39
Workbook authors can easily query across multiple resources creating a truly unified rich reporting experience.
40
40
41
41
## Metrics
42
42
43
43
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. This data can then be plotted in charts or grids.
44
44
45
-

45
+

46
46
47
-

47
+

48
48
49
49
## Azure Resource Graph
50
50
51
51
Workbooks support querying for resources and their metadata using Azure Resource Graph (ARG). This functionality is primarily used to build custom query scopes for reports. The resource scope is expressed via a KQL-subset that ARG supports – which is often sufficient for common use cases.
52
52
53
53
To make a query control use this data source, use the Query type drop-down to choose Azure Resource Graph and select the subscriptions to target. Use the Query control to add the ARG KQL-subset that selects an interesting resource subset.
54
54
55
-

55
+

56
56
57
57
## Azure Resource Manager
58
58
@@ -68,7 +68,7 @@ To make a query control use this data source, use the Data source drop-down to c
68
68
Workbooks now have support for querying from [Azure Data Explorer](/azure/data-explorer/) clusters with the powerful [Kusto](/azure/kusto/query/index) query language.
69
69
For the **Cluster Name** field, you should add the region name following the cluster name. For example: *mycluster.westeurope*.
70
70
71
-

71
+

72
72
73
73
## JSON
74
74
@@ -126,7 +126,7 @@ Azure Monitor has functionality that proactively monitors the availability and p
126
126
127
127
To make a query control use this data source, use the **Query type** drop-down to choose Workload Health and select subscription, resource group or VM resources to target. Use the health filter drop downs to select an interesting subset of health incidents for your analytic needs.
128
128
129
-

129
+

130
130
131
131
## Azure resource health
132
132
@@ -154,7 +154,7 @@ The Azure RBAC provider allows you to check permissions on resources. It is most
154
154
To make a query control using [Application Change Analysis](../app/change-analysis.md) as the data source, use the **Data source** drop-down and choose *Change Analysis (preview)* and select a single resource. Changes for up to the last 14 days can be shown. The *Level* drop-down can be used to filter between "Important", "Normal", and "Noisy" changes, and this drop down supports workbook parameters of type [drop down](workbooks-dropdowns.md).
155
155
156
156
> [!div class="mx-imgBorder"]
157
-
> 
157
+
> 
Copy file name to clipboardExpand all lines: articles/azure-monitor/visualize/workbooks-grid-visualizations.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ This usually is taking the user to some other view with context coming from the
76
76
77
77
### Custom formatting
78
78
79
-
Workbooks also allows users to set the number formatting of their cell values. They can do so by clicking on the *Custom formatting* checkbox when available.
79
+
Workbooks also allow users to set the number formatting of their cell values. They can do so by clicking on the **Custom formatting** checkbox when available.
Copy file name to clipboardExpand all lines: articles/azure-monitor/visualize/workbooks-renderers.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.date: 06/22/2022
7
7
ms.author: abbyweisberg
8
8
---
9
9
10
-
# Rendering Options
10
+
# Rendering options
11
11
These rendering options can be used with grids, tiles, and graphs to produce the visualizations in optimal format.
12
12
## Column renderers
13
13
@@ -82,4 +82,4 @@ The instructions below will show you how to use thresholds with links to assign
82
82
1. To change the display name of the **name** column, select the **Labels** tab. On the row with **name** as its **Column ID**, under **Column Label** enter the name you want displayed.
83
83
1. Select **Apply**.
84
84
85
-

85
+

0 commit comments