Skip to content

Commit 270e569

Browse files
committed
edit pass: overview-get-started-data-sources-visualizations-renderers
1 parent 48baab8 commit 270e569

File tree

1 file changed

+23
-21
lines changed

1 file changed

+23
-21
lines changed

articles/azure-monitor/visualize/workbooks-renderers.md

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure Workbook rendering options
2+
title: Azure Workbooks rendering options
33
description: Learn about all the Azure Monitor workbook rendering options.
44
services: azure-monitor
55
ms.topic: conceptual
@@ -9,43 +9,43 @@ ms.author: abbyweisberg
99

1010
# Rendering options
1111

12-
These rendering options can be used with grids, tiles, and graphs to produce the visualizations in optimal format.
12+
This article describes the Azure Workbooks rendering options you can use with grids, tiles, and graphs to produce visualizations in optimal format.
1313

1414
## Column renderers
1515

1616
| Column renderer | Description | More options |
1717
|:------------- |:-------------|:-------------|
18-
| Automatic | The default - uses the most appropriate renderer based on the column type. | |
18+
| Automatic | The default. Uses the most appropriate renderer based on the column type. | |
1919
| Text| Renders the column values as text. | |
20-
| Right Aligned| Renders the column values as right-aligned text. | |
21-
| Date/Time| Renders a readable date time string. | |
20+
| Right aligned| Renders the column values as right-aligned text. | |
21+
| Date/Time| Renders a readable date/time string. | |
2222
| Heatmap| Colors the grid cells based on the value of the cell. | Color palette and min/max value used for scaling. |
2323
| Bar| Renders a bar next to the cell based on the value of the cell. | Color palette and min/max value used for scaling. |
2424
| Bar underneath | Renders a bar near the bottom of the cell based on the value of the cell. | Color palette and min/max value used for scaling. |
25-
| Composite bar| Renders a composite bar using the specified columns in that row. Refer [Composite Bar](workbooks-composite-bar.md) for details. | Columns with corresponding colors to render the bar and a label to display at the top of the bar. |
26-
|Spark bars| Renders a spark bar in the cell based on the values of a dynamic array in the cell. For example, the Trend column from the screenshot at the top. | Color palette and min/max value used for scaling. |
25+
| Composite bar| Renders a composite bar by using the specified columns in that row. For more information, see [Composite bar](workbooks-composite-bar.md). | Columns with corresponding colors to render the bar and a label to display at the top of the bar. |
26+
|Spark bars| Renders a spark bar in the cell based on the values of a dynamic array in the cell. An example is the Trend column from the screenshot at the top. | Color palette and min/max value used for scaling. |
2727
|Spark lines| Renders a spark line in the cell based on the values of a dynamic array in the cell. | Color palette and min/max value used for scaling. |
2828
|Icon| Renders icons based on the text values in the cell. Supported values include:<br><ul><li>canceled</li><li>critical</li><li>disabled</li><li>error</li><li>failed</li> <li>info</li><li>none</li><li>pending</li><li>stopped</li><li>question</li><li>success</li><li>unknown</li><li>warning</li><li>uninitialized</li><li>resource</li><li>up</li> <li>down</li><li>left</li><li>right</li><li>trendup</li><li>trenddown</li><li>4</li><li>3</li><li>2</li><li>1</li><li>Sev0</li><li>Sev1</li><li>Sev2</li><li>Sev3</li><li>Sev4</li><li>Fired</li><li>Resolved</li><li>Available</li><li>Unavailable</li><li>Degraded</li><li>Unknown</li><li>Blank</li></ul>| |
29-
| Link | Renders a link that when clicked or performs a configurable action. Use this setting if you **only** want the item to be a link. Any of the other types of renderers can also be a link by using the **Make this item a link** setting. For more information, see [Link Actions](#link-actions). | |
29+
| Link | Renders a link when selected or performs a configurable action. Use this setting if you *only* want the item to be a link. Any of the other types of renderers can also be a link by using the **Make this item a link** setting. For more information, see [Link actions](#link-actions). | |
3030
| Location | Renders a friendly Azure region name based on a region ID. | |
3131
| Resource type | Renders a friendly resource type string based on a resource type ID. | |
32-
| Resource| Renders a friendly resource name and link based on a resource ID. | Option to show the resource type icon |
33-
| Resource group | Renders a friendly resource group name and link based on a resource group ID. If the value of the cell is not a resource group, it will be converted to one. | Option to show the resource group icon |
34-
|Subscription| Renders a friendly subscription name and link based on a subscription ID. if the value of the cell is not a subscription, it will be converted to one. | Option to show the subscription icon. |
35-
|Hidden| Hides the column in the grid. Useful when the default query returns more columns than needed but a project-away is not desired | |
32+
| Resource| Renders a friendly resource name and link based on a resource ID. | Option to show the resource type icon. |
33+
| Resource group | Renders a friendly resource group name and link based on a resource group ID. If the value of the cell isn't a resource group, it will be converted to one. | Option to show the resource group icon. |
34+
|Subscription| Renders a friendly subscription name and link based on a subscription ID. If the value of the cell isn't a subscription, it will be converted to one. | Option to show the subscription icon. |
35+
|Hidden| Hides the column in the grid. Useful when the default query returns more columns than needed but a project-away isn't desired. | |
3636

3737
## Link actions
3838

39-
If the **Link** renderer is selected or the **Make this item a link** checkbox is selected, the author can configure a link action to occur when the user selects the cell to taking the user to another view with context coming from the cell, or to open up a url. See link renderer actions for more details.
39+
If the **Link** renderer is selected or the **Make this item a link** checkbox is selected, you can configure a link action. The action can occur when the user selects the cell to take the user to another view with context coming from the cell or to open a URL. For more information, see link renderer actions.
4040

4141
## Use thresholds with links
4242

43-
The instructions below will show you how to use thresholds with links to assign icons and open different workbooks. Each link in the grid will open up a different workbook template for that Application Insights resource.
43+
The following instructions show you how to use thresholds with links to assign icons and open different workbooks. Each link in the grid opens a different workbook template for that Application Insights resource.
4444

4545
1. Switch the workbook to edit mode by selecting **Edit**.
4646
1. Select **Add** > **Add query**.
47-
1. Change the **Data source** to **JSON** and **Visualization** to **Grid**.
48-
1. Enter this query.
47+
1. Change **Data source** to **JSON** and change **Visualization** to **Grid**.
48+
1. Enter this query:
4949

5050
```json
5151
[
@@ -57,11 +57,13 @@ The instructions below will show you how to use thresholds with links to assign
5757

5858
1. Run the query.
5959
1. Select **Column Settings** to open the settings.
60-
1. Select **name** from **Columns**.
60+
1. Under **Columns**, select **name**.
6161
1. Under **Column renderer**, select **Thresholds**.
62-
1. Enter and choose the following **Threshold Settings**.
62+
1. Enter and choose the following **Threshold Settings**:
6363

64-
Keep the default row as is. Enter whatever text you like. The Text column takes a String format as an input and populates it with the column value and unit if specified. For example, if warning is the column value, the text can be "{0} {1} link!". It will be displayed as "warning link!".
64+
1. Keep the **Default** row as is.
65+
1. Enter whatever text you like.
66+
1. The **Text** column takes a string format as an input and populates it with the column value and unit if specified. For example, if **warning** is the column value, the text can be `{0} {1} link!`. It will be displayed as `warning link!`.
6567

6668
| Operator | Value | Icons |
6769
|----------|---------|---------|
@@ -71,7 +73,7 @@ The instructions below will show you how to use thresholds with links to assign
7173
![Screenshot that shows the Edit column settings tab with the preceding settings.](./media/workbooks-grid-visualizations/column-settings.png)
7274

7375
1. Select the **Make this item a link** checkbox.
74-
- Under **View to open**, choose **Workbook (Template)**.
76+
- Under **View to open**, select **Workbook (Template)**.
7577
- Under **Link value comes from**, select **link**.
7678
- Select the **Open link in Context Blade** checkbox.
7779
- Choose the following settings in **Workbook Link Settings**:
@@ -80,7 +82,7 @@ The instructions below will show you how to use thresholds with links to assign
8082

8183
![Screenshot that shows link settings with the preceding settings.](./media/workbooks-grid-visualizations/make-this-item-a-link.png)
8284

83-
1. Select **link** from **Columns**. Under **Settings**, next to **Column renderer**, select **(Hide column)**.
85+
1. Under **Columns**, select **link**. Under **Settings**, next to **Column renderer**, select **(Hide column)**.
8486
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.
8587
1. Select **Apply**.
8688

0 commit comments

Comments
 (0)