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-link-actions.md
+20-14Lines changed: 20 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Azure Workbooks link actions
3
3
description: This article explains how to use link actions in Azure Workbooks.
4
4
ms.topic: conceptual
5
5
ms.custom: devx-track-arm-template
6
-
ms.date: 04/18/2024
6
+
ms.date: 05/29/2024
7
7
ms.author: abbyweisberg
8
8
ms.reviewer: gardnerjr
9
9
---
@@ -139,7 +139,10 @@ After these configurations are set, when you select the link, the view opens wit
139
139
140
140
## Custom view link settings
141
141
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":::
143
146
144
147
> [!NOTE]
145
148
> 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
151
154
|Extension name| The name of the extension that hosts the name of the view.|
152
155
|View name| The name of the view to open.|
153
156
154
-
#### View inputs
155
157
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
+
157
160
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).
161
165
> [!NOTE]
162
166
> 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
+
163
176
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":::
Copy file name to clipboardExpand all lines: articles/azure-monitor/visualize/workbooks-manage.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,11 @@ Workbooks are shared resources. They require write access to the parent resource
19
19
1. Select **Save**.
20
20
21
21
By default, the workbook is auto-filled with the same settings, subscription and resource group as the LA workspace.
22
-
By default, workbooks are saved to 'My Reports' and are only accessible by the individual user. You can also save the workbook directly to shared reports or share the workbook.
22
+
You can save the workbook directly to shared reports or share the workbook. Keep in mind that the person you want to share with must have permissions to access the workbook as well as to all of the resources referenced in the workbook.
23
23
24
24
## Share a workbook
25
25
26
-
When you want to share a workbook or template, keep in mind that the person you want to share with must have permissions to access the workbook. They must have an Azure account, and **Monitoring Reader** permissions.
26
+
When you want to share a workbook or template, keep in mind that the person you want to share with must have permissions to access the workbook as well as to all of the resources referenced in the workbook. They must have an Azure account, and **Monitoring Reader** permissions.
27
27
To share a workbook or workbook template:
28
28
29
29
1. In the Azure portal, select **Monitor**, and then select **Workbooks** from the left pane.
@@ -32,7 +32,7 @@ To share a workbook or workbook template:
32
32
1. The **Share workbook** or **Share template** window opens with a URL to use for sharing the workbook.
33
33
1. Copy the link to share the workbook, or select **Share link via email** to open your default mail app.
34
34
35
-
:::image type="content" source="media/workbooks-getting-started/workbooks-share.png" alt-text="Screenshot of the steps to share an Azure workbook.":::
35
+
:::image type="content" source="media/workbooks-manage/workbooks-share.png" alt-text="Screenshot of the steps to share an Azure workbook.":::
36
36
37
37
## Delete a workbook
38
38
@@ -56,9 +56,9 @@ When you delete an Azure Workbook, it is soft-deleted and can be recovered by co
56
56
- The **Auto refresh** setting isn't saved with the workbook. Every time a user opens a workbook, **Auto refresh** is **Off** and needs to be set again.
57
57
- Switching workbooks and going out of the gallery clears the **Auto refresh** interval.
58
58
59
-
:::image type="content" source="media/workbooks-getting-started/workbooks-auto-refresh.png" lightbox="media/workbooks-getting-started/workbooks-auto-refresh.png" alt-text="Screenshot that shows workbooks with Auto refresh.":::
59
+
:::image type="content" source="media/workbooks-manage/workbooks-auto-refresh.png" lightbox="media/workbooks-manage/workbooks-auto-refresh.png" alt-text="Screenshot that shows workbooks with Auto refresh.":::
60
60
61
-
:::image type="content" source="media/workbooks-getting-started/workbooks-auto-refresh-interval.png" alt-text="Screenshot that shows workbooks with Auto refresh with an interval set.":::
61
+
:::image type="content" source="media/workbooks-manage/workbooks-auto-refresh-interval.png" alt-text="Screenshot that shows workbooks with Auto refresh with an interval set.":::
0 commit comments