azure-resource-health-diagnose

Analyze Azure resource health and diagnose issues from logs and telemetry.

1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/Gabeujin/workspace-init-mcp --skill azure-resource-health-diagnose-gabeujin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-resource-health-diagnose
Source: https://github.com/Gabeujin/workspace-init-mcp/tree/main/awesome/skills/azure-resource-health-diagnose
Command: npx skills add https://github.com/Gabeujin/workspace-init-mcp --skill azure-resource-health-diagnose-gabeujin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you analyze the health of your Azure resources, pinpoint the root cause of issues using logs and telemetry, and provides a clear plan to fix them.

Core Features & Use Cases

  • Resource Health Assessment: Checks the current status and availability of Azure resources.
  • Log & Telemetry Analysis: Dives into logs and metrics to find error patterns and performance bottlenecks.
  • Root Cause Identification: Classifies issues and determines their underlying causes.
  • Remediation Planning: Generates actionable steps to resolve identified problems.
  • Use Case: If your Azure Web App is experiencing intermittent failures, this Skill will analyze its application logs, performance metrics, and Azure Activity logs to identify the cause (e.g., a recent deployment, resource throttling, or a dependency issue) and provide specific commands to fix it.

Quick Start

Analyze the health of my Azure SQL database named 'my-prod-db' in the 'production' resource group.

Frequently Asked Questions about azure-resource-health-diagnose

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

FAQPage Schema
How do I diagnose Azure resource health issues using telemetry and logs?

To diagnose Azure resource health issues, you can analyze resource availability, assess health status, and parse application logs using KQL queries to identify error patterns. This process classifies issues and determines underlying root causes from telemetry data.

What is the best way to find the root cause of Azure Web App intermittent failures?

Finding the root cause of Azure Web App intermittent failures involves analyzing application logs, performance metrics, and Azure Activity logs. This identifies whether issues stem from recent deployments, resource throttling, or dependency failures, leading to a targeted remediation plan.

How do I create a remediation plan for Azure SQL database performance bottlenecks?

Creating a remediation plan for Azure SQL database performance bottlenecks requires analyzing telemetry and classifying the underlying issues. The system generates actionable steps and specific commands to resolve identified resource throttling or dependency problems.

Do I need Azure MCP tools to analyze resource health and availability?

Yes, you need Azure MCP tools for monitoring and diagnostics to analyze resource health. These tools facilitate resource identification, health status assessment, and log analysis required to pinpoint root causes and generate remediation steps.

Can I use KQL queries to identify error patterns in Azure activity logs?

Yes, you can use KQL queries to dive into Azure activity logs and metrics to find error patterns. Log and telemetry analysis using KQL helps classify issues and determine underlying causes for resources experiencing failures.

Why does Azure resource diagnostics require both health assessment and log analysis?

Azure resource diagnostics requires both health assessment and log analysis because checking current availability status identifies the symptom, while analyzing telemetry and KQL logs reveals the root cause, such as a recent deployment or resource throttling, necessary for effective remediation.