Azure Monitor Query Py

🌐Community
by claudedjale · 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 claudedjale-azure-monitor-query-py npx -- -y @trustedskills/claudedjale-azure-monitor-query-py
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "claudedjale-azure-monitor-query-py": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/claudedjale-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 can retrieve and analyze log data, providing insights into application performance, system health, and security events within an Azure environment. The agent can then present this information in a structured format for further analysis or action.

When to use it

  • Troubleshooting application errors by querying specific error codes and timestamps from Azure Monitor logs.
  • Analyzing website traffic patterns and identifying potential bottlenecks using KQL queries against web server logs.
  • Generating reports on resource utilization (CPU, memory) across virtual machines in an Azure subscription.
  • Investigating security incidents by searching for suspicious activity within Azure Security Logs.

Key capabilities

  • Execute KQL queries against Azure Monitor logs.
  • Retrieve data from various log sources within Azure Monitor.
  • Format and present query results in a structured manner.

Example prompts

  • "Show me the error rate for my web application over the last hour."
  • "What are the top 5 most frequent errors logged by my database server today?"
  • "Give me a count of all login failures from the past week."

Tips & gotchas

  • Requires appropriate Azure permissions to access and query Azure Monitor logs.
  • KQL syntax can be complex; familiarity with Kusto Query Language is beneficial for optimal results.

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
claudedjale
Installs
2

🌐 Community

Passed automated security scans.