Azure Monitor Query Py

🌐Community
by sickn33 · vlatest · Repository

Helps with Azure, monitoring, querying as part of deploying and managing cloud infrastructure workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add azure-monitor-query-py npx -- -y @trustedskills/azure-monitor-query-py
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "azure-monitor-query-py": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/azure-monitor-query-py"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to execute Kusto Query Language (KQL) queries against Azure Monitor logs. It retrieves data from various sources within Azure, such as application insights, virtual machines, and network devices. The results can then be used for analysis, troubleshooting, or reporting on the health and performance of your Azure environment.

When to use it

  • Troubleshooting Application Errors: Investigate error rates and identify root causes by querying application logs.
  • Monitoring System Performance: Track CPU usage, memory consumption, and network latency across virtual machines.
  • Analyzing Security Events: Search for suspicious activity within Azure security logs.
  • Generating Reports on Resource Utilization: Create custom reports showing trends in resource consumption over time.

Key capabilities

  • Executes KQL queries against Azure Monitor Logs.
  • Retrieves data from various log sources (Application Insights, VMs, etc.).
  • Supports complex query logic and filtering.
  • Returns results in a structured format.

Example prompts

  • "Show me the error rate for my web application over the last hour."
  • "What is the average CPU utilization of my virtual machines?"
  • "Find all failed login attempts in the last 24 hours."
  • “Give me a count of requests by HTTP status code from Application Insights.”

Tips & gotchas

  • Requires appropriate Azure permissions to access and query Azure Monitor Logs. Ensure the AI agent has the necessary roles assigned.
  • KQL syntax can be complex; familiarity with KQL is helpful for constructing effective queries.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
sickn33
Installs
12

🌐 Community

Passed automated security scans.