Azure Data Explorer Datasource
Description
Grafana datasource plugin for Microsoft Azure Data Explorer (formerly Azure Kusto)
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Azure Data Explorer data source for Grafana
[Azure Data Explorer](https://docs.microsoft.com/en-us/azure/data-explorer/) is a log analytics cloud platform optimized for ad-hoc big data queries.
Installation
This plugin has the following minimum requirements:
- v4.0.0+: Grafana 8.0.0
- v3.0.0+: Grafana 7.1.0
- < v3.0.0 require Grafana 6.3.6.
For detailed instructions on how to install the plugin on Grafana Cloud or locally, please check out the [Plugin installation docs](https://grafana.com/docs/grafana/latest/plugins/installation/).
Configure the Azure Data Explorer data source
To configure ADX for using this data source:
- Create an Azure Active Directory (AAD) Application and AAD Service Principal.
- In the Azure Data Explorer WebExplorer, connect the AAD Application to an Azure Data Explorer database user.
- Use the AAD Application to configure the data source connection in Grafana.
- (Optional) To use the dropdown cluster select when creating queries, add reader access to the subscription(s) that contain the clusters.
Creating an Azure Active Directory Service Principal
For detailed instructions on how to set up a Microsoft Entra application and service principal that can access resources, please follow this guide from Microsoft: [Create a Microsoft Entra application and service principal that can access resources](https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-create-service-principal-portal)
An alternative way to create an AAD application is with the Azure CLI. For more information on the Azure CLI command, refer to [az ad sp create-for-rbac](https://docs.microsoft.com/en-us/cli/azure/ad/sp?view=azure-cli-latest#az-ad-sp-create-for-rbac):
az ad sp create-for-rbac -n "http://url.to.your.grafana:3000"
This should return the following:
{
"appId": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX",
"displayName": "azure-cli-2018-09-20-13-42-58",
"name": "http://url.to.your.grafana:3000",
"
Related Skills
Docker
---
DevOps Kubernetes
---
DevOps AWS Skills
AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architectu
DevOps Composio Split
Manage Split feature flags and experiments
DevOps **claude-code-router**
(25.3k ⭐) - Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interac
DevOps CLAUDE.md CI/CD Wiki
Community patterns for CLAUDE.md configuration in CI/CD pipelines.
DevOps