Azure Chaos Studio Expert Guidance
Paste the following prompt into your AI chat to install this skill:
Please follow the instructions at https://skillhub.cn/install/skillhub.md to install @org-02qudk26/azure-chaos-studio into your AI assistant.
About this skill
Problem
Azure Chaos Studio validates failure recovery, but failed experiments often require checking Chaos Agent status, Azure RBAC, VNet/Private Link, AKS authentication, throttling, quotas, and version compatibility at the same time. This skill organizes scattered Microsoft Learn documentation into a local index, helping engineers locate specific limits or configuration steps instead of reconstructing commands from memory.
How it works
The skill uses the SKILL.md category index as the entry point:
- Troubleshooting: L33-L40 for known Chaos Agent issues, installation health checks, and common experiment failures.
- Limits and quotas: L41-L49 for throttling, region availability, OS compatibility, and version matrix.
- Security: L50-L64 for identity/RBAC, CMK encryption, VNet, AKS authentication, IP allowlists, and Relay Bridge security.
- Configuration and integration: L65-L82 for ARM/Bicep experiment templates, fault parameters, Private Link, Azure Policy, REST/CLI, and Azure Monitor/Application Insights telemetry.
At runtime it prefers mcp_microsoftdocs:microsoft_docs_fetch and falls back to fetch_webpage, appending the from=learn-agent-skill query parameter to retrieve Markdown documentation.
Boundaries
The skill needs network access to fetch remote docs, so offline environments can only use the local index and prompts. If metadata.generated_at is older than 3 months, update the local reference first. It supports Azure Chaos Studio operations and coding tasks, but it does not replace change approval, permission governance, or chaos experiment risk controls.
Use Cases
- Diagnose a VM-hosted Chaos Agent that is unhealthy after installation using known-issue and status docs.
- Review Bicep-based Chaos Studio experiment setup for targets, capabilities, parameters, and Private Link.
- Check AKS fault prerequisites, including Entra authentication, IP ranges, and Azure role mappings.
- Find REST/CLI and Azure Monitor/Application Insights integration examples for experiment telemetry.
Best For
- SREs running production chaos experiments: verify agent status, regional limits, and compatibility before VM faults.
- Azure platform engineers managing permissions: review RBAC, CMK encryption, VNet, and AKS authentication requirements.
- DevOps engineers maintaining ARM/Bicep infrastructure: write experiment templates, fault parameters, and Azure Policy targets.
- Backend engineers wiring observability: connect Chaos Studio experiment telemetry to Azure Monitor or Application Insights.
Related Skills
Analyzes network captures from Wireshark, tcpdump, Fiddler, and Charles, then pinpoints TCP, HTTP, DNS, and TLS issues with filter expressions and remediation steps.
Detects AI-generated images from Stable Diffusion, Midjourney, and GPT-4o via Tencent Cloud image moderation and returns risk scores.
Sets up a baseline Dynamo router, enables KV-aware routing when appropriate, and smoke tests the frontend endpoint locally or on Kubernetes.
CTF cryptography quick reference for engineers covering classic, modern, RSA, ECC, stream, PRNG, and lattice attacks.