Skip to content

Commit 10469b1

Browse files
authored
Merge pull request #309596 from khdownie/kendownie-acstor-grafana
use Grafana dashboard for ACStor
2 parents 5fca962 + 37d4074 commit 10469b1

4 files changed

Lines changed: 56 additions & 0 deletions

File tree

articles/storage/container-storage/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
items:
1818
- name: Enable monitoring with managed Prometheus
1919
href: enable-monitoring.md
20+
- name: Use Grafana dashboards
21+
href: use-grafana-dashboard.md
2022
- name: Remove Azure Container Storage
2123
href: remove-container-storage.md
2224
- name: Concepts
262 KB
Loading
289 KB
Loading
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: Use Grafana Dashboards with Azure Container Storage
3+
description: Learn how to use the default dashboard for Azure Container Storage in Azure Managed Grafana for monitoring with Azure Monitor.
4+
author: khdownie
5+
ms.service: azure-container-storage
6+
ms.date: 12/17/2025
7+
ms.author: kendownie
8+
ms.topic: how-to
9+
# Customer intent: "As a Kubernetes administrator, I want to understand how to use the default dashboard for Azure Container Storage in Azure Managed Grafana for monitoring with Azure Monitor."
10+
---
11+
12+
# Use Grafana dashboards with Azure Container Storage
13+
14+
[Azure Monitor dashboards with Grafana](/azure/azure-monitor/visualize/visualize-grafana-overview) allow you to view and create [Grafana](https://grafana.com/) dashboards directly in the Azure portal. This article describes how to use the default dashboard for Azure Container Storage for monitoring with Azure Monitor.
15+
16+
## Prerequisites
17+
18+
- The Azure Kubernetes Service (AKS) cluster on which you've installed Azure Container Storage must be enabled for Azure Monitor. See [Enable monitoring for AKS clusters](/azure/azure-monitor/containers/kubernetes-monitoring-enable).
19+
- To open the dashboards, you must have read access to the logs and Azure Monitor workspace holding the log and metric data. You can query [analytics tier logs](/azure/azure-monitor/logs/data-platform-logs#table-plans) using the Kubernetes cluster as its [scope](/azure/azure-monitor/logs/scope), so direct access to the Log Analytics workspace isn't required. [Basic logs](/azure/azure-monitor/logs/data-platform-logs#table-plans) only support workspace scoped queries, so access to the Log Analytics workspace is required.
20+
21+
## Open Azure Container Storage dashboard
22+
23+
Azure Managed Grafana includes managed dashboards that are pre-provisioned and automatically updated to help you get started quickly with monitoring Azure Kubernetes Service and other Azure services. These dashboards are identified with an `Azure-managed` tag.
24+
25+
Follow these steps to use the default Azure Container Storage Grafana dashboard in the Azure portal.
26+
27+
1. Sign in to the Azure portal and navigate to your AKS Cluster.
28+
29+
1. Under **Monitoring**, select **Dashboards with Grafana**.
30+
31+
:::image type="content" source="media/use-grafana-dashboard/open-dashboard.png" alt-text="Screenshot showing how to find the default Azure Container Storage Grafana dashboard in the Azure portal." lightbox="media/use-grafana-dashboard/open-dashboard.png":::
32+
33+
1. Browse the list of available dashboards and select **Azure Container Storage v2** under **Azure Managed Prometheus**.
34+
35+
1. After you select the **Azure Container Storage v2** dashboard, you should see the dashboard overview.
36+
37+
:::image type="content" source="media/use-grafana-dashboard/dashboard-overview.png" alt-text="Screenshot showing the default Azure Container Storage Grafana dashboard overview page in the Azure portal." lightbox="media/use-grafana-dashboard/dashboard-overview.png":::
38+
39+
## Open Azure Container Storage dashboard using linked Grafana instances
40+
41+
Follow these steps to open the Azure Container Storage dashboard using a linked Grafana instance.
42+
43+
1. Sign in to the Azure portal and navigate to your AKS cluster.
44+
1. Under **Monitoring**, select **Insights**.
45+
1. Select **View Grafana**.
46+
1. Select the linked Grafana instance.
47+
1. Click on the endpoint URL in the next window to browse the dashboards.
48+
1. From the **Azure Managed Grafana** window, select the **Azure Container Storage v2** dashboard.
49+
50+
## See also
51+
52+
- [Install Azure Container Storage for use with AKS](install-container-storage-aks.md)
53+
- [Azure Monitor Grafana overview](/azure/azure-monitor/visualize/visualize-grafana-overview)
54+
- [Use Azure Managed Grafana](/azure/azure-monitor/visualize/visualize-use-managed-grafana-how-to)

0 commit comments

Comments
 (0)