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

azure-dns

Azure DNSのゾーン管理、プライベートDNS、DNSSECなど、設計から実装まで幅広い開発課題に対応する専門知識を提供するSkill。

📜 元の英語説明(参考)

Expert knowledge for Azure DNS development including decision making, architecture & design patterns, limits & quotas, security, configuration, and integrations & coding patterns. Use when managing DNS zones/records, Private DNS/resolvers, DNSSEC, reverse DNS, or migrating legacy Private DNS, and other Azure DNS related development tasks. Not for Azure Traffic Manager (use azure-traffic-manager), Azure Front Door (use azure-front-door), Azure Virtual Network (use azure-virtual-network), Azure Virtual Network Manager (use azure-virtual-network-manager).

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

一言でいうと

Azure DNSのゾーン管理、プライベートDNS、DNSSECなど、設計から実装まで幅広い開発課題に対応する専門知識を提供する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 DNS スキル

このスキルは、Azure DNS に関する専門的なガイダンスを提供します。意思決定、アーキテクチャと設計パターン、制限とクォータ、セキュリティ、構成、統合とコーディングパターンを網羅しています。ローカルのクイックリファレンスコンテンツとリモートドキュメント取得機能を組み合わせています。

このスキルの使用方法

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 を返します。

カテゴリインデックス

カテゴリ 説明
意思決定 L34-L38 従来の Azure Private DNS ゾーンを新しい DNS ゾーンモデルに移行するための計画と実行に関するガイダンス。互換性、手順、考慮事項を含みます。
アーキテクチャと設計パターン L39-L44 Azure での回復性のあるプライベート DNS アーキテクチャの設計。集中型と分散型の DNS Private Resolvers の使い分け、高可用性のための Private DNS ゾーンのシャーディング方法を含みます。
制限とクォータ L45-L51 パブリックおよびプライベート Azure DNS の DNS レコード、ゾーン、クエリの制限。Private DNS ゾーンの設計と使用におけるクォータ、スケーリング動作、制約を含みます。
セキュリティ L52-L62 DNS ゾーン/レコードの削除からの保護、DNS セキュリティポリシーとログの構成、パブリックゾーンでの DNSSEC の使用、RBAC、アラート、組み込みの保護による Azure DNS のセキュリティ保護。
構成 L63-L75 Azure DNS の動作の構成: リバース DNS、プライベート DNS ゾーンとリゾルバー、ゾーンファイルのインポート/エクスポート、監視/メトリック/ログ、名前解決のためのクエリ/ResolutionPolicy 設定。
統合とコーディングパターン L76-L85 Azure CLI、PowerShell、またはポータルを使用して DNS ゾーンとレコードを作成/管理し、サブドメインを委任したり、DNS ゾーンファイルをインポート/エクスポートして自動化と統合を行う方法。

意思決定

トピック URL
従来の Azure Private DNS ゾーンを新しいモデルに移行する https://learn.microsoft.com/en-us/azure/dns/private-dns-migration-guide

アーキテクチャと設計パターン

トピック URL
集中型と分散型の Azure DNS Private Resolver の選択 https://learn.microsoft.com/en-us/azure/dns/private-resolver-architecture
回復性のために Azure Private DNS ゾーンをシャーディングする https://learn.microsoft.com/en-us/azure/dns/sharding-private-dns-zones

制限とクォータ

トピック URL
制限と動作に関する Azure DNS FAQ https://learn.microsoft.com/en-us/azure/dns/dns-faq
制限と使用に関する Azure Private DNS FAQ https://learn.microsoft.com/en-us/azure/dns/dns-faq-private
Azure Private DNS ゾーンと制限を理解する https://learn.microsoft.com/en-us/azure/dns/private-dns-privatednszone

セキュリティ

