Azure Diagnostics

🌐Community
by claudedjale · vlatest · Repository

Analyzes Azure resource health and performance using diagnostics data to identify and resolve potential issues.

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

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

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

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

About This Skill

What it does

This skill provides access to Azure Diagnostics data, enabling you to retrieve and analyze diagnostic information from Azure resources. It allows querying metrics, logs, and events related to your Azure infrastructure. This can be used for troubleshooting issues, monitoring performance, and gaining insights into resource behavior.

When to use it

  • Troubleshooting Application Errors: Investigate the root cause of errors by examining application logs stored in Azure diagnostics.
  • Performance Monitoring: Track key metrics like CPU usage, memory consumption, or network latency for your virtual machines or other resources.
  • Resource Health Checks: Proactively identify potential issues with Azure services by analyzing diagnostic events and alerts.
  • Capacity Planning: Analyze historical resource utilization data to predict future capacity needs.

Key capabilities

  • Accesses Azure Diagnostics data
  • Retrieves metrics, logs, and events
  • Supports querying of Azure resources

Example prompts

  • "Show me the CPU usage for my web server VM over the last hour."
  • "What errors were logged by my application in the past 24 hours?"
  • "Retrieve all diagnostic events related to database connection failures."

Tips & gotchas

  • Requires appropriate Azure permissions to access diagnostics data. Ensure the AI agent has the necessary roles and access policies configured within your Azure subscription.

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
3

🌐 Community

Passed automated security scans.