azure-cloud-services
Azure Cloud Servicesの開発全般において、トラブルシューティングからセキュリティ、設定、統合まで、専門知識に基づき最適な解決策を提案するSkill。
📜 元の英語説明(参考)
Expert knowledge for Azure Cloud Services development including troubleshooting, best practices, decision making, limits & quotas, security, configuration, and integrations & coding patterns. Use when configuring Cloud Services (extended support), .csdef/.cscfg, Key Vault certs, autoscale rules, or PowerShell automation, and other Azure Cloud Services related development tasks. Not for Azure Networking (use azure-networking), Azure Virtual Machines (use azure-virtual-machines), Azure App Service (use azure-app-service), Azure Kubernetes Service (AKS) (use azure-kubernetes-service).
🇯🇵 日本人クリエイター向け解説
Azure Cloud Servicesの開発全般において、トラブルシューティングからセキュリティ、設定、統合まで、専門知識に基づき最適な解決策を提案する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 Cloud Services スキル
このスキルは、Azure Cloud Services に関する専門的なガイダンスを提供します。トラブルシューティング、ベストプラクティス、意思決定、制限とクォータ、セキュリティ、構成、および統合とコーディングパターンをカバーしています。ローカルのクイックリファレンスコンテンツとリモートドキュメント取得機能を組み合わせています。
このスキルの使用方法
Agent への重要事項: 関連するセクションを見つけるには、以下のカテゴリインデックスを使用してください。行範囲のあるカテゴリ(例:
L35-L120)の場合は、指定された行でread_fileを使用してください。ファイルリンクのあるカテゴリ(例:[security.md](security.md))の場合は、リンクされた参照ファイルでread_fileを使用してください。
Agent への重要事項:
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-L39 | クラシック Cloud Services を Cloud Services (拡張サポート) に移行する際の、デプロイ、構成、互換性の問題を含む一般的な移行エラーの診断と修正。 |
| ベストプラクティス | L40-L44 | Cloud Services の自動スケールルールを設計および構成するためのガイダンス。パフォーマンス、信頼性、コストを最適化するためのメトリック、しきい値、パターンが含まれます。 |
| 意思決定 | L45-L54 | Cloud Services (拡張サポート) をいつ使用するか、OS アップグレードの計画、VM Scale Sets との比較、およびクラシック/非 VNet サービスを VNet の拡張サポートに設計/移行するためのガイダンス。 |
| 制限とクォータ | L55-L61 | Azure Cloud Services の VM インスタンスサイズの制限/容量とタイムライン、およびゲスト OS ファミリの廃止に関連する影響と制約。 |
| セキュリティ | L62-L67 | Cloud Services で証明書に Key Vault を使用する方法、および Azure ゲスト OS のセキュリティ更新プログラム、サポートライフサイクル、廃止ポリシーの理解。 |
| 構成 | L68-L86 | Cloud Services のロールとデプロイの構成: .csdef/.cscfg スキーマ、ネットワーク/ロードバランサー設定、診断、RDP、Key Vault、拡張機能、アラート、およびスケーリング/SKU のオーバーライド。 |
| 統合とコーディングパターン | L87-L92 | PowerShell を使用した Azure Cloud Services (拡張サポート) の自動化: デプロイの作成、サービス詳細の取得、およびクラウドサービスインスタンスのリセットまたは再デプロイ。 |
トラブルシューティング
| トピック | URL |
|---|---|
| Cloud Services 拡張サポートへの移行時の一般的なエラーを解決する | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/in-place-migration-common-errors |
ベストプラクティス
| トピック | URL |
|---|---|
| Cloud Services デプロイの自動スケーリングルールを構成する | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/configure-scaling |
意思決定
| トピック | URL |
|---|---|
| Azure Cloud Services ゲスト OS アップグレードパスを計画する | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/cloud-services-guestos-update-matrix |
| Azure Cloud Services (拡張サポート) をいつどのように使用するかを決定する | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/faq |
| Cloud Services と Virtual Machine Scale Sets の機能を比較する | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/feature-support-analysis |
| Cloud Services (クラシック) から拡張サポートへの移行を計画する | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/in-place-migration-overview |
| Cloud Services 移行の技術要件を理解する | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/in-place-migration-technical-details |
| 非 VNet Cloud Services を VNet に移行する計画を立てる | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/non-vnet-migration |
制限とクォータ
| トピック | URL |
|---|---|
| Cloud Services インスタンスの VM サイズオプションと容量 | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/available-sizes |
| ゲスト OS ファミリ 1 の廃止日とデプロイへの影響 | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/cloud-services-guestos-family-1-retirement |
| ゲスト OS ファミリ 2~4 の廃止タイムラインと影響 | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/cloud-services-guestos-family-2-3-4-retirement |
セキュリティ
| トピック | URL |
|---|---|
| Cloud Services で Key Vault を使用して証明書を安全に保存および使用する | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/certificates-and-key-vault |
| Azure ゲスト OS のサポートと廃止ポリシーを理解する | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/cloud-services-guestos-retirement-policy |
構成
| トピック | URL |
|---|---|
| Cloud Services モデル、構成、およびパッケージファイルを理解する | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/cloud-services-model-and-package |
| Cloud Services インスタンスの監視アラートを構成する | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/enable-alerts |
| Cloud Services ロールに Key Vault VM 拡張機能を有効にする | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/enable-key-vault-virtual-machine |
| Cloud Services のリモートデスクトップ拡張機能を構成する | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/enable-rdp |
| Cloud Services の Azure 診断拡張機能を構成する | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/e |
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Azure Cloud Services Skill
This skill provides expert guidance for Azure Cloud Services. Covers troubleshooting, best practices, decision making, 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-L39 | Diagnosing and fixing common migration errors when moving classic Cloud Services to Cloud Services (extended support), including deployment, configuration, and compatibility issues. |
| Best Practices | L40-L44 | Guidance on designing and configuring autoscale rules for Cloud Services, including metrics, thresholds, and patterns to optimize performance, reliability, and cost. |
| Decision Making | L45-L54 | Guidance on when to use Cloud Services (extended support), planning OS upgrades, comparing with VM Scale Sets, and designing/migrating classic/non-VNet services to extended support in VNets. |
| Limits & Quotas | L55-L61 | VM instance size limits/capacities and timelines, impacts, and constraints related to Guest OS family retirements for Azure Cloud Services. |
| Security | L62-L67 | Using Key Vault for certificates in Cloud Services and understanding Azure Guest OS security updates, support lifecycle, and retirement policies |
| Configuration | L68-L86 | Configuring Cloud Services roles and deployments: .csdef/.cscfg schemas, network/load balancer settings, diagnostics, RDP, Key Vault, extensions, alerts, and scaling/SKU overrides. |
| Integrations & Coding Patterns | L87-L92 | Automating Azure Cloud Services (extended support) with PowerShell: creating deployments, retrieving service details, and resetting or redeploying cloud service instances. |
Troubleshooting
| Topic | URL |
|---|---|
| Resolve common errors when migrating to Cloud Services extended support | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/in-place-migration-common-errors |
Best Practices
| Topic | URL |
|---|---|
| Configure autoscaling rules for Cloud Services deployments | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/configure-scaling |
Decision Making
| Topic | URL |
|---|---|
| Plan Azure Cloud Services Guest OS upgrade path | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/cloud-services-guestos-update-matrix |
| Decide when and how to use Azure Cloud Services (extended support) | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/faq |
| Compare Cloud Services and Virtual Machine Scale Sets features | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/feature-support-analysis |
| Plan migration from Cloud Services classic to extended support | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/in-place-migration-overview |
| Understand technical requirements for Cloud Services migration | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/in-place-migration-technical-details |
| Plan migration of non-VNet Cloud Services into VNets | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/non-vnet-migration |
Limits & Quotas
| Topic | URL |
|---|---|
| VM size options and capacities for Cloud Services instances | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/available-sizes |
| Guest OS Family 1 retirement dates and deployment impact | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/cloud-services-guestos-family-1-retirement |
| Guest OS Families 2–4 retirement timelines and impact | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/cloud-services-guestos-family-2-3-4-retirement |
Security
| Topic | URL |
|---|---|
| Securely store and use certificates with Key Vault in Cloud Services | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/certificates-and-key-vault |
| Understand support and retirement policy for Azure Guest OS | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/cloud-services-guestos-retirement-policy |
Configuration
Integrations & Coding Patterns
| Topic | URL |
|---|---|
| Use PowerShell to create Cloud Services (extended support) | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/sample-create-cloud-service |
| Use PowerShell to retrieve Cloud Service details | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/sample-get-cloud-service |
| Use PowerShell to reset Cloud Services deployments | https://learn.microsoft.com/en-us/azure/cloud-services-extended-support/sample-reset-cloud-service |