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-commonly-used-components.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ You can summarize status by using a simple visual indication instead of presenti
22
22
The following example shows how to set up a traffic light icon per computer based on the CPU utilization metric.
23
23
24
24
1.[Create a new empty workbook](workbooks-create-workbook.md).
25
-
1.[Add a parameter](workbooks-create-workbook.md#add-a-parameter-to-an-azure-workbook), make it a [time range parameter](workbooks-time.md), and name it **TimeRange**.
25
+
1.[Add a parameter](workbooks-create-workbook.md#add-parameters), make it a [time range parameter](workbooks-time.md), and name it **TimeRange**.
26
26
1. Select **Add query** to add a log query control to the workbook.
27
27
1. For **Query type**, select `Logs`, and for **Resource type**, select `Log Analytics`. Select a Log Analytics workspace in your subscription that has VM performance data as a resource.
28
28
1. In the query editor, enter:
@@ -86,7 +86,7 @@ The following example shows how to enable this scenario. Let's say you want the
86
86
87
87
### Set up parameters
88
88
89
-
1.[Create a new empty workbook](workbooks-create-workbook.md) and [add a parameter component](workbooks-create-workbook.md#add-a-parameter-to-an-azure-workbook).
89
+
1.[Create a new empty workbook](workbooks-create-workbook.md) and [add a parameter component](workbooks-create-workbook.md#add-parameters).
90
90
1. Select **Add parameter** to create a new parameter. Use the following settings:
Copy file name to clipboardExpand all lines: articles/azure-monitor/visualize/workbooks-create-workbook.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,12 @@ This video walks you through creating workbooks.
21
21
To create a new Azure workbook:
22
22
1. From the Azure Workbooks page, select an empty template or select **New** in the top toolbar.
23
23
1. Combine any of these elements to add to your workbook:
24
-
-[Text](#adding-text)
25
-
-[Parameters](#adding-parameters)
26
-
-[Queries](#adding-queries)
27
-
-[Metric charts](#adding-metric-charts)
28
-
-[Links](#adding-links)
29
-
-[Groups](#adding-groups)
24
+
-[Text](#add-text)
25
+
-[Parameters](#add-parameters)
26
+
-[Queries](#add-queries)
27
+
-[Metric charts](#add-metric-charts)
28
+
-[Links](#add-links)
29
+
-[Groups](#add-groups)
30
30
- Configuration options
31
31
32
32
## Add text
@@ -221,8 +221,8 @@ You can apply styles to the link element itself and to individual links.
221
221
|List |:::image type="content" source="media/workbooks-create-workbook/workbooks-link-style-list.png" alt-text="Screenshot of list style workbook link."::: | Links appear as a list of links, with no bullets. |
222
222
|Paragraph | :::image type="content" source="media/workbooks-create-workbook/workbooks-link-style-paragraph.png" alt-text="Screenshot of paragraph style workbook link."::: |Links appear as a paragraph of links, wrapped like a paragraph of text. |
223
223
|Navigation | :::image type="content" source="media/workbooks-create-workbook/workbooks-link-style-navigation.png" alt-text="Screenshot of navigation style workbook link."::: | Links appear as links, with vertical dividers, or pipes (`|`) between each link. |
224
-
|Tabs | :::image type="content" source="media/workbooks-create-workbook/workbooks-link-style-tabs.png" alt-text="Screenshot of tabs style workbook link."::: |Links appear as tabs. Each link appears as a tab, no link styling options apply to individual links. See the [tabs](#using-tabs) section below for how to configure tabs. |
225
-
|Toolbar | :::image type="content" source="media/workbooks-create-workbook/workbooks-link-style-toolbar.png" alt-text="Screenshot of toolbar style workbook link."::: | Links appear an Azure portal styled toolbar, with icons and text. Each link appears as a toolbar button. See the [toolbar](#using-toolbars) section below for how to configure toolbars. |
224
+
|Tabs | :::image type="content" source="media/workbooks-create-workbook/workbooks-link-style-tabs.png" alt-text="Screenshot of tabs style workbook link."::: |Links appear as tabs. Each link appears as a tab, no link styling options apply to individual links. See the [tabs](#tabs) section below for how to configure tabs. |
225
+
|Toolbar | :::image type="content" source="media/workbooks-create-workbook/workbooks-link-style-toolbar.png" alt-text="Screenshot of toolbar style workbook link."::: | Links appear an Azure portal styled toolbar, with icons and text. Each link appears as a toolbar button. See the [toolbar](#toolbars) section below for how to configure toolbars. |
0 commit comments