azure-copilot
Azure Copilot開発におけるトラブルシューティング、設計、セキュリティ、設定、統合に関する専門知識を提供し、VMサイジングやBicep/Terraform生成などを支援するSkill。
📜 元の英語説明(参考)
Expert knowledge for Azure Copilot development including troubleshooting, decision making, architecture & design patterns, security, configuration, and integrations & coding patterns. Use when sizing VMs, generating Bicep/Terraform, configuring Cosmos DB storage, or debugging App Service/VM disks, and other Azure Copilot related development tasks. Not for Azure AI services (use microsoft-foundry-tools), Azure Machine Learning (use azure-machine-learning), Azure AI Search (use azure-cognitive-search), Azure AI Bot Service (use azure-bot-service).
🇯🇵 日本人クリエイター向け解説
Azure Copilot開発におけるトラブルシューティング、設計、セキュリティ、設定、統合に関する専門知識を提供し、VMサイジングやBicep/Terraform生成などを支援するSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 この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-17
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Azure Copilot スキル
このスキルは、Azure Copilot に関する専門的なガイダンスを提供します。トラブルシューティング、意思決定、アーキテクチャと設計パターン、セキュリティ、構成、統合とコーディングパターンをカバーしています。ローカルのクイックリファレンスコンテンツとリモートのドキュメント取得機能を組み合わせています。
このスキルの使用方法
エージェントへの重要事項: 関連するセクションを見つけるには、以下のカテゴリインデックスを使用してください。行範囲が指定されているカテゴリ(例:
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 を返します。
カテゴリインデックス
| カテゴリ | 行 | 説明 |
|---|---|---|
| トラブルシューティング | L34-L39 | Copilot を使用して Azure App Service/Functions の問題を診断および解決し、Azure VM のディスクパフォーマンスの問題(低速 I/O やボトルネックを含む)を分析します。 |
| 意思決定 | L40-L48 | Copilot を使用してオプションを比較し、コスト効率の高い Azure の意思決定を行います: VM サイジング、ワークロードテンプレート、Marketplace オファー、ストレージ資産の洞察、Load Balancer SKU の選択。 |
| アーキテクチャと設計パターン | L49-L53 | Copilot を使用して、VNet およびハイブリッドセットアップ全体での接続性、ルーティング、セキュリティ、パフォーマンスの問題を含む Azure ネットワークアーキテクチャを設計、検証、トラブルシューティングします。 |
| セキュリティ | L54-L62 | Azure Copilot のセキュリティとアクセス制御: ストレージの強化、ユーザー/テナントアクセス、エージェントアクセスポリシー、攻撃対象領域の洞察、責任ある AI/データ使用。 |
| 構成 | L63-L67 | Azure Copilot の会話データのストレージバックエンドとして Azure Cosmos DB をセットアップおよび構成する方法(必要な設定と統合手順を含む)。 |
| 統合とコーディングパターン | L68-L75 | Azure Copilot を使用して、インフラストラクチャ・アズ・コードと自動化を生成および改良します: APIM ポリシー、Azure CLI/PowerShell スクリプト、AKS 用 Kubernetes YAML、Terraform/Bicep テンプレート。 |
トラブルシューティング
| トピック | URL |
|---|---|
| Copilot を使用して Azure App Service と Functions をトラブルシューティングする | https://learn.microsoft.com/en-us/azure/copilot/troubleshoot-app-service |
| Copilot を使用して Azure VM のディスクパフォーマンスをトラブルシューティングする | https://learn.microsoft.com/en-us/azure/copilot/troubleshoot-disk-performance |
意思決定
| トピック | URL |
|---|---|
| Azure Copilot を使用してクラウドコストを分析および最適化する | https://learn.microsoft.com/en-us/azure/copilot/analyze-cost-management |
| Copilot を使用してコスト効率の高い Azure VM を選択およびデプロイする | https://learn.microsoft.com/en-us/azure/copilot/deploy-vms-effectively |
| Azure Copilot を使用してワークロードテンプレートを見つけてデプロイする | https://learn.microsoft.com/en-us/azure/copilot/deploy-workload-templates |
| Copilot を使用して適切な Azure Marketplace ソリューションを見つける | https://learn.microsoft.com/en-us/azure/copilot/discover-marketplace |
| Copilot を使用して Azure Load Balancer SKU を選択および管理する | https://learn.microsoft.com/en-us/azure/copilot/work-load-balancer |
アーキテクチャと設計パターン
| トピック | URL |
|---|---|
| Copilot を使用して Azure ネットワークを設計およびトラブルシューティングする | https://learn.microsoft.com/en-us/azure/copilot/copilot-networking |
セキュリティ
| トピック | URL |
|---|---|
| Copilot を使用して Azure ストレージアカウントを改善および移行する | https://learn.microsoft.com/en-us/azure/copilot/improve-storage-accounts |
| Azure Copilot のユーザーアクセスと承認を管理する | https://learn.microsoft.com/en-us/azure/copilot/manage-access |
| Azure Copilot エージェントプレビューへのテナントアクセスを制御する | https://learn.microsoft.com/en-us/azure/copilot/manage-agents-preview |
| Azure Copilot を使用して Defender EASM の攻撃対象領域の洞察をクエリする | https://learn.microsoft.com/en-us/azure/copilot/query-attack-surface |
| Azure Copilot における責任ある AI とデータ使用を理解する | https://learn.microsoft.com/en-us/azure/copilot/responsible-ai-faq |
構成
| トピック | URL |
|---|---|
| Azure Copilot の会話用に Cosmos DB ストレージを構成する | https://learn.microsoft.com/en-us/azure/copilot/bring-your-own-storage |
統合とコーディングパターン
| トピック | URL |
|---|---|
| Copilot を使用して Azure API Management ポリシーを作成する | https://learn.microsoft.com/en-us/azure/copilot/author-api-management-policies |
| Copilot を使用して Azure CLI スクリプトを生成およびカスタマイズする | https://learn.microsoft.com/en-us/azure/copilot/generate-cli-scripts |
| Azure Copilot を使用して AKS 用 Kubernetes YAML を生成する | https://learn.microsoft.com/en-us/azure/copilot/generate-kubernetes-yaml |
| Copilot を使用して PowerShell スクリプトを生成およびカスタマイズする | https://learn.microsoft.com/en-us/azure/copilot/generate-powershell-scripts |
| Azure Copilot を使用して Terraform および Bicep 構成を作成する | https://learn.microsoft.com/en-us/azure/copilot/generate-terraform-bicep |
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Azure Copilot Skill
This skill provides expert guidance for Azure Copilot. Covers troubleshooting, decision making, architecture & design patterns, 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 | L34-L39 | Using Copilot to diagnose and resolve Azure App Service/Functions issues and analyze Azure VM disk performance problems, including slow I/O and bottlenecks. |
| Decision Making | L40-L48 | Using Copilot to compare options and make cost‑efficient Azure decisions: VM sizing, workload templates, Marketplace offers, storage estate insights, and Load Balancer SKU selection. |
| Architecture & Design Patterns | L49-L53 | Using Copilot to design, validate, and troubleshoot Azure network architectures, including connectivity, routing, security, and performance issues across VNets and hybrid setups. |
| Security | L54-L62 | Security and access control for Azure Copilot: storage hardening, user/tenant access, agent access policies, attack surface insights, and responsible AI/data use. |
| Configuration | L63-L67 | How to set up and configure Azure Cosmos DB as the storage backend for Azure Copilot conversation data, including required settings and integration steps. |
| Integrations & Coding Patterns | L68-L75 | Using Azure Copilot to generate and refine infra-as-code and automation: APIM policies, Azure CLI/PowerShell scripts, Kubernetes YAML for AKS, and Terraform/Bicep templates. |
Troubleshooting
| Topic | URL |
|---|---|
| Troubleshoot Azure App Service and Functions with Copilot | https://learn.microsoft.com/en-us/azure/copilot/troubleshoot-app-service |
| Troubleshoot Azure VM disk performance using Copilot | https://learn.microsoft.com/en-us/azure/copilot/troubleshoot-disk-performance |
Decision Making
| Topic | URL |
|---|---|
| Use Azure Copilot to analyze and optimize cloud costs | https://learn.microsoft.com/en-us/azure/copilot/analyze-cost-management |
| Choose and deploy cost-efficient Azure VMs with Copilot | https://learn.microsoft.com/en-us/azure/copilot/deploy-vms-effectively |
| Find and deploy workload templates using Azure Copilot | https://learn.microsoft.com/en-us/azure/copilot/deploy-workload-templates |
| Find suitable Azure Marketplace solutions with Copilot | https://learn.microsoft.com/en-us/azure/copilot/discover-marketplace |
| Select and manage Azure Load Balancer SKUs with Copilot | https://learn.microsoft.com/en-us/azure/copilot/work-load-balancer |
Architecture & Design Patterns
| Topic | URL |
|---|---|
| Design and troubleshoot Azure networks with Copilot | https://learn.microsoft.com/en-us/azure/copilot/copilot-networking |
Security
| Topic | URL |
|---|---|
| Improve and migrate Azure storage accounts with Copilot | https://learn.microsoft.com/en-us/azure/copilot/improve-storage-accounts |
| Manage user access and authorization for Azure Copilot | https://learn.microsoft.com/en-us/azure/copilot/manage-access |
| Control tenant access to Azure Copilot agents preview | https://learn.microsoft.com/en-us/azure/copilot/manage-agents-preview |
| Query Defender EASM attack surface insights with Azure Copilot | https://learn.microsoft.com/en-us/azure/copilot/query-attack-surface |
| Understand responsible AI and data use in Azure Copilot | https://learn.microsoft.com/en-us/azure/copilot/responsible-ai-faq |
Configuration
| Topic | URL |
|---|---|
| Configure Cosmos DB storage for Azure Copilot conversations | https://learn.microsoft.com/en-us/azure/copilot/bring-your-own-storage |
Integrations & Coding Patterns
| Topic | URL |
|---|---|
| Author Azure API Management policies using Copilot | https://learn.microsoft.com/en-us/azure/copilot/author-api-management-policies |
| Generate and customize Azure CLI scripts with Copilot | https://learn.microsoft.com/en-us/azure/copilot/generate-cli-scripts |
| Generate Kubernetes YAML for AKS with Azure Copilot | https://learn.microsoft.com/en-us/azure/copilot/generate-kubernetes-yaml |
| Generate and customize PowerShell scripts with Copilot | https://learn.microsoft.com/en-us/azure/copilot/generate-powershell-scripts |
| Create Terraform and Bicep configurations with Azure Copilot | https://learn.microsoft.com/en-us/azure/copilot/generate-terraform-bicep |