Skip to content

Commit 5bb0b7f

Browse files
committed
reworded
1 parent c6c9420 commit 5bb0b7f

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This video provides a walkthrough of creating workbooks.
1616

1717
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE4B4Ap]
1818
19-
## Create a new Azure Workbook
19+
## Create an Azure Workbook
2020
To create a new Azure workbook:
2121
1. From the Azure Workbooks page, select an empty template or select **New** in the top toolbar.
2222
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:
2828
- groups
2929
- configuration options
3030

31-
## Adding text to your workbook
31+
## Text
3232

3333
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.
3434

@@ -44,8 +44,7 @@ Text is added through a markdown control into which an author can add their cont
4444

4545
### Add text to an Azure workbook
4646
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.
4948
- 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**.
5049
1. Enter markdown text into the editor field.
5150
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
7978
**Warning style example**:
8079
:::image type="content" source="media/workbooks-add-text/workbooks-text-example-warning.png" alt-text="Screenshot of a text visualization in warning style.":::
8180

82-
## Adding queries to your workbook
81+
## Queries
8382

8483
Azure Workbooks allow you to query any of the supported workbook [data sources](workbooks-data-sources.md).
8584

@@ -88,8 +87,7 @@ For example, you can query Azure Resource Health that helps you view any service
8887
### Add a query to an Azure Workbook
8988

9089
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.
9391
- 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**.
9492
1. Select the [Data source](workbooks-data-sources.md) for your query. The other fields are determined based on the data source you choose.
9593
1. Select any other values that are required based on the data source you selected.

0 commit comments

Comments
 (0)