azure-monitor

Generates Azure Monitor IaC templates and configs for alerts, dashboards, and insights.

1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/sitharaj88/claude-skills --skill azure-monitor-sitharaj88
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-monitor
Source: https://github.com/sitharaj88/claude-skills/tree/main/skills/azure-monitor
Command: npx skills add https://github.com/sitharaj88/claude-skills --skill azure-monitor-sitharaj88

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of comprehensive Azure Monitor configurations, including alerts, dashboards, Log Analytics workspaces, Application Insights, and workbooks, simplifying the setup of monitoring and observability for Azure resources.

Core Features & Use Cases

  • Resource Monitoring: Configure alerts, dashboards, and diagnostic settings for various Azure services (App Service, AKS, VMs, etc.).
  • Observability Setup: Deploy Log Analytics workspaces, Application Insights, and Azure Workbooks for deep insights into application and infrastructure performance.
  • Infrastructure as Code: Generate Bicep or Terraform templates for reproducible monitoring deployments.
  • Use Case: You need to set up alerts for high CPU usage on your Azure App Service and create a dashboard to visualize key performance metrics.

Quick Start

Use the azure-monitor skill to generate a Bicep template for a Log Analytics workspace and diagnostic settings for an App Service.

Frequently Asked Questions about azure-monitor

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

FAQPage Schema
How do I set up Azure Monitor alerts and dashboards for my App Service using Bicep?

You can set up Azure Monitor alerts and dashboards by generating production-ready Bicep templates that configure metric alerts, log alerts, and diagnostic settings for your App Service automatically. This automates observability without manual portal configuration.

Can I use this to deploy Log Analytics workspaces and Application Insights together?

Yes, you can deploy Log Analytics workspaces and Application Insights together. The Skill generates Infrastructure as Code templates that provision both resources to enable deep infrastructure and application performance monitoring simultaneously.

What's the best way to automate container insights monitoring for AKS?

Automating container insights for AKS involves generating Bicep or Terraform templates with diagnostic settings and KQL queries. This approach configures Log Analytics workspaces to collect container logs and performance metrics automatically.

Does this generate KQL queries for log alerts in Azure Monitor?

Yes, it generates KQL queries for log alerts. The Skill produces Kusto Query Language syntax alongside Bicep or Terraform templates to evaluate log data in Log Analytics workspaces and trigger alerts based on custom conditions.

Can I create Azure Workbooks for visualizing observability data with Infrastructure as Code?

Yes, you can create Azure Workbooks using Infrastructure as Code. The Skill generates Bicep or Terraform templates that deploy Workbooks for visualizing application and infrastructure performance metrics gathered by Azure Monitor.

What Azure resources are supported for diagnostic settings and metric alerts?

Supported Azure resources include App Service, AKS, and VMs. The Skill generates templates to configure diagnostic settings, metric alerts, and log alerts for these services to capture performance metrics and operational logs.