Azure Monitor Query Java
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.
Run in terminal (recommended)
claude mcp add azure-monitor-query-java npx -- -y @trustedskills/azure-monitor-query-java
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"azure-monitor-query-java": {
"command": "npx",
"args": [
"-y",
"@trustedskills/azure-monitor-query-java"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to construct and execute Azure Monitor queries using Java code. It leverages the Microsoft Azure SDK for Java to interact with the Azure Monitor API, enabling programmatic access to metrics, logs, and other telemetry data. The agent can then interpret and present the results of these queries in a human-readable format.
When to use it
- Troubleshooting Application Performance: Investigate slow response times or error spikes by querying application performance metrics.
- Analyzing Log Data: Extract specific events from Azure Monitor logs, such as authentication failures or security incidents.
- Monitoring Resource Utilization: Track CPU usage, memory consumption, and other resource metrics for virtual machines or containers.
- Automating Reporting: Generate custom reports based on Azure Monitor data, providing insights into system health and performance trends.
Key capabilities
- Constructs Kusto Query Language (KQL) queries programmatically.
- Executes queries against Azure Monitor logs and metrics.
- Utilizes the Microsoft Azure SDK for Java.
- Parses query results and presents them in a structured format.
Example prompts
- "Run a query to find all errors logged by my web application in the last hour."
- "What is the average CPU utilization of my database server over the past 24 hours?"
- "Show me the number of successful login attempts per user today."
Tips & gotchas
- Requires appropriate Azure credentials and permissions to access Azure Monitor data.
- Familiarity with Kusto Query Language (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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.