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

azure-resiliency

Azureの制限やセキュリティを考慮し、バックアップや災害復旧、SLA設定など、回復性に関する開発を専門的に支援するSkill。

📜 元の英語説明(参考)

Expert knowledge for Azure Resiliency development including limits & quotas, security, and configuration. Use when managing Backup/Site Recovery vaults, protection policies, replication settings, SLAs, or resiliency security posture, and other Azure Resiliency related development tasks. Not for Azure Reliability (use azure-reliability), Azure Site Recovery (use azure-site-recovery), Azure Backup (use azure-backup), Azure Monitor (use azure-monitor).

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

一言でいうと

Azureの制限やセキュリティを考慮し、バックアップや災害復旧、SLA設定など、回復性に関する開発を専門的に支援するSkill。

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

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 この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 Resiliency スキル

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

このスキルの使用方法

エージェントへの重要事項: 以下のカテゴリインデックスを使用して、関連するセクションを見つけてください。行範囲が指定されているカテゴリ(例: 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 Azure における Resiliency サポートの境界: どのようなシナリオがカバーされ、除外されるか、サービス/機能による制限、およびこれらが信頼性、SLA、サポートの期待にどのように影響するか。
セキュリティ L36-L41 Azure Resiliency におけるセキュリティレベル、ポリシー、および態勢の構成。回復力のあるワークロードとインフラストラクチャの保護を評価、調整、適用する方法を含む。
構成 L42-L48 Azure Backup/Site Recovery ボールトと保護ポリシーの構成と管理。作成、更新、ライフサイクル操作、バックアップとレプリケーションの設定を含む。

制限とクォータ

トピック URL
Resiliency サポートシナリオと制限を理解する https://learn.microsoft.com/en-us/azure/resiliency/resiliency-support-matrix

セキュリティ

トピック URL
保護のために Resiliency でセキュリティレベルを使用する https://learn.microsoft.com/en-us/azure/resiliency/security-levels-concept
Resiliency でセキュリティ態勢を確認し調整する https://learn.microsoft.com/en-us/azure/resiliency/tutorial-review-security-posture

構成

トピック URL
Resiliency でバックアップおよびレプリケーション保護ポリシーを作成する https://learn.microsoft.com/en-us/azure/resiliency/backup-protection-policy
Azure で Recovery Services および Backup ボールトを構成する https://learn.microsoft.com/en-us/azure/resiliency/backup-vaults
Resiliency でバックアップおよびレプリケーション保護ポリシーを管理する https://learn.microsoft.com/en-us/azure/resiliency/manage-protection-policy
Azure Backup および Site Recovery ボールトのライフサイクルを管理する https://learn.microsoft.com/en-us/azure/resiliency/manage-vault
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Azure Resiliency Skill

This skill provides expert guidance for Azure Resiliency. Covers 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
Limits & Quotas L31-L35 Resiliency support boundaries in Azure: what scenarios are covered or excluded, limitations by service/feature, and how these affect reliability, SLAs, and support expectations.
Security L36-L41 Configuring security levels, policies, and posture in Azure Resiliency, including how to assess, adjust, and enforce protections for resilient workloads and infrastructure.
Configuration L42-L48 Configuring and managing Azure Backup/Site Recovery vaults and protection policies, including creation, updates, lifecycle operations, and settings for backup and replication.

Limits & Quotas

Topic URL
Understand Resiliency support scenarios and limitations https://learn.microsoft.com/en-us/azure/resiliency/resiliency-support-matrix

Security

Topic URL
Use security levels in Resiliency for protection https://learn.microsoft.com/en-us/azure/resiliency/security-levels-concept
Review and adjust security posture in Resiliency https://learn.microsoft.com/en-us/azure/resiliency/tutorial-review-security-posture

Configuration

Topic URL
Create backup and replication protection policies in Resiliency https://learn.microsoft.com/en-us/azure/resiliency/backup-protection-policy
Configure Recovery Services and Backup vaults in Azure https://learn.microsoft.com/en-us/azure/resiliency/backup-vaults
Manage backup and replication protection policies in Resiliency https://learn.microsoft.com/en-us/azure/resiliency/manage-protection-policy
Manage lifecycle of Azure Backup and Site Recovery vaults https://learn.microsoft.com/en-us/azure/resiliency/manage-vault