Azure Diagnostics

🌐Community
by tyler-r-kendrick · vlatest · Repository

Analyzes Azure diagnostic logs to identify performance bottlenecks and potential issues using Kendrick's expertise.

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 tyler-r-kendrick-azure-diagnostics npx -- -y @trustedskills/tyler-r-kendrick-azure-diagnostics
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "tyler-r-kendrick-azure-diagnostics": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/tyler-r-kendrick-azure-diagnostics"
      ]
    }
  }
}

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

About This Skill

What it does

This skill allows you to query Azure Diagnostics data. It can retrieve performance counters, events, and other diagnostic information from your Azure resources. This enables troubleshooting, performance analysis, and proactive monitoring of your cloud infrastructure.

When to use it

  • Investigate a slow-running application by retrieving its performance counters.
  • Identify the root cause of an error by examining Azure event logs.
  • Monitor resource utilization trends over time to optimize costs.
  • Diagnose issues with specific virtual machines or services within your Azure environment.

Key capabilities

  • Retrieval of performance counters from Azure resources.
  • Access to Azure events and diagnostic logs.
  • Querying data based on timestamps and other filters.

Example prompts

  • "Show me the CPU utilization for my web server over the last hour."
  • "What errors occurred in my database service today?"
  • "Retrieve all performance counters related to memory usage from VM 'my-vm'."

Tips & gotchas

Requires appropriate Azure permissions to access diagnostic data. Familiarity with Azure resource names and metrics is helpful for crafting 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
tyler-r-kendrick
Installs
3

🌐 Community

Passed automated security scans.