grafana-azure

Deploy Grafana OSS to Azure Container Apps using Bicep and Azure Developer CLI.

37|10|Updated Nov 3, 2025
One-click install
npx skills add https://github.com/DanWahlin/oss-to-azure --skill grafana-azure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grafana-azure
Source: https://github.com/DanWahlin/oss-to-azure/tree/main/.github/skills/grafana-azure
Command: npx skills add https://github.com/DanWahlin/oss-to-azure --skill grafana-azure

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the deployment of the open-source Grafana observability platform to Azure Container Apps, simplifying the setup of a robust monitoring solution.

Core Features & Use Cases

  • Automated Deployment: Deploys Grafana OSS to Azure Container Apps using Bicep and Azure Developer CLI (azd).
  • Observability Stack: Enables visualization of metrics, logs, and traces.
  • Use Case: Quickly set up a Grafana instance to monitor your Azure applications, integrating with Log Analytics for data ingestion.

Quick Start

Deploy Grafana OSS to Azure Container Apps by running the azd up command after setting up your environment variables.

Frequently Asked Questions about grafana-azure

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy Grafana OSS to Azure Container Apps?

This Skill deploys Grafana OSS to Azure Container Apps by leveraging Bicep for infrastructure as code and Azure Developer CLI. Running `azd up` after setting environment variables provisions and configures the entire monitoring stack.

What is the best way to automate Grafana deployment on Azure for observability?

Automating Grafana deployment on Azure is best handled through infrastructure as code using Bicep and Azure Developer CLI. This approach streamlines the setup of a robust observability platform for metrics, logs, and traces visualization.

Does this Grafana Azure deployment support a PostgreSQL backend?

Yes, the Grafana Azure deployment supports a PostgreSQL backend for production environments. This configuration is provisioned using Bicep to ensure a robust and persistent monitoring solution.

Can I visualize Azure Log Analytics data in Grafana using this deployment?

Yes, the deployed Grafana instance integrates with Log Analytics for data ingestion, enabling you to visualize metrics, logs, and traces. It sets up the necessary configurations to monitor your Azure applications.

What are the prerequisites for setting up Grafana on Azure Container Apps?

Setting up Grafana on Azure Container Apps requires the Azure Developer CLI and environment variables configured before deployment. You run the `azd up` command to provision the infrastructure defined by the included Bicep scripts.