azure-impact-reporting

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Azure Impact Reporting Skill

Azure Impact Reporting Skill

This skill provides expert guidance for Azure Impact Reporting. Covers troubleshooting, configuration, and integrations & coding patterns. It combines local quick-reference content with remote documentation fetching capabilities.
此Skill为Azure Impact Reporting提供专业指导,涵盖故障排查、配置、集成与编码模式。它结合了本地快速参考内容与远程文档获取能力。

How to Use This Skill

如何使用此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
工具不可用,建议用户安装:安装指南
此Skill需要网络访问权限以获取文档内容:
  • 优先方式:使用
    mcp_microsoftdocs:microsoft_docs_fetch
    ,查询字符串为
    from=learn-agent-skill
    ,返回Markdown格式内容。
  • 备用方式:使用
    fetch_webpage
    ,查询字符串为
    from=learn-agent-skill&accept=text/markdown
    ,返回Markdown格式内容。

Category Index

分类索引

CategoryLinesDescription
TroubleshootingL31-L35Diagnosing and fixing Azure Impact Reporting connector issues, including connection failures, data sync problems, configuration errors, and common troubleshooting steps.
ConfigurationL36-L42Configuring Azure Impact Reporting: creating alert connectors and retrieving valid impact and HPC Guest Health category values for correct classification.
Integrations & Coding PatternsL43-L50Patterns and APIs for integrating Impact Reporting with Azure Monitor alerts, Logic Apps, HPC VM node health, Service Health, and accessing insights via API and portal
分类行号描述
故障排查L31-L35诊断并修复Azure Impact Reporting连接器问题,包括连接失败、数据同步问题、配置错误以及常见故障排查步骤。
配置L36-L42配置Azure Impact Reporting:创建警报连接器,获取有效的影响和HPC来宾健康分类值以进行正确分类。
集成与编码模式L43-L50将Impact Reporting与Azure Monitor警报、Logic Apps、HPC VM节点健康状况、Service Health集成的模式和API,以及通过API和门户访问洞察信息

Troubleshooting

故障排查

Configuration

配置

Integrations & Coding Patterns

集成与编码模式