Skip to content

Commit 2c59194

Browse files
committed
Update broken links to renamed bookmarks
1 parent c8de921 commit 2c59194

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

articles/azure-monitor/visualize/workbooks-commonly-used-components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can summarize status by using a simple visual indication instead of presenti
2222
The following example shows how to set up a traffic light icon per computer based on the CPU utilization metric.
2323

2424
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**.
2626
1. Select **Add query** to add a log query control to the workbook.
2727
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.
2828
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
8686

8787
### Set up parameters
8888

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).
9090
1. Select **Add parameter** to create a new parameter. Use the following settings:
9191
- **Parameter name**: `OsFilter`
9292
- **Display name**: `Operating system`

articles/azure-monitor/visualize/workbooks-create-workbook.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ This video walks you through creating workbooks.
2121
To create a new Azure workbook:
2222
1. From the Azure Workbooks page, select an empty template or select **New** in the top toolbar.
2323
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)
3030
- Configuration options
3131

3232
## Add text
@@ -221,8 +221,8 @@ You can apply styles to the link element itself and to individual links.
221221
|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. |
222222
|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. |
223223
|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. |
226226
227227
228228
**Link styles**

0 commit comments

Comments
 (0)