Azure Well-Architected 設計指針
Azure Well-Architected を活用し、AI、HPC、SAP、Oracle、AVS/AVD、SaaS、ミッションクリティカルなワークロードなど、Azure 上の様々なワークロードの設計、評価、最適化を行うための専門的なガイダンスを提供するSkill。
📜 元の英語説明(参考)
Expert guidance for designing, assessing, and optimizing Azure workloads using Azure Well Architected. Covers design review checklists, recommendations, design principles, tradeoffs, service guides, workload patterns, and assessment questions. Use when designing AI, HPC, SAP, Oracle, AVS/AVD, SaaS, or mission‑critical workloads on Azure, and other Azure Well Architected related development tasks.
🇯🇵 日本人クリエイター向け解説
Azure Well-Architected を活用し、AI、HPC、SAP、Oracle、AVS/AVD、SaaS、ミッションクリティカルなワークロードなど、Azure 上の様々なワークロードの設計、評価、最適化を行うための専門的なガイダンスを提供するSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o azure-well-architected.zip https://jpskill.com/download/5805.zip && unzip -o azure-well-architected.zip && rm azure-well-architected.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/5805.zip -OutFile "$d\azure-well-architected.zip"; Expand-Archive "$d\azure-well-architected.zip" -DestinationPath $d -Force; ri "$d\azure-well-architected.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
azure-well-architected.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
azure-well-architectedフォルダができる - 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 Well-Architected スキル
このスキルは、Azure Well-Architected を使用して Azure ワークロードを設計、評価、最適化するための専門的なガイダンスを提供します。設計レビューのチェックリスト、推奨事項、設計原則、トレードオフ、サービスガイド、ワークロードパターン、評価の質問を網羅しています。ローカルのクイックリファレンスコンテンツとリモートドキュメント取得機能を組み合わせています。
このスキルの使用方法
エージェントへの重要事項: 関連するセクションを見つけるには、以下のカテゴリインデックスを使用してください。行範囲のあるカテゴリ (例:
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-L43 | コスト、運用、パフォーマンス、信頼性、セキュリティのベストプラクティスについて Azure ワークロードをレビューするためのチェックリストで、具体的な質問とアーキテクチャを評価するための基準が含まれています。 |
| 推奨事項 | L44-L115 | Azure ワークロードのコスト最適化、信頼性、パフォーマンス、セキュリティ、DevOps、持続可能性に関するガイダンスで、設計パターン、運用、自動化、ガバナンスプラクティスが含まれています。 |
| 設計原則 | L116-L132 | AI、SAP、Oracle、AVS、AVD、SaaS、HPC、ミッションクリティカルシステムなどの Azure ワークロード全体におけるコスト、信頼性、セキュリティ、パフォーマンス、運用、持続可能性のための設計原則とパターンです。 |
| トレードオフ | L133-L142 | Azure アーキテクチャにおけるコスト、信頼性、パフォーマンス、セキュリティ、運用のトレードオフを検討するためのガイダンスで、リージョン/AZ の選択や柱横断的な設計上の決定が含まれています。 |
| サービスガイド | L143-L193 | 特定の Azure サービスに対するエンドツーエンドの設計、セキュリティ、ネットワーク、運用、監視、最適化のガイダンスで、Well-Architected Framework のベストプラクティスに沿っています。 |
| ワークロードパターン | L194-L247 | Well-Architected の原則、参照アーキテクチャ、データ/コンピューティングの選択、ライフサイクルプラクティスを使用して、Azure ワークロード (AI、HPC、ミッションクリティカル、SaaS、持続可能) を設計、運用、最適化します。 |
| 評価の質問 | L248-L261 | AI、SaaS、AVD、AVS、その他の Azure ワークロードを WAF の柱 (コスト、信頼性、セキュリティ、パフォーマンス、運用) に対して評価するためのガイド付き評価と成熟度モデルです。 |
設計レビューチェックリスト
| トピック | URL |
|---|---|
| Azure のコスト最適化設計レビューチェックリストを使用する | https://learn.microsoft.com/en-us/azure/well-architected/cost-optimization/checklist |
| 運用上の優秀性設計レビューチェックリストを使用する | https://learn.microsoft.com/en-us/azure/well-architected/operational-excellence/checklist |
| パフォーマンス効率設計レビューチェックリストを使用する | https://learn.microsoft.com/en-us/azure/well-architected/performance-efficiency/checklist |
| Azure ワークロードの信頼性設計チェックリストを使用する | https://learn.microsoft.com/en-us/azure/well-architected/reliability/checklist |
| ワークロードのセキュリティ設計レビューチェックリストを使用する | https://learn.microsoft.com/en-us/azure/well-architected/security/checklist |
推奨事項
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Azure Well Architected Skill
This skill provides expert guidance for designing, assessing, and optimizing Azure workloads using Azure Well Architected. Covers design review checklists, recommendations, design principles, tradeoffs, service guides, workload patterns, and assessment questions. 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 |
|---|---|---|
| Design Review Checklists | L35-L43 | Checklists to review Azure workloads for cost, operations, performance, reliability, and security best practices, with concrete questions and criteria to assess your architecture. |
| Recommendations | L44-L115 | Guidance on cost optimization, reliability, performance, security, DevOps, and sustainability for Azure workloads, including design patterns, operations, automation, and governance practices. |
| Design Principles | L116-L132 | Design principles and patterns for cost, reliability, security, performance, ops, and sustainability across Azure workloads like AI, SAP, Oracle, AVS, AVD, SaaS, HPC, and mission‑critical systems. |
| Tradeoffs | L133-L142 | Guidance on weighing cost, reliability, performance, security, and operations tradeoffs in Azure architectures, including regions/AZ choices and cross-pillar design decisions. |
| Service Guides | L143-L193 | End-to-end design, security, networking, operations, monitoring, and optimization guidance for specific Azure services, aligned to Well-Architected Framework best practices. |
| Workload Patterns | L194-L247 | Designing, operating, and optimizing Azure workloads (AI, HPC, mission-critical, SaaS, sustainable) using Well-Architected principles, reference architectures, data/compute choices, and lifecycle practices. |
| Assessment Questions | L248-L261 | Guided assessments and maturity models to evaluate AI, SaaS, AVD, AVS, and other Azure workloads against WAF pillars: cost, reliability, security, performance, and operations. |
Design Review Checklists
| Topic | URL |
|---|---|
| Use Cost Optimization design review checklist for Azure | https://learn.microsoft.com/en-us/azure/well-architected/cost-optimization/checklist |
| Use operational excellence design review checklist | https://learn.microsoft.com/en-us/azure/well-architected/operational-excellence/checklist |
| Use performance efficiency design review checklist | https://learn.microsoft.com/en-us/azure/well-architected/performance-efficiency/checklist |
| Use reliability design checklist for Azure workloads | https://learn.microsoft.com/en-us/azure/well-architected/reliability/checklist |
| Use the Security design review checklist for workloads | https://learn.microsoft.com/en-us/azure/well-architected/security/checklist |
Recommendations
Design Principles
Tradeoffs
| Topic | URL |
|---|---|
| Analyze cost optimization tradeoffs across WAF pillars | https://learn.microsoft.com/en-us/azure/well-architected/cost-optimization/tradeoffs |
| Balance regions and availability zones for reliability and cost | https://learn.microsoft.com/en-us/azure/well-architected/design-guides/regions-availability-zones |
| Evaluate operational excellence tradeoffs in Azure workloads | https://learn.microsoft.com/en-us/azure/well-architected/operational-excellence/tradeoffs |
| Analyze performance efficiency tradeoffs across WAF pillars | https://learn.microsoft.com/en-us/azure/well-architected/performance-efficiency/tradeoffs |
| Analyze reliability tradeoffs across WAF pillars | https://learn.microsoft.com/en-us/azure/well-architected/reliability/tradeoffs |
| Evaluate security tradeoffs in Azure architectures | https://learn.microsoft.com/en-us/azure/well-architected/security/tradeoffs |