azure-resource-health-diagnose

Diagnose Azure resource health issues and create remediation plans from logs and telemetry.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/MoonAxis/azure-stack --skill azure-resource-health-diagnose
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-resource-health-diagnose
Source: https://github.com/MoonAxis/azure-stack/tree/main/skills/azure-resource-health-diagnose
Command: npx skills add https://github.com/MoonAxis/azure-stack --skill azure-resource-health-diagnose

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps you understand why an Azure resource might be experiencing issues by analyzing its health, logs, and telemetry, and then provides a clear plan to fix it.

Core Features & Use Cases

  • Resource Health Assessment: Checks the current status and availability of your Azure resources.
  • Log & Telemetry Analysis: Dives into logs and metrics to pinpoint the root cause of problems.
  • Remediation Planning: Generates a step-by-step plan to resolve identified issues.
  • Use Case: If your Azure Function App is intermittently failing, this Skill will analyze its logs and performance metrics to identify the cause (e.g., a specific code error, resource constraint) and provide steps to fix it.

Quick Start

Analyze the health of my Azure Function App named 'my-function-app' and provide a remediation plan.

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 from logs and telemetry?

To diagnose Azure resource health issues, this Skill analyzes resource availability, queries logs using KQL, classifies issues, and performs root cause analysis to generate a phased remediation plan. It assesses health status and pinpoints root causes from telemetry.

What is the best way to find the root cause of an intermittent Azure Function App failure?

The best way to find the root cause of an intermittent Azure Function App failure is to analyze its logs and performance metrics. This Skill dives into telemetry to pinpoint specific code errors or resource constraints and outlines steps to fix them.

Can I use Azure CLI to generate a remediation plan for my resource availability problems?

Yes, you can use Azure CLI alongside Azure MCP tools to generate a remediation plan for resource availability problems. This Skill assesses current health status, analyzes telemetry, and creates a step-by-step resolution plan for identified issues.

Do I need Azure MCP server authentication to troubleshoot resource health?

Yes, you need Azure MCP server authentication to troubleshoot resource health. The Skill requires this authentication to access your Azure environment, discover target resources, and assess their current health status and telemetry data.

How does KQL query analysis help with Azure diagnostics?

KQL query analysis helps with Azure diagnostics by extracting detailed error signals and performance metrics from logs. This Skill uses KQL to classify issues and perform root cause analysis, enabling the creation of a targeted remediation plan.