Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
microsoftdocs avatar

Azure Chaos Studio

  • 101 installs
  • 682 repo stars
  • Updated August 3, 2026
  • microsoftdocs/agent-skills

Helps with ai & agent building tasks during AI-assisted development.

About

azure-chaos-studio is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • azure-chaos-studio
  • AI & Agent Building
  • AI-coding skill

Azure Chaos Studio by the numbers

  • 101 all-time installs (skills.sh)
  • +13 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #4,345 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/microsoftdocs/agent-skills --skill azure-chaos-studio

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs101
repo stars682
Last updatedAugust 3, 2026
Repositorymicrosoftdocs/agent-skills

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

Chaos Studio Skill

This skill provides expert guidance for Chaos Studio. Covers troubleshooting, limits & quotas, security, configuration, and integrations & coding patterns. It combines local quick-reference content with remote documentation fetching capabilities.

How to Use This Skill

IMPORTANT for Agent: Use the Category Index below to locate relevant sections. For categories with line ranges (e.g., L35-L120), use read_file with the specified lines. For categories with file links (e.g., [security.md](security.md)), use read_file on the linked reference file
IMPORTANT for Agent: If metadata.generated_at is more than 3 months old, suggest the user pull the latest version from the repository. If mcp_microsoftdocs tools are not available, suggest the user install it: Installation Guide

This skill requires network access to fetch documentation content:

  • Preferred: Use mcp_microsoftdocs:microsoft_docs_fetch with query string from=learn-agent-skill. Returns Markdown.
  • Fallback: Use fetch_webpage with query string from=learn-agent-skill&accept=text/markdown. Returns Markdown.

Category Index

CategoryLinesDescription
TroubleshootingL33-L40Diagnosing Chaos Agent install/health issues, checking VM agent status, and troubleshooting common Chaos Studio experiment failures and known issues.
Limits & QuotasL41-L49Chaos Studio limits, throttling, regional/HA behavior, agent OS/fault compatibility, and supported versions/compatibility matrix
SecurityL50-L64Securing Chaos Studio: identity/RBAC, workspace roles, CMK encryption, network/VNet setup, AKS auth and IP allowlists, Relay Bridge/agent security, and mapping faults to required Azure roles.
ConfigurationL65-L75Authoring and deploying Chaos Studio experiments and agents with ARM/Bicep, configuring targets/capabilities, parameters, Private Link, and Azure Policy-based auto-onboarding.
Integrations & Coding PatternsL76-L82Using REST/CLI to create/run Chaos Studio experiments and wiring their telemetry into Azure Monitor and Application Insights for tracking, correlation, and analysis

Troubleshooting

TopicURL
Review known issues and workarounds for Chaos Agenthttps://learn.microsoft.com/en-us/azure/chaos-studio/chaos-agent-known-issues
Troubleshoot Azure Chaos Agent installation and healthhttps://learn.microsoft.com/en-us/azure/chaos-studio/chaos-agent-troubleshooting
Verify and interpret Chaos Agent status on VMshttps://learn.microsoft.com/en-us/azure/chaos-studio/chaos-agent-verify-status
Troubleshoot common Azure Chaos Studio experiment issueshttps://learn.microsoft.com/en-us/azure/chaos-studio/troubleshooting

Limits & Quotas

TopicURL
Check OS and fault compatibility for Chaos Agenthttps://learn.microsoft.com/en-us/azure/chaos-studio/chaos-agent-os-support
Review Chaos Studio limitations and known issueshttps://learn.microsoft.com/en-us/azure/chaos-studio/chaos-studio-limitations
Understand Chaos Studio regional and HA modelhttps://learn.microsoft.com/en-us/azure/chaos-studio/chaos-studio-region-availability
Azure Chaos Studio throttling and usage limitshttps://learn.microsoft.com/en-us/azure/chaos-studio/chaos-studio-service-limits
Azure Chaos Studio version and compatibility matrixhttps://learn.microsoft.com/en-us/azure/chaos-studio/chaos-studio-versions

Security

TopicURL
Use Chaos Studio Relay Bridge Host container image securelyhttps://learn.microsoft.com/en-us/azure/chaos-studio/azure-container-instance-details
Understand Chaos Agent networking, identity, and dependencieshttps://learn.microsoft.com/en-us/azure/chaos-studio/chaos-agent-concepts
Configure Entra authentication for Chaos Studio AKS faultshttps://learn.microsoft.com/en-us/azure/chaos-studio/chaos-studio-aks-authentication
Authorize Chaos Studio IP ranges for AKS clustershttps://learn.microsoft.com/en-us/azure/chaos-studio/chaos-studio-aks-ip-ranges
Assign experiment permissions and roles in Azure Chaos Studiohttps://learn.microsoft.com/en-us/azure/chaos-studio/chaos-studio-assign-experiment-permissions
Configure customer-managed keys for Chaos Studio experimentshttps://learn.microsoft.com/en-us/azure/chaos-studio/chaos-studio-configure-customer-managed-keys
Map Chaos Studio fault targets to required Azure roleshttps://learn.microsoft.com/en-us/azure/chaos-studio/chaos-studio-fault-providers
Configure permissions and security for Azure Chaos Studiohttps://learn.microsoft.com/en-us/azure/chaos-studio/chaos-studio-permissions-security
Secure Chaos Studio with virtual network injectionhttps://learn.microsoft.com/en-us/azure/chaos-studio/chaos-studio-private-networking
Control Chaos Studio targets and capabilities securelyhttps://learn.microsoft.com/en-us/azure/chaos-studio/chaos-studio-targets-capabilities
Configure Chaos Studio Workspace identities and RBAC permissionshttps://learn.microsoft.com/en-us/azure/chaos-studio/chaos-studio-workspace-permissions

Configuration

TopicURL
Deploy and configure Chaos Agent via ARM templateshttps://learn.microsoft.com/en-us/azure/chaos-studio/chaos-agent-arm-template
Author Chaos Studio experiments with Bicep templateshttps://learn.microsoft.com/en-us/azure/chaos-studio/chaos-studio-bicep
Use Chaos Studio fault and action parametershttps://learn.microsoft.com/en-us/azure/chaos-studio/chaos-studio-fault-library
Set up Private Link for Chaos Studio agent experimentshttps://learn.microsoft.com/en-us/azure/chaos-studio/chaos-studio-private-link-agent-service
Configure Azure Policy to auto-add Chaos Studio targetshttps://learn.microsoft.com/en-us/azure/chaos-studio/sample-policy-targets
Define Chaos Studio experiments with ARM templateshttps://learn.microsoft.com/en-us/azure/chaos-studio/sample-template-experiment
Use ARM templates to configure Chaos Studio targets and capabilitieshttps://learn.microsoft.com/en-us/azure/chaos-studio/sample-template-targets

Integrations & Coding Patterns

TopicURL
Call Azure Chaos Studio REST APIs with CLI sampleshttps://learn.microsoft.com/en-us/azure/chaos-studio/chaos-studio-samples-rest-api
Send Chaos Agent experiment telemetry to App Insightshttps://learn.microsoft.com/en-us/azure/chaos-studio/chaos-studio-set-up-app-insights
Integrate Azure Monitor telemetry with Chaos Studio experimentshttps://learn.microsoft.com/en-us/azure/chaos-studio/chaos-studio-set-up-azure-monitor
Create Chaos Studio experiments via CLI and portalhttps://learn.microsoft.com/en-us/azure/chaos-studio/experiment-examples

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.