azure-troubleshooting

Diagnose Azure resource health using KQL templates and metric thresholds.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/pazdedav/my-infraops-project --skill azure-troubleshooting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-troubleshooting
Source: https://github.com/pazdedav/my-infraops-project/tree/main/.github/skills/azure-troubleshooting
Command: npx skills add https://github.com/pazdedav/my-infraops-project --skill azure-troubleshooting

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps diagnose and troubleshoot common issues with Azure resources, providing structured approaches to identify root causes and apply remediation steps.

Core Features & Use Cases

  • Resource Diagnostics: Assesses the health of various Azure resource types.
  • KQL Templates: Provides pre-built Kusto Query Language queries for log analysis.
  • Remediation Playbooks: Offers step-by-step guides to resolve common problems.
  • Use Case: When an Azure App Service is reporting errors, use this Skill to run KQL queries against its logs, check its health metrics, and follow a playbook to identify and fix the underlying cause.

Quick Start

Use the azure-troubleshooting skill to diagnose issues with the resource named 'my-app-service' in the resource group 'my-rg'.

Frequently Asked Questions about azure-troubleshooting

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

FAQPage Schema
How do I diagnose Azure App Service errors using KQL queries?

You can diagnose Azure App Service errors by running pre-built KQL templates against its logs, checking health metric thresholds, and following structured remediation playbooks to identify and fix the underlying cause.

What is the best way to troubleshoot unhealthy Azure Virtual Machines?

Troubleshooting unhealthy Azure Virtual Machines involves executing structured diagnostic workflows, assessing resource health using metric thresholds, and applying targeted remediation steps to resolve resource errors.

Do I need Azure CLI to run resource health diagnostics?

Yes, Azure CLI with the resource-graph extension is required to perform resource discovery and execute health assessments for your Azure cloud environment.

Can I use KQL templates to check Azure Storage Account health?

Yes, you can use pre-built KQL templates to analyze logs, evaluate metric thresholds, and run health checks to identify and remediate issues with Azure Storage Accounts.

What are the limitations of using structured diagnostic patterns for cloud remediation?

The structured diagnostic patterns require Azure CLI with the resource-graph extension for resource discovery, and are specifically tailored for common services like App Service, Virtual Machines, and Storage Accounts, potentially lacking coverage for uncommon resources.