# Support

> Support and troubleshooting skills for Azure applications Use when this capability is needed.

- Skill: `tomevault-io/support-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/support-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/support-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/support-2

---


# Support Skills

Skills for customer support, troubleshooting, and documentation.

## Available Skills

| Skill | Description | When to Use |
|-------|-------------|-------------|
| [troubleshooting](troubleshooting.md) | Diagnostic guides and procedures | Investigating issues |
| [error-messages](error-messages.md) | User-friendly error messages | Error handling |
| [faq](faq.md) | FAQ content generation | Documentation |

## 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

```
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

| Issue | First Check | Tool |
|-------|-------------|------|
| App not responding | Container App status | Portal / `az containerapp show` |
| 5xx errors | Application Insights | KQL: `requests \| where resultCode >= 500` |
| Slow performance | Metrics | App Insights Performance blade |
| Auth failures | Entra ID sign-in logs | Portal: AAD > Sign-in logs |
| Missing secrets | Key Vault access | Portal: Key Vault > Access policies |

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/jongio) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

