azure-observability

Query Azure Monitor metrics, Application Insights traces, and Log Analytics KQL logs.

6|3|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/jongio/azd-copilot --skill azure-observability-jongio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-observability
Source: https://github.com/jongio/azd-copilot/tree/main/cli/src/internal/assets/ghcp4a-skills/azure-observability
Command: npx skills add https://github.com/jongio/azd-copilot --skill azure-observability-jongio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you monitor and analyze the performance and health of your Azure resources by providing access to Azure Monitor, Application Insights, and Log Analytics.

Core Features & Use Cases

  • Resource Monitoring: Query metrics and logs for various Azure services.
  • Application Performance Management (APM): Utilize Application Insights for distributed tracing and performance analysis.
  • Log Analysis: Execute KQL queries against Log Analytics workspaces.
  • Use Case: Troubleshoot an application slowdown by querying request durations and error rates in Application Insights, or check CPU utilization for a virtual machine using Azure Monitor metrics.

Quick Start

Use the azure-observability skill to list all Log Analytics workspaces in your subscription.

Frequently Asked Questions about azure-observability

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query Azure Monitor metrics and Log Analytics workspaces?

You can query Azure Monitor metrics and Log Analytics workspaces by executing KQL queries directly against the workspaces to retrieve real-time metrics and analyze logs for your Azure resources.

Can I use Application Insights for distributed tracing and APM?

Application Insights supports application performance management and distributed tracing, enabling you to analyze request durations, error rates, and performance bottlenecks for proactive issue detection.

What is the best way to troubleshoot an application slowdown using Azure observability?

Troubleshoot application slowdowns by querying request durations and error rates in Application Insights, or check CPU utilization for virtual machines using Azure Monitor metrics to pinpoint performance issues.

Does this Skill support both MCP-driven operations and direct CLI interactions?

The Skill supports both MCP-driven operations and direct CLI interactions, providing flexible management options for querying metrics, logs, and traces across your Azure environment.

How do I list all Log Analytics workspaces in my subscription?

You can list all Log Analytics workspaces in your subscription by using the azure-observability skill to query your Azure environment and retrieve workspace names for log analysis.

When do I need KQL queries for Azure resource monitoring?

You need KQL queries when performing log analysis against Log Analytics workspaces to filter, aggregate, and extract actionable insights from telemetry data collected from your Azure resources.