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

Azure Large Instances 運用

azure-large-instances

Azure Large Instancesの開発に関する専門知識を提供し、トラブルシューティング、制限とクォータ、統合、コーディングパターンを扱うためのSkill。

📜 元の英語説明(参考)

Expert knowledge for Azure Large Instances development including troubleshooting, limits & quotas, and integrations & coding patterns. Use when configuring Epic SKUs, sizing volume groups, tuning EHR storage, or resolving Epic–ALI connectivity/perf issues, and other Azure Large Instances related development tasks. Not for Azure Baremetal Infrastructure (use azure-baremetal-infrastructure), Azure Virtual Machines (use azure-virtual-machines), Azure Virtual Machine Scale Sets (use azure-vm-scalesets), Azure HPC Cache (use azure-hpc-cache).

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

一言でいうと

Azure Large Instancesの開発に関する専門知識を提供し、トラブルシューティング、制限とクォータ、統合、コーディングパターンを扱うためのSkill。

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

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

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

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

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

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

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

このスキルの使い方

エージェントへの重要事項: 関連するセクションを見つけるには、以下のカテゴリインデックスを使用してください。行範囲が指定されているカテゴリ(例: 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 を返します。

カテゴリインデックス

カテゴリ 説明
トラブルシューティング L31-L35 接続、パフォーマンス、構成、運用エラーのトラブルシューティングを含む、Epic 統合における一般的な Azure Large Instances の問題の診断と解決。
制限とクォータ L36-L40 サポートされるサイズ、スケーリングの制約、SKU ごとのリソースの可用性を含む、Azure Large Instances の Epic SKU 容量の制限とクォータ。
統合とコーディングパターン L41-L44 レイアウト、サイジング、ベストプラクティスを含む、Azure Large Instances 上での Epic EHR ストレージボリュームグループの構成、作成、パフォーマンスチューニングに関するガイダンス。

トラブルシューティング

トピック URL
一般的な Azure Large Instances Epic の問題を解決する https://learn.microsoft.com/en-us/azure/azure-large-instances/faq

制限とクォータ

トピック URL
Azure Large Instances Epic SKU の容量を確認する https://learn.microsoft.com/en-us/azure/azure-large-instances/workloads/epic/available-skus

統合とコーディングパターン

トピック URL
Azure Large Instances 上で Epic ボリュームグループを作成およびチューニングする https://learn.microsoft.com/en-us/azure/azure-large-instances/workloads/epic/create-a-volume-group
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Azure Large Instances Skill

This skill provides expert guidance for Azure Large Instances. Covers troubleshooting, limits & quotas, 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), 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 L31-L35 Diagnosing and resolving common Azure Large Instances issues with Epic integration, including connectivity, performance, configuration, and operational error troubleshooting.
Limits & Quotas L36-L40 Epic SKU capacity limits and quotas for Azure Large Instances, including supported sizes, scaling constraints, and resource availability per SKU.
Integrations & Coding Patterns L41-L44 Guidance for configuring, creating, and performance-tuning Epic EHR storage volume groups on Azure Large Instances, including layout, sizing, and best practices.

Troubleshooting

Topic URL
Resolve common Azure Large Instances Epic issues https://learn.microsoft.com/en-us/azure/azure-large-instances/faq

Limits & Quotas

Topic URL
Review Azure Large Instances Epic SKU capacities https://learn.microsoft.com/en-us/azure/azure-large-instances/workloads/epic/available-skus

Integrations & Coding Patterns

Topic URL
Create and tune Epic volume groups on Azure Large Instances https://learn.microsoft.com/en-us/azure/azure-large-instances/workloads/epic/create-a-volume-group