AgentSkillsCN

support

Azure 应用的支持与故障排查技能

SKILL.md
--- frontmatter
name: support
description: Support and troubleshooting skills for Azure applications

Support Skills

Skills for customer support, troubleshooting, and documentation.

Available Skills

SkillDescriptionWhen to Use
troubleshootingDiagnostic guides and proceduresInvestigating issues
error-messagesUser-friendly error messagesError handling
faqFAQ content generationDocumentation

Azure Specialization

The support role understands Azure-specific troubleshooting:

  • Azure Portal: Resource navigation, Activity Log, Diagnose & Solve
  • Azure CLI: az commands for diagnostics
  • Azure Monitor: Log Analytics queries, metrics
  • Azure Support: Creating support tickets, severity levels

Quick Reference

Troubleshooting Workflow

code
1. Reproduce
   └─ Confirm the issue and gather details

2. Isolate
   └─ Identify affected components

3. Diagnose
   └─ Check logs, metrics, and configuration

4. Resolve
   └─ Apply fix or workaround

5. Document
   └─ Update runbooks and knowledge base

Common Azure Diagnostics

IssueFirst CheckTool
App not respondingContainer App statusPortal / az containerapp show
5xx errorsApplication InsightsKQL: requests | where resultCode >= 500
Slow performanceMetricsApp Insights Performance blade
Auth failuresEntra ID sign-in logsPortal: AAD > Sign-in logs
Missing secretsKey Vault accessPortal: Key Vault > Access policies