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-create-workbook.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Workbooks allow authors to include text blocks in their workbooks. The text can
34
34
35
35
:::image type="content" source="media/workbooks-add-text/workbooks-text-example.png" alt-text="Screenshot of adding text to a workbook.":::
36
36
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.
38
38
39
39
**Edit mode**:
40
40
:::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
43
43
:::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.":::
44
44
45
45
### 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.
49
51
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.
50
52
51
53
> [!TIP]
@@ -71,10 +73,10 @@ You can also choose a text parameter as the source of the style. The parameter v
71
73
72
74
### Text style examples
73
75
74
-
**Info style example**:
76
+
**Info style example**:
75
77
:::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.":::
76
78
77
-
**Warning style example**:
79
+
**Warning style example**:
78
80
:::image type="content" source="media/workbooks-add-text/workbooks-text-example-warning.png" alt-text="Screenshot of a text visualization in warning style.":::
79
81
80
82
## Adding queries to your workbook
@@ -85,12 +87,10 @@ For example, you can query Azure Resource Health that helps you view any service
85
87
86
88
### Add a query to an Azure Workbook
87
89
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**.
94
94
1. Select the [Data source](workbooks-data-sources.md) for your query. The other fields are determined based on the data source you choose.
95
95
1. Select any other values that are required based on the data source you selected.
96
96
1. Select the [Visualization](workbooks-visualizations.md) for your workbook.
0 commit comments