jpskill.com
🛠️ 開発・MCP コミュニティ

Azure AI Anomaly Detector の開発に関するトラブルシューティング、ベストプラクティス、制限、構成、デプロイなど、API利用やDocker環境での活用、クォータを考慮したスケーリングといった開発タスクを支援するSkill。

azure-anomaly-detector

Azure AI Anomaly Detectorの開発において、トラブルシューティング、ベストプラクティス、制限、構成、デプロイに関する専門知識を提供するSkillです。

📜 元の英語説明(参考)

Expert knowledge for Azure AI Anomaly Detector development including troubleshooting, best practices, limits & quotas, configuration, and deployment. Use when using univariate/multivariate APIs, containerized Docker/ACI/IoT Edge deployments, or quota-aware scaling, and other Azure AI Anomaly Detector related development tasks. Not for Azure AI Metrics Advisor (use azure-metrics-advisor), Azure Monitor (use azure-monitor), Azure Machine Learning (use azure-machine-learning).

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

一言でいうと

Azure AI Anomaly Detectorの開発において、トラブルシューティング、ベストプラクティス、制限、構成、デプロイに関する専門知識を提供するSkillです。

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

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

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

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

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

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して azure-anomaly-detector.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → azure-anomaly-detector フォルダができる
  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-18
同梱ファイル
1

📖 Skill本文(日本語訳)

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

Azure AI Anomaly Detector スキル

このスキルは、Azure AI Anomaly Detector に関する専門的なガイダンスを提供します。トラブルシューティング、ベストプラクティス、制限とクォータ、構成、デプロイについて説明します。ローカルのクイックリファレンスコンテンツとリモートドキュメント取得機能を組み合わせています。

このスキルの使い方

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

エージェントへの重要事項: 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 を返します。

カテゴリインデックス

カテゴリ 説明
トラブルシューティング L33-L38 多変量 API エラーコード、モデルのトレーニング/検出の失敗、データ形式の問題、一般的なサービスまたは構成エラーなど、Anomaly Detector の問題の診断と修正。
ベストプラクティス L39-L44 単変量および多変量の Azure Anomaly Detector API を効果的に使用するためのデータ準備、パラメーターチューニング、結果の解釈、ワークフロー設計に関するガイダンス。
制限とクォータ L45-L49 Anomaly Detector のサービス制限: 最大データポイント数、系列長、リクエストレート、モデルの制約、およびクォータが API の使用とスケーリングにどのように影響するか。
構成 L50-L54 環境変数、リソース制限、ロギング、ネットワーク、ランタイム動作設定など、Anomaly Detector Docker コンテナーの構成とチューニング方法。
デプロイ L55-L58 Anomaly Detector をコンテナーにパッケージ化して実行する方法: Docker セットアップ、Azure Container Instances デプロイ、IoT Edge モジュールデプロイと構成。

トラブルシューティング

トピック URL
多変量 Anomaly Detector のエラーコードのトラブルシューティング https://learn.microsoft.com/en-us/azure/ai-services/anomaly-detector/concepts/troubleshoot
一般的な Azure Anomaly Detector の問題を解決する https://learn.microsoft.com/en-us/azure/ai-services/anomaly-detector/faq

ベストプラクティス

トピック URL
単変量 Anomaly Detector API のベストプラクティスを適用する https://learn.microsoft.com/en-us/azure/ai-services/anomaly-detector/concepts/anomaly-detection-best-practices
多変量 Anomaly Detector API を効果的に使用する https://learn.microsoft.com/en-us/azure/ai-services/anomaly-detector/concepts/best-practices-multivariate

制限とクォータ

トピック URL
Azure Anomaly Detector のサービス制限とクォータを確認する https://learn.microsoft.com/en-us/azure/ai-services/anomaly-detector/service-limits

構成

トピック URL
Anomaly Detector コンテナーのランタイム設定を構成する https://learn.microsoft.com/en-us/azure/ai-services/anomaly-detector/anomaly-detector-container-configuration

デプロイ

トピック URL
Anomaly Detector Docker コンテナーをデプロイして実行する https://learn.microsoft.com/en-us/azure/ai-services/anomaly-detector/anomaly-detector-container-howto
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Azure AI Anomaly Detector Skill

This skill provides expert guidance for Azure AI Anomaly Detector. Covers troubleshooting, best practices, limits & quotas, configuration, and deployment. 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 L33-L38 Diagnosing and fixing Anomaly Detector issues, including multivariate API error codes, model training/detection failures, data format problems, and common service or configuration errors.
Best Practices L39-L44 Guidance on preparing data, tuning parameters, interpreting results, and designing workflows for effective use of univariate and multivariate Azure Anomaly Detector APIs.
Limits & Quotas L45-L49 Service limits for Anomaly Detector: max data points, series length, request rates, model constraints, and how quotas affect API usage and scaling.
Configuration L50-L54 How to configure and tune Anomaly Detector Docker containers, including environment variables, resource limits, logging, networking, and runtime behavior settings.
Deployment L55-L58 How to package and run Anomaly Detector in containers: Docker setup, Azure Container Instances deployment, and IoT Edge module deployment and configuration.

Troubleshooting

Topic URL
Troubleshoot Multivariate Anomaly Detector error codes https://learn.microsoft.com/en-us/azure/ai-services/anomaly-detector/concepts/troubleshoot
Resolve common Azure Anomaly Detector issues https://learn.microsoft.com/en-us/azure/ai-services/anomaly-detector/faq

Best Practices

Topic URL
Apply univariate Anomaly Detector API best practices https://learn.microsoft.com/en-us/azure/ai-services/anomaly-detector/concepts/anomaly-detection-best-practices
Use multivariate Anomaly Detector API effectively https://learn.microsoft.com/en-us/azure/ai-services/anomaly-detector/concepts/best-practices-multivariate

Limits & Quotas

Topic URL
Review Azure Anomaly Detector service limits and quotas https://learn.microsoft.com/en-us/azure/ai-services/anomaly-detector/service-limits

Configuration

Topic URL
Configure Anomaly Detector container runtime settings https://learn.microsoft.com/en-us/azure/ai-services/anomaly-detector/anomaly-detector-container-configuration

Deployment

Topic URL
Deploy and run Anomaly Detector Docker containers https://learn.microsoft.com/en-us/azure/ai-services/anomaly-detector/anomaly-detector-container-howto