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/visualizations.md
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,23 @@ This article provides a summary of the available methods to visualize log and me
14
14
15
15
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.
[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
+

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.
- 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
+
18
34
19
35
## Azure Dashboards
20
36
[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
41
57
- Limited contextual drill-down.
42
58
43
59
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
-

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.
- 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
-
62
60
## Power BI
63
61
[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.
64
62
@@ -107,11 +105,13 @@ You can access data in log and metric data in Azure Monitor through their API us
107
105
108
106
109
107
## 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.
111
108
112
-
> [!NOTE]
109
+
> [!IMPORTANT]
113
110
> 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.
114
111
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.
0 commit comments