Skip to content

Commit c6c9420

Browse files
committed
fix create workbook topic
1 parent 32dfc60 commit c6c9420

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Workbooks allow authors to include text blocks in their workbooks. The text can
3434

3535
:::image type="content" source="media/workbooks-add-text/workbooks-text-example.png" alt-text="Screenshot of adding text to a workbook.":::
3636

37-
Text is added through a markdown control - into which an author can add their content. An author can use the full formatting capabilities of markdown to make their documents appear just how they want it. These include different heading and font styles, hyperlinks, tables, etc. This allows authors to create rich Word- or Portal-like reports or analytic narratives. Text Steps can contain parameter values in the markdown text, and those parameter references will be updated as the parameters change.
37+
Text is added through a markdown control into which an author can add their content. An author can use the full formatting capabilities of markdown. These include different heading and font styles, hyperlinks, tables, etc. This allows authors to create rich Word- or Portal-like reports or analytic narratives. Text can contain parameter values in the markdown text, and those parameter references will be updated as the parameters change.
3838

3939
**Edit mode**:
4040
:::image type="content" source="media/workbooks-add-text/workbooks-text-control-edit-mode.png" alt-text="Screenshot showing adding text to a workbook in edit mode.":::
@@ -43,9 +43,11 @@ Text is added through a markdown control - into which an author can add their co
4343
:::image type="content" source="media/workbooks-add-text/workbooks-text-control-edit-mode-preview.png" alt-text="Screenshot showing adding text to a workbook in preview mode.":::
4444

4545
### Add text to an Azure workbook
46-
1. Switch the workbook to edit mode by clicking on the **Edit** toolbar item.
47-
1. Select **Add** below a step or at the bottom of the workbook, and then **Add Text** to add a text control to the workbook.
48-
1. Enter markdown text into the editor field
46+
1. Make sure you are in **Edit** mode. Add a query by doing any one of the following:
47+
- Select **Add**, and **Add text** below an existing element
48+
- Select **Add**, and **Add text** at the bottom of the workbook.
49+
- Select the ellipses (...) to the right of the **Edit** button next to one of the elements in the workbook, then select **Add** and then **Add text**.
50+
1. Enter markdown text into the editor field.
4951
1. Use the **Text Style** option to switch between plain markdown, and markdown wrapped with the Azure portal's standard info/warning/success/error styling.
5052

5153
> [!TIP]
@@ -71,10 +73,10 @@ You can also choose a text parameter as the source of the style. The parameter v
7173

7274
### Text style examples
7375

74-
** Info style example**:
76+
**Info style example**:
7577
:::image type="content" source="media/workbooks-add-text/workbooks-text-control-edit-mode-preview.png" alt-text="Screenshot of adding text to a workbook in preview mode showing info style.":::
7678

77-
** Warning style example**:
79+
**Warning style example**:
7880
:::image type="content" source="media/workbooks-add-text/workbooks-text-example-warning.png" alt-text="Screenshot of a text visualization in warning style.":::
7981

8082
## Adding queries to your workbook
@@ -85,12 +87,10 @@ For example, you can query Azure Resource Health that helps you view any service
8587

8688
### Add a query to an Azure Workbook
8789

88-
1. In your Workbook:
89-
- If this is a new Workbook, select **Add** and then **Add query**.
90-
- If this is an existing Workbook:
91-
- Select **Edit**.
92-
- Select the ellipsis **...** to the right of the **Edit** button next to one of the elements in the Workbook.
93-
- Select **Add** and then **Add query**.
90+
1. Make sure you are in **Edit** mode. Add a query by doing any one of the following:
91+
- Select **Add**, and **Add query** below an existing element
92+
- Select **Add**, and **Add query** at the bottom of the workbook.
93+
- Select the ellipses (...) to the right of the **Edit** button next to one of the elements in the workbook, then select **Add** and then **Add query**.
9494
1. Select the [Data source](workbooks-data-sources.md) for your query. The other fields are determined based on the data source you choose.
9595
1. Select any other values that are required based on the data source you selected.
9696
1. Select the [Visualization](workbooks-visualizations.md) for your workbook.

0 commit comments

Comments
 (0)