Skip to content

Commit 77879ed

Browse files
review edits
1 parent b0e3d45 commit 77879ed

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

articles/azure-monitor/visualize/best-practices-visualize.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,9 @@ This article compares the different options for visualizing collected data in Az
1818

1919
Azure workbooks are ideal for Azure managed hybrid and edge environments, including hybrid environments with Azure Arc. They allow you to create custom reports based on data from insights and provide integrations with other Azure features for actions and automation.
2020

21-
## Azure dashboards
22-
23-
[Azure dashboards](/azure/azure-portal/azure-portal-dashboards) are useful in providing a single pane of glass for your Azure infrastructure and services. While a workbook provides richer functionality, a dashboard can combine Azure Monitor data with data from other Azure services. Learn how to create a dashboard from the following video:
24-
25-
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=14538555-8298-4e6e-8603-52db2ea447f1]
26-
27-
2821
## Grafana
2922

30-
[Grafana](https://grafana.com/) is an open platform that excels in operational dashboards. It allows you to combine data queries, query results, and perform open-ended client-side data processing. Grafana has plug-ins and dashboard templates for application performance monitoring (APM) tools such as Dynatrace, New Relic, and AppDynamics. It also has AWS CloudWatch and GCP BigQuery plug-ins for multicloud monitoring.
23+
[Grafana](https://grafana.com/) is an open platform that excels in operational dashboards. It allows you to combine data queries, query results, and perform open-ended client-side data processing.
3124

3225
You have two options for using Grafana with Azure, Dashboards with Grafana and Azure Managed Grafana.
3326

@@ -40,20 +33,29 @@ However, if you want to:
4033
- use open-source or other external data sources
4134
- audit usage logs
4235
- use private networking
43-
- use managed identity authentication, service pricipal methods
36+
- use managed identity authentication or service pricipal methods
4437

4538
**Azure Managed Grafana** is the correct choice.
4639

4740
For an overview of each choice, see [Visualize with Grafana](visualize-grafana-overview.md).
4841

4942
[Azure Managed Grafana](/azure/managed-grafana/overview) optimizes this experience for Azure-native data stores such as Azure Monitor and Azure Data Explorer. You can easily connect to any resource in your subscription and view all resulting telemetry in a familiar Grafana dashboard. It integrates into the Azure Monitor portal and includes out-of-the-box dashboards for Azure resources and also supports pinning charts from Azure Monitor metrics and logs to Grafana dashboards. See [Visualize with Grafana](../visualize/visualize-grafana-overview.md) to get started.
5043

44+
Grafana has plug-ins and dashboard templates for application performance monitoring (APM) tools such as Dynatrace, New Relic, and AppDynamics. It also has AWS CloudWatch and GCP BigQuery plug-ins for multicloud monitoring.
45+
5146
All versions of Grafana include the [Azure Monitor datasource plug-in](../visualize/visualize-grafana-overview.md) to visualize your Azure Monitor metrics and logs. The [out-of-the-box Grafana Azure alerts dashboard](https://grafana.com/grafana/dashboards/15128-azure-alert-consumption/) allows you to view and consume Azure monitor alerts for Azure Monitor, your Azure datasources, and Azure Monitor managed service for Prometheus.
5247

5348
:::image type="content" source="media/visualizations/grafana.png" lightbox="media/visualizations/grafana.png" alt-text="Screenshot that shows Grafana visualizations.":::
5449

5550
Grafana is ideal for data visualizations and dashboards in cloud-native scenario such as Kubernetes as well as multicloud, open source software, and third-party integrations. It provides interoperability with open-source and third-party tools and allows you to share dashboards outside of the Azure portal.
5651

52+
## Azure dashboards
53+
54+
[Azure dashboards](/azure/azure-portal/azure-portal-dashboards) are useful in providing a single pane of glass for your Azure infrastructure and services. While a workbook provides richer functionality, a dashboard can combine Azure Monitor data with data from other Azure services. Learn how to create a dashboard from the following video:
55+
56+
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=14538555-8298-4e6e-8603-52db2ea447f1]
57+
58+
5759
## Power BI
5860

5961
[Power BI](https://powerbi.microsoft.com/documentation/powerbi-service-get-started/) is useful for creating business-centric dashboards and reports, along with reports that analyze long-term KPI (Key Performance Indicator) trends. You can [import the results of a log query](../logs/log-powerbi.md) into a Power BI dataset, which allows you to take advantage of features such as combining data from different sources and sharing reports on the web and mobile devices.

0 commit comments

Comments
 (0)