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

azure-container-storage

Azure Container Storageの開発に関する専門知識を提供し、トラブルシューティング、意思決定、制限、セキュリティ、構成などの開発タスクを支援するSkill。

📜 元の英語説明(参考)

Expert knowledge for Azure Container Storage development including troubleshooting, decision making, limits & quotas, security, and configuration. Use when configuring CMK-encrypted Elastic SAN volumes, ACS pools, LRS/ZRS redundancy, volume resize, or v1 installs, and other Azure Container Storage related development tasks. Not for Azure Blob Storage (use azure-blob-storage), Azure Files (use azure-files), Azure Elastic SAN (use azure-elastic-san), Azure NetApp Files (use azure-netapp-files).

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

一言でいうと

Azure Container Storageの開発に関する専門知識を提供し、トラブルシューティング、意思決定、制限、セキュリティ、構成などの開発タスクを支援するSkill。

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

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

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

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

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

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

このスキルは、Azure Container Storage に関する専門的なガイダンスを提供します。トラブルシューティング、意思決定、制限とクォータ、セキュリティ、構成を網羅しています。ローカルのクイックリファレンスコンテンツとリモートドキュメント取得機能を組み合わせています。

このスキルの使用方法

エージェントへの重要事項: 関連するセクションを見つけるには、以下のカテゴリインデックスを使用してください。行範囲のあるカテゴリ(例: 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-L37 Azure Container Storage v1 のインストール失敗、プール作成/正常性に関する問題、および関連する Kubernetes クラスター/ストレージ構成の問題の診断と修正。
意思決定 L38-L45 Azure Container Storage のコスト(v1 vs v2)、課金モデル、LRS vs ZRS やマルチゾーン設定などの冗長性オプションの選択と構成に関するガイダンス。
制限とクォータ L46-L51 Azure Container Storage ボリューム(v2 および v1)のサイズ変更に関するガイダンス。容量/プール制限、制約、およびそれらの制限内でボリュームを安全に拡張する手順が含まれます。
セキュリティ L52-L56 Elastic SAN ボリュームを使用した Azure Container Storage のカスタマーマネージドキー(CMK)暗号化の構成。セットアップ手順とセキュリティに関する考慮事項が含まれます。
構成 L57-L64 Azure Container Storage プール、ノード配置、および監視の構成: ストレージプールパラメーター、ノードアフィニティ、Prometheus セットアップ(v1 および現在)、および Azure Managed Grafana ダッシュボード。

トラブルシューティング

トピック URL
Azure Container Storage v1 のインストールとプールに関する問題のトラブルシューティング https://learn.microsoft.com/en-us/azure/storage/container-storage/troubleshoot-container-storage

意思決定

トピック URL
Azure Container Storage v2 の課金モデルを理解する https://learn.microsoft.com/en-us/azure/storage/container-storage/container-storage-billing
Azure Container Storage v1 の課金モデルを理解する https://learn.microsoft.com/en-us/azure/storage/container-storage/container-storage-billing-version-1
Azure Container Storage の LRS と ZRS の選択 https://learn.microsoft.com/en-us/azure/storage/container-storage/enable-multi-zone-redundancy
Azure Container Storage v1 のマルチゾーン冗長性を構成する https://learn.microsoft.com/en-us/azure/storage/container-storage/enable-multi-zone-redundancy-version-1

制限とクォータ

トピック URL
容量制限内で Azure Container Storage ボリュームのサイズを変更する https://learn.microsoft.com/en-us/azure/storage/container-storage/resize-volume
プール制限内で Azure Container Storage v1 ボリュームのサイズを変更する https://learn.microsoft.com/en-us/azure/storage/container-storage/resize-volume-version-1

セキュリティ

トピック URL
Elastic SAN ボリュームの CMK ベースの暗号化を構成する https://learn.microsoft.com/en-us/azure/storage/container-storage/configure-encryption-for-elastic-san

構成

トピック URL
Azure Container Storage v1 のストレージプールパラメーターを参照する https://learn.microsoft.com/en-us/azure/storage/container-storage/container-storage-storage-pool-parameters
Azure Container Storage の Prometheus 監視を有効にする https://learn.microsoft.com/en-us/azure/storage/container-storage/enable-monitoring
Azure Container Storage v1 の Prometheus 監視を有効にする https://learn.microsoft.com/en-us/azure/storage/container-storage/enable-monitoring-version-1
ローカル CSI ドライバー配置のノードアフィニティを構成する https://learn.microsoft.com/en-us/azure/storage/container-storage/manage-local-container-storage-interface-driver-placement
コンテナーストレージに Azure Managed Grafana ダッシュボードを使用する https://learn.microsoft.com/en-us/azure/storage/container-storage/use-grafana-dashboard
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Azure Container Storage Skill

This skill provides expert guidance for Azure Container Storage. Covers troubleshooting, decision making, limits & quotas, security, and configuration. 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-L37 Diagnosing and fixing Azure Container Storage v1 install failures, pool creation/health issues, and related Kubernetes cluster/storage configuration problems.
Decision Making L38-L45 Guidance on Azure Container Storage costs (v1 vs v2), billing models, and choosing/configuring redundancy options like LRS vs ZRS and multi-zone setups
Limits & Quotas L46-L51 Guidance on resizing Azure Container Storage volumes (v2 and v1), including capacity/pool limits, constraints, and steps to safely expand volumes within those limits.
Security L52-L56 Configuring customer-managed key (CMK) encryption for Azure Container Storage using Elastic SAN volumes, including setup steps and security considerations.
Configuration L57-L64 Configuring Azure Container Storage pools, node placement, and monitoring: storage pool parameters, node affinity, Prometheus setup (v1 & current), and Azure Managed Grafana dashboards.

Troubleshooting

Topic URL
Troubleshoot Azure Container Storage v1 installation and pool issues https://learn.microsoft.com/en-us/azure/storage/container-storage/troubleshoot-container-storage

Decision Making

Topic URL
Understand billing model for Azure Container Storage v2 https://learn.microsoft.com/en-us/azure/storage/container-storage/container-storage-billing
Understand billing model for Azure Container Storage v1 https://learn.microsoft.com/en-us/azure/storage/container-storage/container-storage-billing-version-1
Choose LRS vs ZRS for Azure Container Storage https://learn.microsoft.com/en-us/azure/storage/container-storage/enable-multi-zone-redundancy
Configure multi-zone redundancy for Azure Container Storage v1 https://learn.microsoft.com/en-us/azure/storage/container-storage/enable-multi-zone-redundancy-version-1

Limits & Quotas

Topic URL
Resize Azure Container Storage volumes within capacity limits https://learn.microsoft.com/en-us/azure/storage/container-storage/resize-volume
Resize Azure Container Storage v1 volumes within pool limits https://learn.microsoft.com/en-us/azure/storage/container-storage/resize-volume-version-1

Security

Topic URL
Configure CMK-based encryption for Elastic SAN volumes https://learn.microsoft.com/en-us/azure/storage/container-storage/configure-encryption-for-elastic-san

Configuration

Topic URL
Reference storage pool parameters for Azure Container Storage v1 https://learn.microsoft.com/en-us/azure/storage/container-storage/container-storage-storage-pool-parameters
Enable Prometheus monitoring for Azure Container Storage https://learn.microsoft.com/en-us/azure/storage/container-storage/enable-monitoring
Enable Prometheus monitoring for Azure Container Storage v1 https://learn.microsoft.com/en-us/azure/storage/container-storage/enable-monitoring-version-1
Configure node affinity for local CSI driver placement https://learn.microsoft.com/en-us/azure/storage/container-storage/manage-local-container-storage-interface-driver-placement
Use Azure Managed Grafana dashboards for container storage https://learn.microsoft.com/en-us/azure/storage/container-storage/use-grafana-dashboard