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
+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
@@ -81,7 +81,7 @@ This section defines the ARM action API.
81
81
|Headers| Headers grid with the key and value.|
82
82
|Body| Editor for the request payload in JSON.|
83
83
84
-
:::image type="content" source="media/workbooks-link-actions/arm-action-settings.png" alt-text="Screenshot that shows Azure Workbooks ARM action settings.":::
84
+
:::image type="content" source="media/workbooks-link-actions/azure-resource-manager-action-settings.png" alt-text="Screenshot that shows Azure Workbooks ARM action settings.":::
85
85
86
86
### ARM Action UX Settings
87
87
@@ -94,15 +94,15 @@ This section configures what the users see before they run the ARM action.
94
94
|Description of ARM Action| The markdown text used to provide a helpful description to users when they want to run the ARM action. |
95
95
|Run button text from| Label used on the run (execute) button to trigger the ARM action.|
96
96
97
-
:::image type="content" source="media/workbooks-link-actions/arm-action-ux-settings.png" alt-text="Screenshot that shows Azure Workbooks ARM action UX settings.":::
97
+
:::image type="content" source="media/workbooks-link-actions/azure-resource-manager-action-interface-settings.png" alt-text="Screenshot that shows Azure Workbooks ARM action UX settings.":::
98
98
99
99
After these configurations are set, when the user selects the link, the view opens with the UX described here. If the user selects the button specified by **Run button text from**, it runs the ARM action using the configured values. On the bottom of the context pane, you can select **View Request Details** to inspect the HTTP method and the ARM API endpoint used for the ARM action.
100
100
101
-
:::image type="content" source="media/workbooks-link-actions/arm-action-blade.png" alt-text="Screenshot that shows Azure Workbooks ARM action blade.":::
101
+
:::image type="content" source="media/workbooks-link-actions/azure-resource-manager-action-blade.png" alt-text="Screenshot that shows Azure Workbooks ARM action blade.":::
102
102
103
103
The progress and result of the ARM Action is shown as an Azure portal notification.
104
104
105
-
:::image type="content" source="media/workbooks-link-actions/arm-action-custom-notification.png" alt-text="Screenshot that shows Azure ARM custom notifications.":::
105
+
:::image type="content" source="media/workbooks-link-actions/azure-resource-manager-action-custom-notification.png" alt-text="Screenshot that shows Azure ARM custom notifications.":::
106
106
107
107
108
108
## Azure Resource Manager deployment link settings
@@ -185,7 +185,7 @@ If the selected link type is **Workbook (Template)**, you must specify more sett
185
185
|Workbook resources come from| An array of Azure Resource IDs that specify the default resource used in the workbook. For example, if the template being opened shows virtual machine metrics, the values here would be virtual machine resource IDs. Many times, the owner and resources are set to the same settings. |
186
186
|Template ID comes from| Specify the ID of the template to be opened. A community template from the gallery is the most common case. Prefix the path to the template with `Community-`, like `Community-Workbooks/Performance/Apdex` for the `Workbooks/Performance/Apdex` template. If it's a link to a saved workbook or template, use the full path to the Azure resource ID of that item, for example, "/subscriptions/12345678-a1b2-1234-a1b2-c3d4e5f6/resourceGroups/rgname/providers/microsoft.insights/workbooks/1a2b3c4d-5678-abcd-xyza-1a2b3c4d5e6f. |
187
187
|Workbook Type comes from| Specify the kind of workbook template to open. The most common cases use the default or workbook option to use the value in the current workbook. |
188
-
|Gallery Type comes from| This value specifies the gallery type displayed in the **Gallery** view of the template that opens. The most common cases use the default or workbook option to use the value in the current workbook. |
188
+
|Gallery Type comes from| This value specifies the gallery type that's displayed in the **Gallery** view of the template that opens. The most common cases use the default or workbook option to use the value in the current workbook. |
189
189
|Location comes from| The location field should be specified if you're opening a specific workbook resource. If location isn't specified, finding the workbook content is slower. If you know the location, specify it. If you don't know the location or are opening a template with no specific location, leave this field as `Default`.|
190
190
|Pass specific parameters to template| Select to pass specific parameters to the template. If selected, only the specified parameters are passed to the template or else all the parameters in the current workbook are passed to the template. In that case, the parameter *names* must be the same in both workbooks for this parameter value to work.|
191
191
|Workbook Template Parameters| This section defines the parameters that are passed to the target template. The name should match with the name of the parameter in the target template. Select from **Cell**, **Column**, **Parameter**, and **Static Value**. The name and value must not be empty to pass that parameter to the target template.|
0 commit comments