diff --git a/docs/content/visualizations/Azure Managed Grafana/_index.md b/docs/content/visualizations/Azure Managed Grafana/_index.md index 97a9b945a..fd0a93c5d 100644 --- a/docs/content/visualizations/Azure Managed Grafana/_index.md +++ b/docs/content/visualizations/Azure Managed Grafana/_index.md @@ -13,17 +13,22 @@ You can also find information [below](#using-the-grafana-tab-in-the-services-sec ## Azure Monitor Team Dashboards The Azure Monitor Team has built a [library](https://grafana.com/orgs/azuremonitorteam/dashboards) of dashboards that can be imported into your own instance of Grafana. Below are some examples from that library that help visualize alerting from Azure Monitor. -- [Alert Consumption](https://grafana.com/grafana/dashboards/15128-azure-alert-consumption/) +- Azure Infrastructure Monitoring Dashboards + - [Compute Monitoring](https://grafana.com/grafana/dashboards/19943-azure-infrastructure-compute-monitoring/) + - [Network Monitoring](https://grafana.com/grafana/dashboards/21255-azure-infrastructure-network-monitoring/) + - [Apps Monitoring](https://grafana.com/grafana/dashboards/21257-azure-infrastructure-apps-monitoring/) + - [Data Monitoring](https://grafana.com/grafana/dashboards/21256-azure-infrastructure-data-monitoring/) + - [Storage and Key Vaults Monitoring](https://grafana.com/grafana/dashboards/21253-azure-infrastructure-storage-and-key-vaults-monitoring/) - A summary of all alerts for the subscription and other filters selected. + Displays traffic-light indicators showing the health of your Azure infrastructure resources based on key performance indicators and thresholds defined for each infrastructure resource type. This is a collection of dashboards linked together via dashboard links for easy navigation between views. - ![Alert Consumption Image](https://grafana.com/api/dashboards/15128/images/11874/image) +![Infrastructure Monitoring Gif](../../img/azure_infra_monitor.gif) -- [Infrastructure Monitoring](https://grafana.com/grafana/dashboards/19943-azure-infrastructure-infrastructure-monitoring/) +- [Alert Consumption](https://grafana.com/grafana/dashboards/15128-azure-alert-consumption/) - Displays traffic-light indicators showing the health of your Azure infrastructure resources based on key performance indicators and thresholds defined for each infrastructure resource type. + A summary of all alerts for the subscription and other filters selected. - ![Infrastructure Monitoring Image](https://grafana.com/api/dashboards/19943/images/15124/image) + ![Alert Consumption Image](https://grafana.com/api/dashboards/15128/images/11874/image) - [SCOM Managed Instance Operational Dashboard](https://grafana.com/grafana/dashboards/19919-azure-scom-managed-instance-operational-dashboard/) diff --git a/docs/static/img/azure_infra_monitor.gif b/docs/static/img/azure_infra_monitor.gif new file mode 100644 index 000000000..d433e7f7c Binary files /dev/null and b/docs/static/img/azure_infra_monitor.gif differ