Agent skill · DevOps & Cloud

azure-diagnostics

Debug Azure production issues on Azure using AppLens, Azure Monitor, resource health, and safe triage. WHEN: debug production issues, troubleshoot app service, app service high CPU, app service deployment failure, troubleshoot container apps, troubleshoot functions, troubleshoot AKS, VM RDP, Linux SSH, VM black screen, can't connect to VM, reset VM password, NSG or firewall blocking, kubectl cannot connect, kube-system/CoreDNS failures, pod pending, crashloop, node not ready, upgrade failures, analyze logs, KQL, insights, image pull failures, cold start issues, health probe failures, resource

Microsoft293,217★ · +1,988/wk · 14 repos on radarProfile →
claude-codeMIT
Install
npx skills add microsoft/azure-skills --skill azure-diagnostics --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 39
SKILL.md size: 6 KB
Bundled scripts: none
Version: 1.2.1
Declared author: Microsoft
Path: skills/azure-diagnostics/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,353
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Azure Diagnostics > **AUTHORITATIVE GUIDANCE — MANDATORY COMPLIANCE** > > This document is the **official source** for debugging and troubleshooting Azure production issues. Follow these instructions to diagnose and resolve common Azure service problems systematically. ## Triggers Activate this skill when user wants to: - Debug or troubleshoot production issues - Diagnose errors in Azure services - Analyze application logs or metrics - Fix image pull, cold start, or health probe issues - Investigate why Azure resources are failing - Find root cause of application errors - Troubleshoot App Service issues (high CPU, deployment failures, crashes, slow responses, TLS/custom domains) - Respond to prompts like "troubleshoot app service", "app service high CPU", or "app service deployment failure" - Troubleshoot Azure Function Apps (invocation failures, timeouts, binding errors) - Find the App Insights or Log Analytics workspace linked to a Function App - Troubleshoot AKS clusters, nodes, pods, ingress, or Kubernetes networking issues - Troubleshoot Azure VM connectivity issues (RDP/SSH failures, port 3389/22 timeouts, NSG or firewall blocking, credential resets) - Troubleshoot Azure Me

What's inside
Steps it walks through
  1. Triggers
  2. Rules
  3. Quick Diagnosis Flow
  4. Troubleshooting Guides by Service
  5. Routing
  6. Quick Reference
  7. Common Diagnostic Commands
  8. AppLens (MCP Tools)
  9. Azure Monitor (MCP Tools)
  10. Check Azure Resource Health
  11. Using MCP
  12. Using CLI
  13. References
Ships with 24 files
  • references/app-service/README.md
  • references/azure-resource-graph.md
  • references/container-apps/README.md
  • references/functions/README.md
  • references/kql-queries.md
  • troubleshooting/aks/aks-troubleshooting.md
  • troubleshooting/aks/general-diagnostics.md
  • troubleshooting/aks/load-balancer-and-ingress.md
  • troubleshooting/aks/network-policy.md
  • troubleshooting/aks/networking.md
  • troubleshooting/aks/node-issues.md
  • troubleshooting/aks/pod-failures.md
  • troubleshooting/aks/references/aks-mcp.md
  • troubleshooting/aks/references/command-flows.md
  • troubleshooting/aks/references/inspektor-gadget.md
  • troubleshooting/aks/references/structured-input-modes.md
  • troubleshooting/aks/spot-and-zone-issues.md
  • troubleshooting/aks/upgrade-operations.md
  • troubleshooting/compute/references/cannot-connect-to-vm.md
  • troubleshooting/compute/references/credential-auth-errors.md
  • troubleshooting/compute/references/firewall-blocking.md
  • troubleshooting/compute/references/network-connectivity.md
  • troubleshooting/compute/references/rdp-connectivity.md
  • troubleshooting/compute/references/rdp-service-config.md
first 24 of 39
Commands it runs
Check resource health
az resource show --ids RESOURCE_ID
View activity log
az monitor activity-log list -g RG --max-events 20
Container Apps logs
az containerapp logs show --name APP -g RG --follow
Function App logs (query App Insights traces)
az monitor app-insights query --apps APP-INSIGHTS -g RG \
Check specific resource health
Check recent activity
More from azure-skills
All skills →
About this skill
What does the azure-diagnostics skill do?

Debug Azure production issues on Azure using AppLens, Azure Monitor, resource health, and safe triage. WHEN: debug production issues, troubleshoot app service, app service high CPU, app service deployment failure, troubleshoot container apps, troubleshoot functions, troubleshoot AKS, VM RDP, Linux SSH, VM black screen, can't connect to VM, reset VM password, NSG or firewall blocking, kubectl cannot connect, kube-system/CoreDNS failures, pod pending, crashloop, node not ready, upgrade failures, analyze logs, KQL, insights, image pull failures, cold start issues, health probe failures, resource

How do I install it?

Run `npx skills add microsoft/azure-skills --skill azure-diagnostics --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From microsoft/azure-skills, a repository with 1,353 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going