Skip to content

Commit 48a3eb3

Browse files
committed
update
1 parent ca3c616 commit 48a3eb3

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

articles/azure-monitor/visualizations.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,23 @@ This article provides a summary of the available methods to visualize log and me
1414

1515
Visualizations such as charts and graphs can help you analyze your monitoring data to drill-down on issues and identify patterns. Depending on the tool you use, you may also have the option to share visualizations with other users inside and outside of your organization.
1616

17-
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../includes/azure-monitor-log-analytics-rebrand.md)]
17+
## Workbooks
18+
[Workbooks](../azure-monitor/app/usage-workbooks.md) are interactive documents that provide deep insights into your data, investigation, and collaboration inside the team. Specific examples where workbooks are useful are troubleshooting guides and incident postmortem.
19+
20+
![Workbook](media/visualizations/workbook.png)
21+
22+
### Advantages
23+
- Supports both metrics and logs.
24+
- Supports parameters enabling interactive reports where selecting an element in a table will dynamically update associated charts and visualizations.
25+
- Document-like flow.
26+
- Option for personal or shared workbooks.
27+
- Easy, collaborative-friendly authoring experience.
28+
- Templates support public GitHub-based template gallery.
29+
30+
### Limitations
31+
- No automatic refresh.
32+
- No dense layout like dashboards, which make workbooks less useful as a single pane of glass. Intended more for providing deeper insights.
33+
1834

1935
## Azure Dashboards
2036
[Azure dashboards](../azure-portal/azure-portal-dashboards.md) are the primary dashboarding technology for Azure. They're particularly useful in providing single pane of glass over your Azure infrastructure and services allowing you to quickly identify important issues.
@@ -41,24 +57,6 @@ Visualizations such as charts and graphs can help you analyze your monitoring da
4157
- Limited contextual drill-down.
4258

4359

44-
## Workbooks
45-
[Workbooks](../azure-monitor/app/usage-workbooks.md) are interactive documents that provide deep insights into your data, investigation, and collaboration inside the team. Specific examples where workbooks are useful are troubleshooting guides and incident postmortem.
46-
47-
![Workbook](media/visualizations/workbook.png)
48-
49-
### Advantages
50-
- Supports both metrics and logs.
51-
- Supports parameters enabling interactive reports where selecting an element in a table will dynamically update associated charts and visualizations.
52-
- Document-like flow.
53-
- Option for personal or shared workbooks.
54-
- Easy, collaborative-friendly authoring experience.
55-
- Templates support public GitHub-based template gallery.
56-
57-
### Limitations
58-
- No automatic refresh.
59-
- No dense layout like dashboards, which make workbooks less useful as a single pane of glass. Intended more for providing deeper insights.
60-
61-
6260
## Power BI
6361
[Power BI](https://powerbi.microsoft.com/documentation/powerbi-service-get-started/) is particularly useful for creating business-centric dashboards and reports, as well as reports analyzing long-term KPI trends. You can [import the results of a log query](platform/powerbi.md) into a Power BI dataset so you can take advantage of its features such as combining data from different sources and sharing reports on the web and mobile devices.
6462

@@ -107,11 +105,13 @@ You can access data in log and metric data in Azure Monitor through their API us
107105

108106

109107
## Azure Monitor Views
110-
[Views in Azure Monitor](platform/view-designer.md) allow you to create custom visualizations with log data. They are used by [monitoring solutions](insights/solutions.md) to present the data they collect.
111108

112-
> [!NOTE]
109+
> [!IMPORTANT]
113110
> Views are in the process of being deprecated. See [Azure Monitor view designer to workbooks transition guide](platform/view-designer-conversion-overview.md) for guidance on converting views to workbooks.
114111
112+
[Views in Azure Monitor](platform/view-designer.md) allow you to create custom visualizations with log data. They are used by [monitoring solutions](insights/solutions.md) to present the data they collect.
113+
114+
115115
![View](media/visualizations/view.png)
116116

117117
### Advantages

0 commit comments

Comments
 (0)