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
1. From the Azure Workbooks page, select an empty template or select **New** in the top toolbar.
22
22
1. Combine any of these steps to include the elements you want to the workbook:
@@ -28,7 +28,7 @@ To create a new Azure workbook:
28
28
- groups
29
29
- configuration options
30
30
31
-
## Adding text to your workbook
31
+
## Text
32
32
33
33
Workbooks allow authors to include text blocks in their workbooks. The text can be human analysis of the telemetry, information to help users interpret the data, section headings, etc.
34
34
@@ -44,8 +44,7 @@ Text is added through a markdown control into which an author can add their cont
44
44
45
45
### Add text to an Azure workbook
46
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.
47
+
- Select **Add**, and **Add text** below an existing element, or at the bottom of the workbook.
49
48
- 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
49
1. Enter markdown text into the editor field.
51
50
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.
@@ -79,7 +78,7 @@ You can also choose a text parameter as the source of the style. The parameter v
79
78
**Warning style example**:
80
79
:::image type="content" source="media/workbooks-add-text/workbooks-text-example-warning.png" alt-text="Screenshot of a text visualization in warning style.":::
81
80
82
-
## Adding queries to your workbook
81
+
## Queries
83
82
84
83
Azure Workbooks allow you to query any of the supported workbook [data sources](workbooks-data-sources.md).
85
84
@@ -88,8 +87,7 @@ For example, you can query Azure Resource Health that helps you view any service
88
87
### Add a query to an Azure Workbook
89
88
90
89
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.
90
+
- Select **Add**, and **Add query** below an existing element, or at the bottom of the workbook.
93
91
- 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
92
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
93
1. Select any other values that are required based on the data source you selected.
0 commit comments