Azure Batchの構成、タスク、自動スケーリング、コンテナ、ストレージ出力、CI/CDジョブデプロイなど、開発全般に関するトラブルシューティングやベストプラクティス、設計判断を支援するSkill。
Azure Batchの開発におけるトラブルシューティング、ベストプラクティス、設計パターン、セキュリティ、構成、統合、デプロイなど、専門知識を提供するSkillです。
📜 元の英語説明(参考)
Expert knowledge for Azure Batch development including troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. Use when configuring Batch pools/tasks, autoscale, containers, Storage output, or CI/CD job deployments, and other Azure Batch related development tasks. Not for Azure HDInsight (use azure-hdinsight), Azure Databricks (use azure-databricks), Azure Virtual Machines (use azure-virtual-machines), Azure Virtual Machine Scale Sets (use azure-vm-scalesets).
🇯🇵 日本人クリエイター向け解説
Azure Batchの開発におけるトラブルシューティング、ベストプラクティス、設計パターン、セキュリティ、構成、統合、デプロイなど、専門知識を提供するSkillです。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o azure-batch.zip https://jpskill.com/download/5640.zip && unzip -o azure-batch.zip && rm azure-batch.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/5640.zip -OutFile "$d\azure-batch.zip"; Expand-Archive "$d\azure-batch.zip" -DestinationPath $d -Force; ri "$d\azure-batch.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
azure-batch.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
azure-batchフォルダができる - 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-18
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Azure Batch スキル
このスキルは、Azure Batch に関する専門的なガイダンスを提供します。トラブルシューティング、ベストプラクティス、意思決定、アーキテクチャと設計パターン、制限とクォータ、セキュリティ、構成、統合とコーディングパターン、デプロイメントを網羅しています。ローカルのクイックリファレンスコンテンツとリモートドキュメント取得機能を組み合わせています。
このスキルの使い方
エージェントへの重要事項: 関連するセクションを見つけるには、以下のカテゴリインデックスを使用してください。行範囲が指定されているカテゴリ (例:
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-L43 | エラーコード、障害パターン、推奨される回復/処理戦略を含む、Azure Batch のジョブ、タスク、プール、ノードのエラーの診断、解釈、修正。 |
| ベストプラクティス | L44-L57 | 大規模または特殊な Azure Batch ワークロード (MPI、レンダリング、多数のタスク) の設計、監視、最適化のためのパフォーマンス、スケーリング、スケジューリング、セキュリティ、データ/出力のベストプラクティス。 |
| 意思決定 | L58-L68 | VM サイズ、イメージ、スポット vs 専用の選択、コスト最適化、Batch プール、カスタムイメージ、通信モデルの移行方法と時期に関するガイダンス。 |
| アーキテクチャと設計パターン | L69-L74 | ストレージレイアウト、データ移動パターン、パフォーマンス最適化されたレンダリングワークフローを含む、オンプレミスのレンダーファームを Azure Batch にバーストするためのアーキテクチャとベストプラクティス。 |
| 制限とクォータ | L75-L79 | Batch アカウントの制限 (コア、プール、ノード、ジョブ)、デフォルトおよびリージョンクォータ、現在の使用状況の確認方法、クォータ増加の要求、これらの制約内でのデプロイメント計画。 |
| セキュリティ | L80-L98 | Batch アカウントとプールのセキュリティ保護: Entra ID/マネージドIDによる認証、キーとCMK暗号化、RBACとポリシー、プライベートエンドポイント/ネットワーク境界、Key Vaultアクセス、証明書/キーのローテーション。 |
| 構成 | L99-L137 | Batch プール、タスク、ネットワーク、コンテナ、自動スケーリング、監視/診断、ストレージマウントの構成と管理、およびイベント、メトリック、管理APIのリファレンス。 |
| 統合とコーディングパターン | L138-L148 | プログラムによる、およびCLI/PowerShellによるAzure Batchの使用: SDKパターン (JavaScript、.NET、Linuxワークロード)、Storageへのタスク出力の保存、Application Insightsによるテレメトリの追加。 |
| デプロイメント | L149-L153 | Azure PipelinesとCLIテンプレートを使用したAzure Batchワークロードのデプロイ、エンドツーエンドのジョブ設定、自動化、CI/CDワークフローへの統合。 |
トラブルシューティング
| トピック | URL |
|---|---|
| Azure Batch のジョブとタスクのエラーを診断して処理する | https://learn.microsoft.com/en-us/azure/batch/batch-job-task-error-checking |
| Azure Batch のプールとノードのエラーをトラブルシューティングする | https://learn.microsoft.com/en-us/azure/batch/batch-pool-node-error-checking |
| Azure Batch のエラーを処理して診断する | https://learn.microsoft.com/en-us/azure/batch/error-handling |
ベストプラクティス
意思決定
| トピック | URL |
|---|---|
| Batch カスタムイメージプールを Compute Gallery に移行する | https://learn.microsoft.com/en-us/azure/batch/batch-custom-image-pools-to-azure-compute-gallery-migration-guide |
| Batch プールのカスタムイメージオプションを選択して移行する | https://learn.microsoft.com/en-us/azure/batch/batch-custom-images |
| Batch 用の計算集約型および GPU VM サイズを選択する | https://learn.microsoft.com/en-us/azure/batch/batch-pool-compute-intensive-sizes |
| Azure Batch VM サイズとイメージを選択する | https://learn.microsoft.com/en-us/azure/batch/batch-pool-vm-sizes |
| Azure Batch プールを新しいノード通信モデルに計画して移行する | https://learn.microsoft.com/en-us/azure/batch/batch-pools-to-simplified-compute-node-communication-model-migration-guide |
| Azure Batch をスポット VM で実行する時期を決定する | https://learn.microsoft.com/en-us/azure/batch/batch-spot-vms |
| Azure Batch のコストを効果的に計画および管理する | https://learn.microsoft.com/en-us/azure/batch/batch-cost-management |
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Azure Batch Skill
This skill provides expert guidance for Azure Batch. 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-L43 | Diagnosing, interpreting, and fixing Azure Batch job, task, pool, and node errors, including error codes, failure patterns, and recommended recovery/handling strategies. |
| Best Practices | L44-L57 | Performance, scaling, scheduling, security, and data/output best practices for designing, monitoring, and optimizing large or specialized Azure Batch workloads (MPI, rendering, high task counts). |
| Decision Making | L58-L68 | Guidance on choosing VM sizes, images, Spot vs dedicated, cost optimization, and how/when to migrate Batch pools, custom images, and communication models. |
| Architecture & Design Patterns | L69-L74 | Architectures and best practices for bursting on-prem render farms to Azure Batch, including storage layout, data movement patterns, and performance-optimized rendering workflows. |
| Limits & Quotas | L75-L79 | Batch account limits (cores, pools, nodes, jobs), default and regional quotas, how to view current usage, request quota increases, and plan deployments within these constraints |
| Security | L80-L98 | Securing Batch accounts and pools: auth with Entra ID/managed identities, keys and CMK encryption, RBAC and policy, private endpoints/network perimeters, Key Vault access, and certificate/key rotation. |
| Configuration | L99-L137 | Configuring and managing Batch pools, tasks, networking, containers, autoscale, monitoring/diagnostics, and storage mounts, plus reference for events, metrics, and management APIs. |
| Integrations & Coding Patterns | L138-L148 | Using Azure Batch programmatically and via CLI/PowerShell: SDK patterns (JavaScript, .NET, Linux workloads), storing task output in Storage, and adding telemetry with Application Insights. |
| Deployment | L149-L153 | Deploying Azure Batch workloads using Azure Pipelines and CLI templates, including end-to-end job setup, automation, and integration into CI/CD workflows. |
Troubleshooting
| Topic | URL |
|---|---|
| Diagnose and handle Azure Batch job and task errors | https://learn.microsoft.com/en-us/azure/batch/batch-job-task-error-checking |
| Troubleshoot Azure Batch pool and node errors | https://learn.microsoft.com/en-us/azure/batch/batch-pool-node-error-checking |
| Handle and diagnose Azure Batch errors | https://learn.microsoft.com/en-us/azure/batch/error-handling |
Best Practices
Decision Making
| Topic | URL |
|---|---|
| Migrate Batch custom image pools to Compute Gallery | https://learn.microsoft.com/en-us/azure/batch/batch-custom-image-pools-to-azure-compute-gallery-migration-guide |
| Choose and migrate custom image options for Batch pools | https://learn.microsoft.com/en-us/azure/batch/batch-custom-images |
| Select compute-intensive and GPU VM sizes for Batch | https://learn.microsoft.com/en-us/azure/batch/batch-pool-compute-intensive-sizes |
| Choose Azure Batch VM sizes and images | https://learn.microsoft.com/en-us/azure/batch/batch-pool-vm-sizes |
| Plan and migrate Azure Batch pools to new node communication model | https://learn.microsoft.com/en-us/azure/batch/batch-pools-to-simplified-compute-node-communication-model-migration-guide |
| Decide when to run Azure Batch on Spot VMs | https://learn.microsoft.com/en-us/azure/batch/batch-spot-vms |
| Plan and manage Azure Batch costs effectively | https://learn.microsoft.com/en-us/azure/batch/plan-to-manage-costs |
Architecture & Design Patterns
| Topic | URL |
|---|---|
| Reference architectures for bursting render farms to Azure Batch | https://learn.microsoft.com/en-us/azure/batch/batch-rendering-architectures |
| Design storage and data movement for Azure Batch rendering | https://learn.microsoft.com/en-us/azure/batch/batch-rendering-storage-data-movement |
Limits & Quotas
| Topic | URL |
|---|---|
| Review Azure Batch service quotas and limits | https://learn.microsoft.com/en-us/azure/batch/batch-quota-limit |
Security
Configuration
Integrations & Coding Patterns
| Topic | URL |
|---|---|
| Manage Azure Batch with Azure CLI commands | https://learn.microsoft.com/en-us/azure/batch/batch-cli-get-started |
| Build an Azure Batch client using the JavaScript SDK | https://learn.microsoft.com/en-us/azure/batch/batch-js-get-started |
| Run Linux workloads on Azure Batch with SDKs | https://learn.microsoft.com/en-us/azure/batch/batch-linux-nodes |
| Manage Azure Batch resources using PowerShell cmdlets | https://learn.microsoft.com/en-us/azure/batch/batch-powershell-cmdlets-get-started |
| Persist Batch output using .NET File Conventions library | https://learn.microsoft.com/en-us/azure/batch/batch-task-output-file-conventions |
| Use Batch service API to store task output in Azure Storage | https://learn.microsoft.com/en-us/azure/batch/batch-task-output-files |
| Instrument Azure Batch .NET apps with Application Insights | https://learn.microsoft.com/en-us/azure/batch/monitor-application-insights |
Deployment
| Topic | URL |
|---|---|
| Deploy Azure Batch HPC solutions with Azure Pipelines | https://learn.microsoft.com/en-us/azure/batch/batch-ci-cd |
| Run Azure Batch jobs end-to-end using CLI templates | https://learn.microsoft.com/en-us/azure/batch/batch-cli-templates |