Skip to content

Commit 3efb3b7

Browse files
committed
edit pass: overview-get-started-data-sources-visualizations-renderers
1 parent eb43e51 commit 3efb3b7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ Azure resources emit [metrics](../essentials/data-platform-metrics.md) that can
5151

5252
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.
5353

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.
5555

5656
![Screenshot that shows an Azure Resource Graph KQL query.](./media/workbooks-data-sources/azure-resource-graph.png)
5757

5858
## Azure Resource Manager
5959

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.
6161

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**.
6363

6464
> [!NOTE]
6565
> Only GET, POST, and HEAD operations are currently supported.
@@ -116,7 +116,7 @@ Workbooks support these merges:
116116

117117
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.
118118

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.
120120

121121
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).
122122

@@ -126,15 +126,15 @@ This provider supports [JSONPath](workbooks-jsonpath.md).
126126

127127
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.
128128

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.
130130

131131
![Screenshot that shows an alerts query.](./media/workbooks-data-sources/workload-health.png)
132132

133133
## Azure resource health
134134

135135
Workbooks support getting Azure resource health and combining it with other data sources to create rich, interactive health reports.
136136

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.
138138

139139
![Screenshot that shows an alerts query that shows the health filter lists.](./media/workbooks-data-sources/resource-health.png)
140140

@@ -156,7 +156,7 @@ Simple JSON arrays or objects will automatically be converted into grid rows and
156156

157157
## Change Analysis (preview)
158158

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).
160160

161161
> [!div class="mx-imgBorder"]
162162
> ![A screenshot that shows a workbook with Change Analysis.](./media/workbooks-data-sources/change-analysis-data-source.png)

0 commit comments

Comments
 (0)