jpskill.com
💼 ビジネス コミュニティ

azure-impact-reporting

Azure Impact Reportingの開発において、トラブルシューティング、構成、統合、コーディングパターンに関する専門知識を提供するSkillです。

📜 元の英語説明(参考)

Expert knowledge for Azure Impact Reporting development including troubleshooting, configuration, and integrations & coding patterns. Use when wiring Impact Reporting to Azure Monitor, Logic Apps, Service Health, diagnostic logs, or HPC Guest Health, and other Azure Impact Reporting related development tasks. Not for Azure Carbon Optimization (use azure-carbon-optimization), Azure Cost Management (use azure-cost-management), Azure Monitor (use azure-monitor).

🇯🇵 日本人クリエイター向け解説

一言でいうと

Azure Impact Reportingの開発において、トラブルシューティング、構成、統合、コーディングパターンに関する専門知識を提供するSkillです。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o azure-impact-reporting.zip https://jpskill.com/download/5708.zip && unzip -o azure-impact-reporting.zip && rm azure-impact-reporting.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/5708.zip -OutFile "$d\azure-impact-reporting.zip"; Expand-Archive "$d\azure-impact-reporting.zip" -DestinationPath $d -Force; ri "$d\azure-impact-reporting.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して azure-impact-reporting.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → azure-impact-reporting フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-17
取得日時
2026-05-17
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

Azure Impact Reporting スキル

このスキルは、Azure Impact Reporting に関する専門的なガイダンスを提供します。トラブルシューティング、構成、統合、およびコーディングパターンをカバーしています。ローカルのクイックリファレンスコンテンツとリモートドキュメント取得機能を組み合わせています。

このスキルの使用方法

Agent への重要事項: 関連するセクションを見つけるには、以下のカテゴリインデックスを使用してください。行範囲が指定されているカテゴリ(例: L35-L120)の場合は、指定された行で read_file を使用してください。ファイルリンクが指定されているカテゴリ(例: [security.md](security.md))の場合は、リンクされた参照ファイルで read_file を使用してください。

Agent への重要事項: metadata.generated_at が 3 ヶ月以上前の場合は、リポジトリから最新バージョンをプルするようユーザーに提案してください。mcp_microsoftdocs ツールが利用できない場合は、ユーザーにインストールを提案してください: インストールガイド

このスキルは、ドキュメントコンテンツを取得するためにネットワークアクセスを必要とします。

  • 推奨: クエリ文字列 from=learn-agent-skill を指定して mcp_microsoftdocs:microsoft_docs_fetch を使用します。Markdown を返します。
  • フォールバック: クエリ文字列 from=learn-agent-skill&accept=text/markdown を指定して fetch_webpage を使用します。Markdown を返します。

カテゴリインデックス

カテゴリ 説明
トラブルシューティング L31-L36 Azure Impact Reporting コネクタの障害の診断と修正、および Azure HPC Guest Health Reporting の問題、エラー、データ/ヘルスレポートの問題の解決。
構成 L37-L43 Azure Impact Reporting の構成: アラートコネクタの作成、および正しい分類のための有効なインパクトと HPC Guest Health カテゴリ値の取得。
統合とコーディングパターン L44-L51 Azure Monitor、Logic Apps、Service Health、API、および診断ログと Impact Reporting を統合して、Azure ワークロードのインパクトデータを送信、レポート、消費する方法。

トラブルシューティング

トピック URL
Azure Impact Reporting コネクタのトラブルシューティング https://learn.microsoft.com/en-us/azure/azure-impact-reporting/connectors-troubleshooting-guide
Azure HPC Guest Health Reporting の問題のトラブルシューティング https://learn.microsoft.com/en-us/azure/azure-impact-reporting/guest-health-faq

構成

トピック URL
アラート用の Azure Impact Reporting コネクタを作成する https://learn.microsoft.com/en-us/azure/azure-impact-reporting/create-azure-monitor-connector
有効な HPC Guest Health インパクトカテゴリを使用する https://learn.microsoft.com/en-us/azure/azure-impact-reporting/guest-health-impact-categories
有効な Azure Impact Reporting カテゴリを取得する https://learn.microsoft.com/en-us/azure/azure-impact-reporting/view-impact-categories

統合とコーディングパターン

トピック URL
Azure Monitor アラートを Impact Reporting と統合する https://learn.microsoft.com/en-us/azure/azure-impact-reporting/azure-monitor-connector
Logic Apps を使用して Azure インパクトレポートを送信する https://learn.microsoft.com/en-us/azure/azure-impact-reporting/creating-logic-app
Guest Health Reporting の診断ログファイルを提供する https://learn.microsoft.com/en-us/azure/azure-impact-reporting/guest-health-log-upload
Service Health と API を介して Azure ワークロードのインパクトをレポートする https://learn.microsoft.com/en-us/azure/azure-impact-reporting/report-impact
API とポータルを介して Azure Impact Reporting のインサイトを表示する https://learn.microsoft.com/en-us/azure/azure-impact-reporting/view-impact-insights
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

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.

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

Category Lines Description
Troubleshooting L31-L36 Diagnosing and fixing Azure Impact Reporting connector failures and resolving Azure HPC Guest Health Reporting issues, errors, and data/health reporting problems.
Configuration L37-L43 Configuring Azure Impact Reporting: creating alert connectors and retrieving valid impact and HPC Guest Health category values for correct classification.
Integrations & Coding Patterns L44-L51 How to integrate Impact Reporting with Azure Monitor, Logic Apps, Service Health, APIs, and diagnostic logs to send, report, and consume Azure workload impact data.

Troubleshooting

Topic URL
Troubleshoot Azure Impact Reporting connectors https://learn.microsoft.com/en-us/azure/azure-impact-reporting/connectors-troubleshooting-guide
Troubleshoot Azure HPC Guest Health Reporting issues https://learn.microsoft.com/en-us/azure/azure-impact-reporting/guest-health-faq

Configuration

Topic URL
Create Azure Impact Reporting connectors for alerts https://learn.microsoft.com/en-us/azure/azure-impact-reporting/create-azure-monitor-connector
Use valid HPC Guest Health impact categories https://learn.microsoft.com/en-us/azure/azure-impact-reporting/guest-health-impact-categories
Retrieve valid Azure Impact Reporting categories https://learn.microsoft.com/en-us/azure/azure-impact-reporting/view-impact-categories

Integrations & Coding Patterns

Topic URL
Integrate Azure Monitor alerts with Impact Reporting https://learn.microsoft.com/en-us/azure/azure-impact-reporting/azure-monitor-connector
Use Logic Apps to send Azure impact reports https://learn.microsoft.com/en-us/azure/azure-impact-reporting/creating-logic-app
Provide diagnostic log files for Guest Health Reporting https://learn.microsoft.com/en-us/azure/azure-impact-reporting/guest-health-log-upload
Report Azure workload impact via Service Health and API https://learn.microsoft.com/en-us/azure/azure-impact-reporting/report-impact
View Azure Impact Reporting insights via API and portal https://learn.microsoft.com/en-us/azure/azure-impact-reporting/view-impact-insights