Skip to content

Commit 65b8a5f

Browse files
committed
use Grafana dashboard for ACStor
1 parent b194011 commit 65b8a5f

2 files changed

Lines changed: 49 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
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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/16/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 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 frequently used Azure resources and Azure Kubernetes Service. 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+
1. Under **Monitoring**, select **Dashboards with Grafana**.
29+
1. Browse the list of available dashboards and select **Azure Container Storage v2** under **Azure Managed Prometheus**.
30+
1. Select the **Azure Container Storage v2** dashboard.
31+
32+
## Open Azure Container Storage dashboard using linked Grafana instances
33+
34+
Follow these steps to open the Azure Container Storage dashboard using a linked Grafana instance.
35+
36+
1. Sign in to the Azure portal and navigate to your AKS cluster.
37+
1. Under **Monitoring**, select **Insights**.
38+
1. Select **View Grafana**.
39+
1. Select the linked Grafana instance.
40+
1. Click on the endpoint URL in the next window to browse the dashboards.
41+
1. From the **Azure Managed Grafana** window, select the **Azure Container Storage v2** dashboard.
42+
43+
## See also
44+
45+
- [Install Azure Container Storage for use with AKS](install-container-storage-aks.md)
46+
- [Azure Monitor Grafana overview](/azure/azure-monitor/visualize/visualize-grafana-overview)
47+
- [Use Azure Managed Grafana](/azure/azure-monitor/visualize/visualize-use-managed-grafana-how-to)

0 commit comments

Comments
 (0)