トピック URL
Azure Private DNS ゾーンとレコードを保護する https://learn.microsoft.com/en-us/azure/dns/dns-protect-private-zones-recordsets
Azure DNS ゾーンとレコードを削除から保護する https://learn.microsoft.com/en-us/azure/dns/dns-protect-zones-recordsets
DNS セキュリティポリシーとトラフィックログを構成する https://learn.microsoft.com/en-us/azure/dns/dns-traffic-log-how-to
Azure Public DNS で DNSSEC ゾーン署名を使用する https://learn.microsoft.com/en-us/azure/dns/dnssec
Azure Public DNS ゾーンの DNSSEC 署名を有効にする https://learn.microsoft.com/en-us/azure/dns/dnssec-how-to
Azure Public DNS ゾーンから DNSSEC 署名を削除する https://learn.microsoft.com/en-us/azure/dns/dnssec-unsign
ロール、アラート、保護で Azure DNS をセキュリティ保護する https://learn.microsoft.com/en-us/azure/dns/secure-dns

構成

トピック URL
Azure ホスト型サービスのリバース DNS を構成する https://learn.microsoft.com/en-us/azure/dns/dns-reverse-dns-for-azure-services
Azure DNS でリバース DNS ルックアップゾーンをホストする https://learn.microsoft.com/en-us/azure/dns/dns-reverse-dns-hosting
Azure DNS の監視とアラートを構成する https://learn.microsoft.com/en-us/azure/dns/monitor-dns
Azure DNS 監視メトリックとログのリファレンス https://learn.microsoft.com/en-us/azure/dns/monitor-dns-reference
Azure Resource Graph で Azure Private DNS をクエリする https://learn.microsoft.com/en-us/azure/dns/private-dns-arg
プライベート DNS インターネットフォールバックの ResolutionPolicy を構成する https://learn.microsoft.com/en-us/azure/dns/private-dns-fallback
CLI でプライベート DNS ゾーンファイルをインポートおよびエクスポートする https://learn.microsoft.com/en-us/azure/dns/private-dns-import-export
ポータル経由でプライベート DNS ゾーンファイルをインポートおよびエクスポートする https://learn.microsoft.com/en-us/azure/dns/private-dns-import-export-portal
Azure DNS Private Resolver エンドポイントとルールセットを構成する https://learn.microsoft.com/en-us/azure/dns/private-resolver-endpoints-rulesets

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

トピック URL
Azure PowerShell を使用して DNS サブドメインを委任する https://learn.microsoft.com/en-us/azure/dns/delegate-subdomain-ps
Azure CLI を使用して DNS ゾーンファイルをインポートおよびエクスポートする https://learn.microsoft.com/en-us/azure/dns/dns-import-export
Azure ポータル経由で DNS ゾーンファイルをインポートおよびエクスポートする https://learn.microsoft.com/en-us/azure/dns/dns-import-export-portal
Azure DNS ゾーンを管理する
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Azure DNS Skill

This skill provides expert guidance for Azure DNS. Covers decision making, architecture & design patterns, 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), 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
Decision Making L34-L38 Guidance for planning and executing migration of legacy Azure Private DNS zones to the new DNS zone model, including compatibility, steps, and considerations.
Architecture & Design Patterns L39-L44 Designing resilient private DNS architectures in Azure, including when to use centralized vs distributed DNS Private Resolvers and how to shard Private DNS zones for high availability.
Limits & Quotas L45-L51 DNS record, zone, and query limits for public and private Azure DNS, including quotas, scaling behaviors, and constraints when designing Private DNS zones and usage.
Security L52-L62 Protecting DNS zones/records from deletion, configuring DNS security policies and logging, using DNSSEC for public zones, and securing Azure DNS with RBAC, alerts, and built-in protections.
Configuration L63-L75 Configuring Azure DNS behavior: reverse DNS, private DNS zones and resolvers, zone file import/export, monitoring/metrics/logs, and query/ResolutionPolicy settings for name resolution.
Integrations & Coding Patterns L76-L85 Using Azure CLI, PowerShell, or portal to create/manage DNS zones and records, and to delegate subdomains or import/export DNS zone files for automation and integration.

