Skip to content

Commit 43d1c98

Browse files
committed
fixes
1 parent e2d0aa1 commit 43d1c98

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

articles/azure-monitor/platform/view-designer-conversion-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.date: 02/07/2020
1414
[View designer](view-designer.md) is a feature of Azure Monitor that allows you to create custom views to help you visualize data in your Log Analytics workspace, with charts, lists, and timelines. They are being phased out and replaced with workbooks, which provide additional functionality. This article details how you can create an overview summary and permissions required to access workbooks.
1515

1616
## Creating your Workspace Summary from Azure Dashboard
17-
View designer users may be familiar with having an overview tile to represent a set of views. To maintain a visual overview like the view designer workspace summary, workbooks offers pinned steps, which can be pinned to your [Azure portal pashboard](../../azure-portal/azure-portal-dashboards.md). Just like the overview tiles in Workspace summary, pinned workbook items will link directly to the workbook view.
17+
View designer users may be familiar with having an overview tile to represent a set of views. To maintain a visual overview like the view designer workspace summary, workbooks offers pinned steps, which can be pinned to your [Azure portal dashboard](../../azure-portal/azure-portal-dashboards.md). Just like the overview tiles in Workspace summary, pinned workbook items will link directly to the workbook view.
1818

1919
You can take advantage of the high level of customization features provided with Azure dashboards, which allows auto refresh, moving, sizing, and additional filtering for your pinned items and visualizations.
2020

articles/azure-monitor/platform/view-designer-conversion-tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.date: 02/07/2020
1414
[View designer](view-designer.md) is a feature of Azure Monitor that allows you to create custom views to help you visualize data in your Log Analytics workspace, with charts, lists, and timelines. They are being phased out and replaced with workbooks which provide additional functionality. This article details tasks that are common in converting views to workbooks.
1515

1616

17-
## Quick start with preset view designer templates
17+
## Quickstart with preset view designer templates
1818

1919
Workbooks in Log Analytics workspaces already have templates made to match some of the views in view designer. Under the **View Designer Guides** category, select **View Designer Transition Guide** to learn about your options or select one of the preset templates.
2020

articles/azure-monitor/platform/view-designer-conversion-tiles.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ Following is an example of how the donut & list tile might be reinterpreted in w
5050

5151
![Donut list workbooks](media/view-designer-conversion-tiles/donut-workbooks.png)
5252

53-
## Linechart & list tile
54-
![Linechart List](media/view-designer-conversion-tiles/line-list.png)
53+
## Line chart & list tile
54+
![Line chart List](media/view-designer-conversion-tiles/line-list.png)
5555

56-
To recreate the linechart portion update the query as follows:
56+
To recreate the line chart portion update the query as follows:
5757

5858
Original query
5959
```KQL
@@ -70,7 +70,7 @@ There are two options for visualizing the line chart
7070

7171
**Option 1:** Select **Line chart** from the **Visualization** dropdown:
7272

73-
![Linechart Menu](media/view-designer-conversion-tiles/line-visualization.png)
73+
![Line chart Menu](media/view-designer-conversion-tiles/line-visualization.png)
7474

7575
**Option 2:** Select **Set by query** from the **Visualization** dropdown and add `| render linechart` to the query:
7676

@@ -86,9 +86,9 @@ search *
8686

8787
For creating a list and enabling sparklines, see the article on [common tasks](view-designer-conversion-tasks.md).
8888

89-
Following is an example of how the linechart & list tile might be reinterpreted in workbooks:
89+
Following is an example of how the line chart & list tile might be reinterpreted in workbooks:
9090

91-
![Linechart List Workbooks](media/view-designer-conversion-tiles/line-workbooks.png)
91+
![Line chart list workbooks](media/view-designer-conversion-tiles/line-workbooks.png)
9292

9393
## Number & list tile
9494

@@ -159,4 +159,4 @@ Following is an example of how the timeline & list tile might be reinterpreted i
159159

160160
## Next steps
161161

162-
### [Overview of view designer to workbooks transition](view-designer-conversion-overview.md)
162+
- [Overview of view designer to workbooks transition](view-designer-conversion-overview.md)

0 commit comments

Comments
 (0)