Skip to content

Commit eb80989

Browse files
committed
Update screenshots
1 parent 8101b6e commit eb80989

File tree

3 files changed

+20
-14
lines changed

3 files changed

+20
-14
lines changed
165 KB
Loading
163 KB
Loading

articles/azure-monitor/visualize/workbooks-link-actions.md

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Workbooks link actions
33
description: This article explains how to use link actions in Azure Workbooks.
44
ms.topic: conceptual
55
ms.custom: devx-track-arm-template
6-
ms.date: 04/18/2024
6+
ms.date: 05/29/2024
77
ms.author: abbyweisberg
88
ms.reviewer: gardnerjr
99
---
@@ -139,7 +139,10 @@ After these configurations are set, when you select the link, the view opens wit
139139

140140
## Custom view link settings
141141

142-
Use this setting to open **Custom Views** in the Azure portal. Verify the configuration and settings. Incorrect values cause errors in the portal or fail to open the views correctly. There are two ways to configure the settings: via the form or URL.
142+
Use this setting to open **Custom Views** in the Azure portal. You can configure the settings using the form or URL.
143+
144+
<!-- convertborder later -->
145+
:::image type="content" source="./media/workbooks-link-actions/custom-link-settings.png" lightbox="./media/workbooks-link-actions/custom-link-settings.png" alt-text="Screenshot that shows the Custom link settings." border="false":::
143146

144147
> [!NOTE]
145148
> Views with a menu can't be opened in a context tab. If a view with a menu is configured to open in a context tab, no context tab is shown when the link is selected.
@@ -151,23 +154,26 @@ Use this setting to open **Custom Views** in the Azure portal. Verify the config
151154
|Extension name| The name of the extension that hosts the name of the view.|
152155
|View name| The name of the view to open.|
153156

154-
#### View inputs
155157

156-
There are two types of inputs: grids and JSON. Use a grid for simple key and value tab inputs. Select JSON to specify a nested JSON input.
158+
There are two types of inputs: grids and JSON. Use a grid for simple key and value tab inputs. Use JSON to specify a nested JSON input.
159+
157160

158-
- Grid
159-
- **Parameter Name**: The name of the View input parameter.
160-
- **Parameter Comes From**: Where the value of the View parameter should come from. Select from **Cell**, **Column**, **Parameter**, and **Static Value** in [Link sources](#link-sources).
161+
#### Grid
162+
163+
- **Parameter Name**: The name of the View input parameter.
164+
- **Parameter Comes From**: Where the value of the View parameter should come from. Select from **Cell**, **Column**, **Parameter**, and **Static Value** in [Link sources](#link-sources).
161165
> [!NOTE]
162166
> If you select **Static Value**, the parameters can be resolved by using brackets to link `"{paramName}"` in the text box. Columns can be treated as parameters columns by appending `_column` after the column name like `"{columnName_column}"`.
167+
- **Parameter Value**: Depending on the value in **Parameter Comes From**, this dropdown contains available parameters, columns, or a static value.
168+
169+
<!-- convertborder later -->
170+
:::image type="content" source="./media/workbooks-link-actions/custom-view-settings-grid.png" lightbox="./media/workbooks-link-actions/custom-view-settings-grid.png" alt-text="Screenshot that shows the Open Custom View settings pane." border="false":::
171+
172+
#### JSON
173+
174+
- Specify your tab input in a JSON format on the editor. Like the **Grid** mode, parameters and columns can be referenced by using `{paramName}` for parameters and `{columnName_column}` for columns. Selecting **Show JSON Sample** shows the expected output of all resolved parameters and columns used for the view input.
175+
163176

164-
- **Parameter Value**: Depending on the value in **Parameter Comes From**, this dropdown contains available parameters, columns, or a static value.
165-
<!-- convertborder later -->
166-
:::image type="content" source="./media/workbooks-link-actions/custom-tab-settings.png" lightbox="./media/workbooks-link-actions/custom-tab-settings.png" alt-text="Screenshot that shows the Edit column settings pane that shows the Get Custom View settings from form." border="false":::
167-
- JSON
168-
- Specify your tab input in a JSON format on the editor. Like the **Grid** mode, parameters and columns can be referenced by using `{paramName}` for parameters and `{columnName_column}` for columns. Selecting **Show JSON Sample** shows the expected output of all resolved parameters and columns used for the view input.
169-
<!-- convertborder later -->
170-
:::image type="content" source="./media/workbooks-link-actions/custom-tab-json.png" lightbox="./media/workbooks-link-actions/custom-tab-json.png" alt-text="Screenshot that shows the Open Custom View settings pane with view input on JSON." border="false":::
171177

172178
### URL
173179

0 commit comments

Comments
 (0)