Decision Making

Topic URL
Migrate legacy Azure Private DNS zones to new model https://learn.microsoft.com/en-us/azure/dns/private-dns-migration-guide

Architecture & Design Patterns

Topic URL
Choose centralized vs distributed Azure DNS Private Resolver https://learn.microsoft.com/en-us/azure/dns/private-resolver-architecture
Shard Azure Private DNS zones for resiliency https://learn.microsoft.com/en-us/azure/dns/sharding-private-dns-zones

Limits & Quotas

Topic URL
Azure DNS FAQs on limits and behaviors https://learn.microsoft.com/en-us/azure/dns/dns-faq
Azure Private DNS FAQs on limits and usage https://learn.microsoft.com/en-us/azure/dns/dns-faq-private
Understand Azure Private DNS zones and limits https://learn.microsoft.com/en-us/azure/dns/private-dns-privatednszone

Security

Topic URL
Protect Azure Private DNS zones and records https://learn.microsoft.com/en-us/azure/dns/dns-protect-private-zones-recordsets
Protect Azure DNS zones and records from deletion https://learn.microsoft.com/en-us/azure/dns/dns-protect-zones-recordsets
Configure DNS security policy and traffic logging https://learn.microsoft.com/en-us/azure/dns/dns-traffic-log-how-to
Use DNSSEC zone signing with Azure Public DNS https://learn.microsoft.com/en-us/azure/dns/dnssec
Enable DNSSEC signing for Azure Public DNS zones https://learn.microsoft.com/en-us/azure/dns/dnssec-how-to
Remove DNSSEC signing from Azure Public DNS zones https://learn.microsoft.com/en-us/azure/dns/dnssec-unsign
Secure Azure DNS with roles, alerts, and protections https://learn.microsoft.com/en-us/azure/dns/secure-dns

Configuration

Topic URL
Configure reverse DNS for Azure-hosted services https://learn.microsoft.com/en-us/azure/dns/dns-reverse-dns-for-azure-services
Host reverse DNS lookup zones in Azure DNS https://learn.microsoft.com/en-us/azure/dns/dns-reverse-dns-hosting
Configure monitoring and alerts for Azure DNS https://learn.microsoft.com/en-us/azure/dns/monitor-dns
Reference for Azure DNS monitoring metrics and logs https://learn.microsoft.com/en-us/azure/dns/monitor-dns-reference
Query Azure Private DNS with Azure Resource Graph https://learn.microsoft.com/en-us/azure/dns/private-dns-arg
Configure ResolutionPolicy for private DNS internet fallback https://learn.microsoft.com/en-us/azure/dns/private-dns-fallback
Import and export private DNS zone files with CLI https://learn.microsoft.com/en-us/azure/dns/private-dns-import-export
Import and export private DNS zone files via portal https://learn.microsoft.com/en-us/azure/dns/private-dns-import-export-portal
Configure Azure DNS Private Resolver endpoints and rulesets https://learn.microsoft.com/en-us/azure/dns/private-resolver-endpoints-rulesets

Integrations & Coding Patterns

Topic URL
Delegate DNS subdomains using Azure PowerShell https://learn.microsoft.com/en-us/azure/dns/delegate-subdomain-ps
Import and export DNS zone files using Azure CLI https://learn.microsoft.com/en-us/azure/dns/dns-import-export
Import and export DNS zone files via Azure portal https://learn.microsoft.com/en-us/azure/dns/dns-import-export-portal
Manage Azure DNS zones using PowerShell commands https://learn.microsoft.com/en-us/azure/dns/dns-operations-dnszones
Manage Azure DNS zones with Azure CLI https://learn.microsoft.com/en-us/azure/dns/dns-operations-dnszones-cli
Manage Azure DNS records with PowerShell https://learn.microsoft.com/en-us/azure/dns/dns-operations-recordsets
Manage Azure DNS records using Azure CLI https://learn.microsoft.com/en-us/azure/dns/dns-operations-recordsets-cli