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
@@ -51,15 +51,15 @@ Azure resources emit [metrics](../essentials/data-platform-metrics.md) that can
51
51
52
52
Workbooks support querying for resources and their metadata by using Azure Resource Graph. This functionality is primarily used to build custom query scopes for reports. The resource scope is expressed via a KQL subset that Resource Graph supports, which is often sufficient for common use cases.
53
53
54
-
To make a query control use this data source, use the **Query type** dropdown and select **Azure Resource Graph**. Then select the subscriptions to target. Use **Query control** to add the Resource Graph KQL subset that selects an interesting resource subset.
54
+
To make a query control that uses this data source, use the **Query type** dropdown and select **Azure Resource Graph**. Then select the subscriptions to target. Use **Query control** to add the Resource Graph KQL subset that selects an interesting resource subset.
55
55
56
56

57
57
58
58
## Azure Resource Manager
59
59
60
-
Azure Workbooks supports Azure Resource Manager REST operations. With this capability, you can query the management.azure.com endpoint without the need to provide your own authorization header token.
60
+
Azure Workbooks supports Azure Resource Manager REST operations so that you can query the management.azure.com endpoint without providing your own authorization header token.
61
61
62
-
To make a query control use this data source, use the **Data source** dropdown and select **Azure Resource Manager**. Enter the appropriate parameters for**Http method**, **url path**, **headers**, **url parameters**, and **body**.
62
+
To make a query control that uses this data source, use the **Data source** dropdown and select **Azure Resource Manager**. Provide the appropriate parameters, such as**Http method**, **url path**, **headers**, **url parameters**, and **body**.
63
63
64
64
> [!NOTE]
65
65
> Only GET, POST, and HEAD operations are currently supported.
@@ -116,7 +116,7 @@ Workbooks support these merges:
116
116
117
117
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.
118
118
119
-
To make a query control by using this data source, use the **Data source** dropdown and select **Custom Endpoint**. Provide the appropriate parameters such as **Http method**, **url**, **headers**, **url parameters**, and **body**. Make sure your data source supports [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS). Otherwise, the request will fail.
119
+
To make a query control that uses this data source, use the **Data source** dropdown and select **Custom Endpoint**. Provide the appropriate parameters, such as **Http method**, **url**, **headers**, **url parameters**, and **body**. Make sure your data source supports [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS). Otherwise, the request will fail.
120
120
121
121
To avoid automatically making calls to untrusted hosts when you use templates, you need to mark the used hosts as trusted. You can either select **Add as trusted** or add it as a trusted host in workbook settings. These settings will be saved in [browsers that support IndexDb with web workers](https://caniuse.com/#feat=indexeddb).
122
122
@@ -126,15 +126,15 @@ This provider supports [JSONPath](workbooks-jsonpath.md).
126
126
127
127
Azure Monitor has functionality that proactively monitors the availability and performance of Windows or Linux guest operating systems. Azure Monitor models key components and their relationships, criteria for how to measure the health of those components, and which components alert you when an unhealthy condition is detected. With workbooks, you can use this information to create rich interactive reports.
128
128
129
-
To make a query control by using this data source, use the **Query type** dropdown to select **Workload Health**. Then select subscription, resource group, or VM resources to target. Use the health filter dropdowns to select an interesting subset of health incidents for your analytic needs.
129
+
To make a query control that uses this data source, use the **Query type** dropdown to select **Workload Health**. Then select subscription, resource group, or VM resources to target. Use the health filter dropdowns to select an interesting subset of health incidents for your analytic needs.
130
130
131
131

132
132
133
133
## Azure resource health
134
134
135
135
Workbooks support getting Azure resource health and combining it with other data sources to create rich, interactive health reports.
136
136
137
-
To make a query control by using this data source, use the **Query type** dropdown and select **Azure health**. Then select the resources to target. Use the health filter dropdowns to select an interesting subset of resource issues for your analytic needs.
137
+
To make a query control that uses this data source, use the **Query type** dropdown and select **Azure health**. Then select the resources to target. Use the health filter dropdowns to select an interesting subset of resource issues for your analytic needs.
138
138
139
139

140
140
@@ -156,7 +156,7 @@ Simple JSON arrays or objects will automatically be converted into grid rows and
156
156
157
157
## Change Analysis (preview)
158
158
159
-
To make a query control by using[Application Change Analysis](../app/change-analysis.md) as the data source, use the **Data source** dropdown and select **Change Analysis (preview)**. Then select a single resource. Changes for up to the last 14 days can be shown. Use the **Level** dropdown to filter between **Important**, **Normal**, and **Noisy** changes. This dropdown supports workbook parameters of the type [drop down](workbooks-dropdowns.md).
159
+
To make a query control that uses[Application Change Analysis](../app/change-analysis.md) as the data source, use the **Data source** dropdown and select **Change Analysis (preview)**. Then select a single resource. Changes for up to the last 14 days can be shown. Use the **Level** dropdown to filter between **Important**, **Normal**, and **Noisy** changes. This dropdown supports workbook parameters of the type [drop down](workbooks-dropdowns.md).
160
160
161
161
> [!div class="mx-imgBorder"]
162
162
> 
0 commit comments