Azure Managed Lustre 運用
Azure Managed Lustreのトラブルシューティング、ベストプラクティス、アーキテクチャ、セキュリティ、設定、統合など、開発全般に関する専門知識を提供するSkill。
📜 元の英語説明(参考)
Expert knowledge for Azure Managed Lustre development including troubleshooting, best practices, architecture & design patterns, limits & quotas, security, configuration, and integrations & coding patterns. Use when mounting AMLFS, integrating with Blob, using AKS CSI, setting CMK/root squash, or tuning quotas/perf, and other Azure Managed Lustre related development tasks. Not for Azure HPC Cache (use azure-hpc-cache), Azure NetApp Files (use azure-netapp-files), Azure Blob Storage (use azure-blob-storage), Azure Elastic SAN (use azure-elastic-san).
🇯🇵 日本人クリエイター向け解説
Azure Managed Lustreのトラブルシューティング、ベストプラクティス、アーキテクチャ、セキュリティ、設定、統合など、開発全般に関する専門知識を提供するSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o azure-managed-lustre.zip https://jpskill.com/download/5729.zip && unzip -o azure-managed-lustre.zip && rm azure-managed-lustre.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/5729.zip -OutFile "$d\azure-managed-lustre.zip"; Expand-Archive "$d\azure-managed-lustre.zip" -DestinationPath $d -Force; ri "$d\azure-managed-lustre.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
azure-managed-lustre.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
azure-managed-lustreフォルダができる - 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 Managed Lustre スキル
このスキルは、Azure Managed Lustre に関する専門的なガイダンスを提供します。トラブルシューティング、ベストプラクティス、アーキテクチャと設計パターン、制限とクォータ、セキュリティ、構成、統合とコーディングパターンを網羅しています。ローカルのクイックリファレンスコンテンツとリモートのドキュメント取得機能を組み合わせています。
このスキルの使い方
エージェントへの重要事項: 関連するセクションを見つけるには、以下のカテゴリインデックスを使用してください。行範囲が指定されているカテゴリ (例:
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 を返します。
カテゴリインデックス
| カテゴリ | 行 | 説明 |
|---|---|---|
| トラブルシューティング | L35-L40 | Azure Managed Lustre クラスターのデプロイ失敗とパフォーマンスの問題の診断と解決。一般的なエラー原因、メトリック分析、チューニング/最適化手順を含みます。 |
| ベストプラクティス | L41-L46 | 最適なファイル/ディレクトリレイアウト、クライアントストライピング、およびネットワーク設定 (NIC、スループット、レイテンシ、スケーリング) を介した Azure Managed Lustre パフォーマンスのチューニングに関するガイダンス。 |
| アーキテクチャと設計パターン | L47-L51 | 高可用性、リージョン冗長性、ディザスターリカバリー、およびリージョンまたはゾーン間のフェイルオーバー戦略のための Azure Managed Lustre の設計。 |
| 制限とクォータ | L52-L56 | Azure Managed Lustre でのユーザー、グループ、およびプロジェクトのストレージクォータの構成と管理。セットアップ手順、コマンド、および容量制御のためのベストプラクティスを含みます。 |
| セキュリティ | L57-L66 | Azure Managed Lustre のセキュリティ保護: ブートキーのセットアップ、ファイアウォール/NSG アクセス制御、CMK 暗号化、ルートスクワッシュ権限、および仮想ネットワーク暗号化の構成と検証。 |
| 構成 | L67-L78 | Azure Managed Lustre の構成: ネットワーク/ストレージの前提条件、クライアントのインストール/アップグレード、マウント (fstab)、ARM/Bicep デプロイ、および Azure Monitor メトリック/ログによる監視/アラート。 |
| 統合とコーディングパターン | L79-L89 | Blob との AMLFS 統合 (自動インポート/エクスポート、ジョブ、AzCopy)、Terraform を介したプロビジョニング、および CSI ドライバーを介した AKS との AMLFS の使用に関するパターンとツール。 |
トラブルシューティング
| トピック | URL |
|---|---|
| Azure Managed Lustre クラスターのデプロイの問題をトラブルシューティングする | https://learn.microsoft.com/en-us/azure/azure-managed-lustre/troubleshoot-deployment |
| Azure Managed Lustre のパフォーマンスの問題を診断して修正する | https://learn.microsoft.com/en-us/azure/azure-managed-lustre/troubleshoot-performance |
ベストプラクティス
| トピック | URL |
|---|---|
| Azure Managed Lustre のパフォーマンスのためにファイルとディレクトリのレイアウトを最適化する | https://learn.microsoft.com/en-us/azure/azure-managed-lustre/optimize-file-layouts |
| ネットワーク構成で Azure Managed Lustre のパフォーマンスを最適化する | https://learn.microsoft.com/en-us/azure/azure-managed-lustre/optimize-performance |
アーキテクチャと設計パターン
| トピック | URL |
|---|---|
| Azure Managed Lustre のリージョン冗長性とフェイルオーバーリカバリーを設計する | https://learn.microsoft.com/en-us/azure/azure-managed-lustre/amlfs-region-recovery |
制限とクォータ
| トピック | URL |
|---|---|
| Azure Managed Lustre でユーザー、グループ、およびプロジェクトのクォータを構成する | https://learn.microsoft.com/en-us/azure/azure-managed-lustre/lustre-quotas |
セキュリティ
| トピック | URL |
|---|---|
| Azure Managed Lustre クライアントのセキュアブートキーを構成する | https://learn.microsoft.com/en-us/azure/azure-managed-lustre/client-secure-boot |
| ハブスポークネットワークで Azure Firewall を Azure Managed Lustre と共に使用する | https://learn.microsoft.com/en-us/azure/azure-managed-lustre/configure-firewall |
| Azure Managed Lustre アクセスを保護するために NSG ルールを構成する | https://learn.microsoft.com/en-us/azure/azure-managed-lustre/configure-network-security-group |
| カスタマーマネージドキーを使用して Azure Managed Lustre データを暗号化する | https://learn.microsoft.com/en-us/azure/azure-managed-lustre/customer-managed-encryption-keys |
| Azure Managed Lustre のルートスクワッシュセキュリティ設定を構成する | https://learn.microsoft.com/en-us/azure/azure-managed-lustre/root-squash-configure-settings |
| Azure Managed Lustre の仮想ネットワーク暗号化を有効にして検証する | https://learn.microsoft.com/en-us/azure/azure-managed-lustre/vnet-encryption |
構成
| トピック | URL |
|---|---|
| Azure Managed Lustre のネットワークとストレージの前提条件を構成する | https://learn.microsoft.com/en-us/azure/azure-managed-lustre/amlfs-prerequisites |
| Azure Managed Lustre の自動マウントのために fstab を構成する | https://learn.microsoft.com/en-us/azure/azure-managed-lustre/automount-clients-fstab |
| Azure Managed Lustre 用のサポートされている Lustre クライアントソフトウェアをインストールする | https://learn.microsoft.com/en-us/azure/azure-managed-lustre/client-install |
| Azure Managed Lustre 接続のために Lustre クライアントソフトウェアをアップグレードする | https://learn.microsoft.com/en-us/azure/azure-managed-lustre/client-upgrade |
| クライアントを準備し、Azure Managed Lustre ファイルシステムにマウントする | https://learn.microsoft.com/en-us/azure/azure-managed-lustre/connect-clients |
| Azure Managed Lustre ファイルシステムの ARM/Bicep テンプレートを定義する | https://learn.microsoft.com/en-us/azure/azure-managed-lustre/create-file-system-resource-manager |
| Azure Monitor で Azure Managed Lustre の監視とアラートを構成する | https://learn.microsoft.com/en-u |
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Azure Managed Lustre Skill
This skill provides expert guidance for Azure Managed Lustre. Covers troubleshooting, best practices, architecture & design patterns, limits & quotas, security, 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), 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 | L35-L40 | Diagnosing and resolving Azure Managed Lustre cluster deployment failures and performance issues, including common error causes, metrics analysis, and tuning/optimization steps. |
| Best Practices | L41-L46 | Guidance on tuning Azure Managed Lustre performance via optimal file/directory layout, client striping, and network setup (NICs, throughput, latency, and scaling). |
| Architecture & Design Patterns | L47-L51 | Designing Azure Managed Lustre for high availability, regional redundancy, disaster recovery, and failover strategies across regions or zones |
| Limits & Quotas | L52-L56 | Configuring and managing user, group, and project storage quotas in Azure Managed Lustre, including setup steps, commands, and best practices for capacity control. |
| Security | L57-L66 | Securing Azure Managed Lustre: boot key setup, firewall/NSG access control, CMK encryption, root squash permissions, and virtual network encryption configuration and validation. |
| Configuration | L67-L78 | Configuring Azure Managed Lustre: network/storage prerequisites, client install/upgrade, mounting (fstab), ARM/Bicep deployment, and monitoring/alerts with Azure Monitor metrics/logs. |
| Integrations & Coding Patterns | L79-L89 | Patterns and tools for integrating AMLFS with Blob (auto-import/export, jobs, AzCopy), provisioning via Terraform, and using AMLFS with AKS through the CSI driver. |
Troubleshooting
| Topic | URL |
|---|---|
| Troubleshoot Azure Managed Lustre cluster deployment issues | https://learn.microsoft.com/en-us/azure/azure-managed-lustre/troubleshoot-deployment |
| Diagnose and fix Azure Managed Lustre performance issues | https://learn.microsoft.com/en-us/azure/azure-managed-lustre/troubleshoot-performance |
Best Practices
| Topic | URL |
|---|---|
| Optimize file and directory layouts for Azure Managed Lustre performance | https://learn.microsoft.com/en-us/azure/azure-managed-lustre/optimize-file-layouts |
| Optimize Azure Managed Lustre performance with network configuration | https://learn.microsoft.com/en-us/azure/azure-managed-lustre/optimize-performance |
Architecture & Design Patterns
| Topic | URL |
|---|---|
| Design regional redundancy and failover recovery for Azure Managed Lustre | https://learn.microsoft.com/en-us/azure/azure-managed-lustre/amlfs-region-recovery |
Limits & Quotas
| Topic | URL |
|---|---|
| Configure user, group, and project quotas in Azure Managed Lustre | https://learn.microsoft.com/en-us/azure/azure-managed-lustre/lustre-quotas |
Security
| Topic | URL |
|---|---|
| Configure Secure Boot keys for Azure Managed Lustre clients | https://learn.microsoft.com/en-us/azure/azure-managed-lustre/client-secure-boot |
| Use Azure Firewall with Azure Managed Lustre in hub-spoke networks | https://learn.microsoft.com/en-us/azure/azure-managed-lustre/configure-firewall |
| Configure NSG rules to secure Azure Managed Lustre access | https://learn.microsoft.com/en-us/azure/azure-managed-lustre/configure-network-security-group |
| Use customer-managed keys to encrypt Azure Managed Lustre data | https://learn.microsoft.com/en-us/azure/azure-managed-lustre/customer-managed-encryption-keys |
| Configure root squash security settings for Azure Managed Lustre | https://learn.microsoft.com/en-us/azure/azure-managed-lustre/root-squash-configure-settings |
| Enable and validate virtual network encryption for Azure Managed Lustre | https://learn.microsoft.com/en-us/azure/azure-managed-lustre/vnet-encryption |