azure-chaos-studio

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Chaos Studio Skill

Chaos Studio技能

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.
本技能为Chaos Studio提供专业指导,涵盖故障排查、限制与配额、安全、配置以及集成与编码模式。它结合了本地快速参考内容与远程文档获取能力。

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.
Agent重要提示:使用下方的分类索引查找相关章节。对于带有行范围的分类(例如
L35-L120
),使用
read_file
并指定对应行;对于带有文件链接的分类(例如
[security.md](security.md)
),对链接的参考文件使用
read_file
Agent重要提示:如果
metadata.generated_at
已超过3个月,建议用户从仓库拉取最新版本。如果
mcp_microsoftdocs
工具不可用,建议用户安装:安装指南
本技能需要网络访问权限来获取文档内容:
  • 首选方式:使用
    mcp_microsoftdocs:microsoft_docs_fetch
    ,查询字符串为
    from=learn-agent-skill
    ,返回Markdown格式内容。
  • 备用方式:使用
    fetch_webpage
    ,查询字符串为
    from=learn-agent-skill&accept=text/markdown
    ,返回Markdown格式内容。

Category Index

分类索引

CategoryLinesDescription
TroubleshootingL33-L40Diagnosing and fixing Chaos Studio and Chaos Agent issues, including installation/health problems, VM agent status checks, known errors, and common experiment or connectivity failures.
Limits & QuotasL41-L48Chaos Studio limits: agent OS/fault compatibility, known issues, regional/HA behavior, and throttling, quotas, and usage constraints for experiments
SecurityL49-L63Securing Chaos Studio: identities, roles, permissions, CMK encryption, network/IP controls, Private Link, VNet injection, AKS auth, and safely controlling experiment targets/capabilities.
ConfigurationL64-L76Configuring Chaos Studio: ARM/Bicep experiment definitions, deploying agents/targets, parameters, Azure Monitor/Workbook integration, OS/tool compatibility, and onboarding via Azure Policy
Integrations & Coding PatternsL77-L82Using CLI/REST to create and manage Chaos Studio experiments, plus patterns for sending Chaos Agent telemetry to Application Insights and integrating experiments into automated workflows
分类行范围描述
故障排查L33-L40诊断并修复Chaos Studio和Chaos Agent问题,包括安装/健康问题、VM代理状态检查、已知错误以及常见实验或连接失败问题。
限制与配额L41-L48Chaos Studio限制:Agent操作系统/故障兼容性、已知问题、区域/高可用行为,以及实验的限流、配额和使用约束。
安全L49-L63Chaos Studio安全配置:身份、角色、权限、CMK加密、网络/IP控制、Private Link、VNet注入、AKS认证,以及安全控制实验目标/能力。
配置L64-L76Chaos Studio配置:ARM/Bicep实验定义、部署Agent/目标、参数、Azure Monitor/工作簿集成、操作系统/工具兼容性,以及通过Azure Policy完成资源接入。
集成与编码模式L77-L82使用CLI/REST创建和管理Chaos Studio实验,以及将Chaos Agent遥测数据发送至Application Insights、将实验集成到自动化工作流的模式。

Troubleshooting

故障排查

Limits & Quotas

限制与配额

Security

安全

TopicURL
Allowlist Chaos Studio Relay Bridge Host container imagehttps://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 managed identity permissions for Chaos experimentshttps://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
Assign roles for Chaos Studio supported resource typeshttps://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
Configure Private Link for Chaos Agent experimentshttps://learn.microsoft.com/en-us/azure/chaos-studio/chaos-studio-private-link-agent-service
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

Configuration

配置

Integrations & Coding Patterns

集成与编码模式