azure-iot-edge
Azure IoT Edgeのトラブルシューティング、ベストプラクティス、アーキテクチャ設計、セキュリティ、構成、デプロイなど、開発全般に関する専門知識を提供するSkill。
📜 元の英語説明(参考)
Expert knowledge for Azure IoT Edge development including troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. Use when provisioning IoT Edge/EFLOW, deploying modules via manifests/CI-CD, using DPS/X.509, or building gateway patterns, and other Azure IoT Edge related development tasks. Not for Azure IoT Hub (use azure-iot-hub), Azure IoT Central (use azure-iot-central), Azure IoT Operations (use azure-iot-operations), Azure Stack Edge (use azure-stack-edge).
🇯🇵 日本人クリエイター向け解説
Azure IoT Edgeのトラブルシューティング、ベストプラクティス、アーキテクチャ設計、セキュリティ、構成、デプロイなど、開発全般に関する専門知識を提供するSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o azure-iot-edge.zip https://jpskill.com/download/5713.zip && unzip -o azure-iot-edge.zip && rm azure-iot-edge.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/5713.zip -OutFile "$d\azure-iot-edge.zip"; Expand-Archive "$d\azure-iot-edge.zip" -DestinationPath $d -Force; ri "$d\azure-iot-edge.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
azure-iot-edge.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
azure-iot-edgeフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-17
- 取得日時
- 2026-05-17
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Azure IoT Edge スキル
このスキルは、Azure IoT Edge に関する専門的なガイダンスを提供します。トラブルシューティング、ベストプラクティス、意思決定、アーキテクチャと設計パターン、制限とクォータ、セキュリティ、構成、統合とコーディングパターン、デプロイメントを網羅しています。ローカルのクイックリファレンスコンテンツとリモートドキュメント取得機能を組み合わせています。
このスキルの使い方
エージェントへの重要事項: 関連するセクションを見つけるには、以下のカテゴリインデックスを使用してください。行範囲が指定されているカテゴリ(例:
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 を返します。
カテゴリインデックス
| カテゴリ | 行 | 説明 |
|---|---|---|
| トラブルシューティング | L37-L47 | IoT Edge ランタイム/デバイスエラーの診断と修正、ポータルベースのトラブルシューティング、Azure Monitor メトリックの問題、EFLOW (Linux on Windows) のネットワークとプラットフォームの問題。 |
| ベストプラクティス | L48-L53 | 健全性/アラートのためのモジュールツインの監視、および IoT Edge ソリューションの運用準備ガイダンス(デプロイメントの強化、信頼性、セキュリティ、運用上のベストプラクティス)。 |
| 意思決定 | L54-L60 | IoT Edge/EFLOW プラットフォーム、プロビジョニング方法、ネットワーク設定、およびさまざまなデプロイメントシナリオにおけるネストされた仮想化オプションの選択に関するガイダンス。 |
| アーキテクチャと設計パターン | L61-L66 | ダウンストリームデバイスを接続するためのゲートウェイ設計パターン、および Azure IoT Edge セットアップにおけるオフライン/断続的な接続、ローカル処理、同期動作を処理するためのパターン。 |
| 制限とクォータ | L67-L71 | Azure IoT Edge のリソース制限と制約: 最大モジュール数、ルート、デプロイメント、メッセージサイズ、およびエッジデバイスとハブの相互作用におけるパフォーマンス/スケールの制約。 |
| セキュリティ | L72-L84 | 証明書、X.509 プロビジョニング、機密コンピューティング、ダウンストリームデバイス認証、EST サーバー設定、および Private Link/エンドポイントによるネットワーク保護による IoT Edge のセキュリティ保護。 |
| 構成 | L85-L118 | IoT Edge デバイス、ネットワーク、ゲートウェイ、プロビジョニング(DPS、X.509、TPM、対称キー)、EFLOW/VM 設定、ストレージ、プロキシ、および組み込み/カスタムメトリックとアラートの構成。 |
| 統合とコーディングパターン | L119-L126 | ダイレクトメソッドによるリモート管理とロギング、カスタム IoT Edge モジュールの構築とパッケージ化、および EFLOW PowerShell 関数による Windows 上の IoT Edge の管理。 |
| デプロイメント | L127-L136 | 大規模な IoT Edge のデプロイメント: CI/CD パイプライン、CLI/マニフェストベースのモジュールデプロイメント、Kubernetes/KubeVirt インストール、自動デプロイメント、およびサポートされるプラットフォーム要件。 |
トラブルシューティング
| トピック | URL |
|---|---|
| IoT Edge メトリックの Azure Monitor 統合のトラブルシューティング | https://learn.microsoft.com/en-us/azure/iot-edge/how-to-troubleshoot-monitoring-and-faq |
| Azure IoT Edge の問題のトラブルシューティングと診断 | https://learn.microsoft.com/en-us/azure/iot-edge/troubleshoot |
| 一般的な Azure IoT Edge エラーの診断と修正 | https://learn.microsoft.com/en-us/azure/iot-edge/troubleshoot-common-errors |
| Azure ポータルから Azure IoT Edge デバイスのトラブルシューティングを行う | https://learn.microsoft.com/en-us/azure/iot-edge/troubleshoot-in-portal |
| Windows デバイス上の Azure IoT Edge for Linux のトラブルシューティング | https://learn.microsoft.com/en-us/azure/iot-edge/troubleshoot-iot-edge-for-linux-on-windows |
| Windows デバイス上の Azure IoT Edge for Linux の一般的な問題を解決する | https://learn.microsoft.com/en-us/azure/iot-edge/troubleshoot-iot-edge-for-linux-on-windows-common-errors |
| EFLOW 仮想マシンのネットワーク問題のトラブルシューティング | https://learn.microsoft.com/en-us/azure/iot-edge/troubleshoot-iot-edge-for-linux-on-windows-networking |
ベストプラクティス
| トピック | URL |
|---|---|
| 健全性のために IoT Edge モジュールツインを監視する | https://learn.microsoft.com/en-us/azure/iot-edge/how-to-monitor-module-twins |
| Azure IoT Edge ソリューションを運用環境向けに準備する | https://learn.microsoft.com/en-us/azure/iot-edge/production-checklist |
意思決定
| トピック | URL |
|---|---|
| EFLOW のネットワークオプションを選択して構成する | https://learn.microsoft.com/en-us/azure/iot-edge/how-to-configure-iot-edge-for-linux-on-windows-networking |
| IoT Edge デバイスのプラットフォームとプロビジョニングオプションを選択する | https://learn.microsoft.com/en-us/azure/iot-edge/how-to-create-iot-edge-device |
| EFLOW デプロイメントのネストされた仮想化オプションを選択する | https://learn.microsoft.com/en-us/azure/iot-edge/nested-virtualization |
アーキテクチャと設計パターン
| トピック | URL |
|---|---|
| デバイス用の Azure IoT Edge ゲートウェイパターンを選択する | https://learn.microsoft.com/en-us/azure/iot-edge/iot-edge-as-gateway |
| Azure IoT Edge のオフライン操作パターンを設計する | https://learn.microsoft.com/en-us/azure/iot-edge/offline-capabilities |
制限とクォータ
| トピック | URL |
|---|---|
| Azure IoT Edge の制限と制約を確認する | https://learn.microsoft.com/en-us/azure/iot-edge/iot-edge-limits-and-restrictions |
セキュリティ
| トピック | URL |
|---|---|
| 機密コンピューティングアプリケーションを IoT Edge モジュールとしてデプロイする | https://learn.microsoft.com/en-us/azure/iot-edge/deploy-confidential-applications |
| IoT Edge ダウンストリームデバイスの認証を構成する | https://learn.microsoft.com/en-us/azure/iot-edge/how-to-authenticate-downstream-device |
| テストを作成してインストールする |
(原文がここで切り詰められています)
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Azure IoT Edge Skill
This skill provides expert guidance for Azure IoT Edge. Covers troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, 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), useread_filewith the specified lines. For categories with file links (e.g.,[security.md](security.md)), useread_fileon the linked reference file
IMPORTANT for Agent: If
metadata.generated_atis more than 3 months old, suggest the user pull the latest version from the repository. Ifmcp_microsoftdocstools 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_fetchwith query stringfrom=learn-agent-skill. Returns Markdown. - Fallback: Use
fetch_webpagewith query stringfrom=learn-agent-skill&accept=text/markdown. Returns Markdown.
Category Index
| Category | Lines | Description |
|---|---|---|
| Troubleshooting | L37-L47 | Diagnosing and fixing IoT Edge runtime/device errors, portal-based troubleshooting, Azure Monitor metrics issues, and EFLOW (Linux on Windows) networking and platform problems. |
| Best Practices | L48-L53 | Monitoring module twins for health/alerts and production-readiness guidance for IoT Edge solutions (deployment hardening, reliability, security, and operational best practices). |
| Decision Making | L54-L60 | Guidance on choosing IoT Edge/EFLOW platforms, provisioning methods, networking setups, and nested virtualization options for different deployment scenarios. |
| Architecture & Design Patterns | L61-L66 | Gateway design patterns for connecting downstream devices and patterns for handling offline/intermittent connectivity, local processing, and sync behavior in Azure IoT Edge setups. |
| Limits & Quotas | L67-L71 | Azure IoT Edge resource limits and restrictions: max modules, routes, deployments, message sizes, and performance/scale constraints for edge devices and hub interactions. |
| Security | L72-L84 | Securing IoT Edge with certificates, X.509 provisioning, confidential computing, downstream device auth, EST server setup, and network protection via Private Link/endpoints. |
| Configuration | L85-L118 | Configuring IoT Edge devices, networking, gateways, provisioning (DPS, X.509, TPM, symmetric keys), EFLOW/VM settings, storage, proxies, and built-in/custom metrics and alerts. |
| Integrations & Coding Patterns | L119-L126 | Remote management and logging via direct methods, building and packaging custom IoT Edge modules, and managing IoT Edge on Windows with EFLOW PowerShell functions |
| Deployment | L127-L136 | Deploying IoT Edge at scale: CI/CD pipelines, CLI/manifest-based module deployment, Kubernetes/KubeVirt installs, automatic deployments, and supported platform requirements. |
Troubleshooting
| Topic | URL |
|---|---|
| Troubleshoot Azure Monitor integration for IoT Edge metrics | https://learn.microsoft.com/en-us/azure/iot-edge/how-to-troubleshoot-monitoring-and-faq |
| Troubleshoot and diagnose Azure IoT Edge issues | https://learn.microsoft.com/en-us/azure/iot-edge/troubleshoot |
| Diagnose and fix common Azure IoT Edge errors | https://learn.microsoft.com/en-us/azure/iot-edge/troubleshoot-common-errors |
| Troubleshoot Azure IoT Edge devices from the Azure portal | https://learn.microsoft.com/en-us/azure/iot-edge/troubleshoot-in-portal |
| Troubleshoot Azure IoT Edge for Linux on Windows devices | https://learn.microsoft.com/en-us/azure/iot-edge/troubleshoot-iot-edge-for-linux-on-windows |
| Resolve common Azure IoT Edge for Linux on Windows issues | https://learn.microsoft.com/en-us/azure/iot-edge/troubleshoot-iot-edge-for-linux-on-windows-common-errors |
| Troubleshoot networking issues for EFLOW virtual machines | https://learn.microsoft.com/en-us/azure/iot-edge/troubleshoot-iot-edge-for-linux-on-windows-networking |
Best Practices
| Topic | URL |
|---|---|
| Monitor IoT Edge module twins for health | https://learn.microsoft.com/en-us/azure/iot-edge/how-to-monitor-module-twins |
| Prepare Azure IoT Edge solutions for production | https://learn.microsoft.com/en-us/azure/iot-edge/production-checklist |
Decision Making
| Topic | URL |
|---|---|
| Select and configure networking options for EFLOW | https://learn.microsoft.com/en-us/azure/iot-edge/how-to-configure-iot-edge-for-linux-on-windows-networking |
| Choose platform and provisioning options for IoT Edge devices | https://learn.microsoft.com/en-us/azure/iot-edge/how-to-create-iot-edge-device |
| Choose nested virtualization options for EFLOW deployments | https://learn.microsoft.com/en-us/azure/iot-edge/nested-virtualization |
Architecture & Design Patterns
| Topic | URL |
|---|---|
| Choose Azure IoT Edge gateway patterns for devices | https://learn.microsoft.com/en-us/azure/iot-edge/iot-edge-as-gateway |
| Design offline operation patterns for Azure IoT Edge | https://learn.microsoft.com/en-us/azure/iot-edge/offline-capabilities |
Limits & Quotas
| Topic | URL |
|---|---|
| Review Azure IoT Edge limits and restrictions | https://learn.microsoft.com/en-us/azure/iot-edge/iot-edge-limits-and-restrictions |
Security
Configuration
Integrations & Coding Patterns
| Topic | URL |
|---|---|
| Use IoT Edge agent direct methods for remote management | https://learn.microsoft.com/en-us/azure/iot-edge/how-to-edgeagent-direct-method |
| Retrieve and upload Azure IoT Edge logs via direct methods | https://learn.microsoft.com/en-us/azure/iot-edge/how-to-retrieve-iot-edge-logs |
| Develop and package custom Azure IoT Edge modules | https://learn.microsoft.com/en-us/azure/iot-edge/module-development |
| Use EFLOW PowerShell functions to manage IoT Edge | https://learn.microsoft.com/en-us/azure/iot-edge/reference-iot-edge-for-linux-on-windows-functions |
Deployment
| Topic | URL |
|---|---|
| Set up CI/CD pipelines for Azure IoT Edge modules with Azure DevOps | https://learn.microsoft.com/en-us/azure/iot-edge/how-to-continuous-integration-continuous-deployment |
| Deploy IoT Edge modules at scale using CLI | https://learn.microsoft.com/en-us/azure/iot-edge/how-to-deploy-cli-at-scale |
| Deploy IoT Edge modules with Azure CLI manifests | https://learn.microsoft.com/en-us/azure/iot-edge/how-to-deploy-modules-cli |
| Install Azure IoT Edge on Kubernetes with KubeVirt | https://learn.microsoft.com/en-us/azure/iot-edge/how-to-install-iot-edge-kubernetes |
| Check supported platforms for IoT Edge on Windows | https://learn.microsoft.com/en-us/azure/iot-edge/iot-edge-for-linux-on-windows-support |
| Manage IoT Edge automatic deployments for device groups | https://learn.microsoft.com/en-us/azure/iot-edge/module-deployment-monitoring |
| Check supported platforms for Azure IoT Edge deployment | https://learn.microsoft.com/en-us/azure/iot-edge/support |