azure-expressroute
Azure ExpressRouteの設計、設定、トラブルシューティング、セキュリティ、統合に関する専門知識を提供し、ExpressRoute回路やBGPルーティングなどの開発タスクを支援するSkillです。
📜 元の英語説明(参考)
Expert knowledge for Azure ExpressRoute development including troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. Use when designing ExpressRoute circuits/gateways, BGP routing, Global Reach, FastPath, or S2S VPN over ExpressRoute, and other Azure ExpressRoute related development tasks. Not for Azure Internet Peering (use azure-internet-peering), Azure Peering Service (use azure-peering-service), Azure Virtual WAN (use azure-virtual-wan), Azure VPN Gateway (use azure-vpn-gateway).
🇯🇵 日本人クリエイター向け解説
Azure ExpressRouteの設計、設定、トラブルシューティング、セキュリティ、統合に関する専門知識を提供し、ExpressRoute回路やBGPルーティングなどの開発タスクを支援するSkillです。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o azure-expressroute.zip https://jpskill.com/download/5694.zip && unzip -o azure-expressroute.zip && rm azure-expressroute.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/5694.zip -OutFile "$d\azure-expressroute.zip"; Expand-Archive "$d\azure-expressroute.zip" -DestinationPath $d -Force; ri "$d\azure-expressroute.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
azure-expressroute.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
azure-expressrouteフォルダができる - 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-17
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Azure ExpressRoute スキル
このスキルは、Azure ExpressRoute に関する専門的なガイダンスを提供します。トラブルシューティング、ベストプラクティス、意思決定、アーキテクチャと設計パターン、制限とクォータ、セキュリティ、構成、統合とコーディングパターン、デプロイについてカバーしています。ローカルのクイックリファレンスコンテンツとリモートのドキュメント取得機能を組み合わせています。
このスキルの使い方
エージェントへの重要事項: 関連するセクションを見つけるには、以下のカテゴリインデックスを使用してください。行範囲が指定されているカテゴリ (例:
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 を返します。
カテゴリインデックス
| カテゴリ | 行 | 説明 |
|---|---|---|
| トラブルシューティング | L37-L43 | ExpressRoute の回復性と非対称ルーティングの問題のトラブルシューティング、および接続モデル、サポートされるサービス、帯域幅、価格に関する FAQ で、設計または障害関連の質問を解決します。 |
| ベストプラクティス | L44-L51 | ExpressRoute のベストプラクティス: 回線帯域幅のアップグレード、複雑なトポロジでの BGP コミュニティの使用、Skype 音声の QoS、新しいゲートウェイハードウェアへの移行。 |
| 意思決定 | L52-L60 | ExpressRoute 接続モデル、VNet/ゲートウェイ/SKU の選択、プロバイダーとピアリングロケーションのマッピング、ExpressRoute コストを管理しながらの計画/移行に関するガイダンス。 |
| アーキテクチャと設計パターン | L61-L71 | 弾力性のある高可用性 ExpressRoute トポロジの設計、マルチ回線ルーティング、S2S VPN との共存、DR/バックアップパターン、PSTN サービスでの Microsoft ピアリングの使用。 |
| 制限とクォータ | L72-L79 | ExpressRoute の帯域幅、ルート、ゲートウェイの制限、FastPath の制約、プロバイダー回線でのレート制限、およびクォータ内に収まるようにアドバタイズされたルートを監視する方法。 |
| セキュリティ | L80-L89 | 暗号化 (IPsec、MACsec)、NAT ルール、RBAC ロール、ExpressRoute 回線とトラフィックを保護するためのセキュリティベストプラクティス。 |
| 構成 | L90-L126 | ExpressRoute 回線、ゲートウェイ、ルーティング/ピアリング (IPv4/IPv6、BGP、NAT、フィルター)、Global Reach、監視、回復性、およびポータル、PowerShell、または CLI を介した VNet のリンクの構成と管理。 |
| 統合とコーディングパターン | L127-L133 | PowerShell または Azure CLI を使用した ExpressRoute 回線の作成/管理の自動化、および ExpressRoute Microsoft ピアリングを介して実行されるサイト間 VPN の構成。 |
| デプロイ | L134-L140 | ExpressRoute 回線/ゲートウェイのデプロイと移行、Direct SKU の理解、マルチサイト回復性のテスト、ARM テンプレート、PowerShell、および Terraform を使用したセットアップの自動化に関するガイド。 |
トラブルシューティング
| トピック | URL |
|---|---|
| 冗長な ExpressRoute 回線の回復性のテストと検証 | https://learn.microsoft.com/en-us/azure/expressroute/evaluate-circuit-resiliency |
| ExpressRoute を使用した非対称ルーティングの診断と解決 | https://learn.microsoft.com/en-us/azure/expressroute/expressroute-asymmetric-routing |
| サービス、コスト、接続に関する Azure ExpressRoute FAQ | https://learn.microsoft.com/en-us/azure/expressroute/expressroute-faqs |
ベストプラクティス
| トピック | URL |
|---|---|
| ExpressRoute 回線帯域幅のアップグレードに関するベストプラクティスの適用 | https://learn.microsoft.com/en-us/azure/expressroute/about-upgrade-circuit-bandwidth |
| BGP コミュニティを使用した複雑な ExpressRoute ネットワークの管理 | https://learn.microsoft.com/en-us/azure/expressroute/bgp-communities |
| ExpressRoute を介した Skype 音声の QoS 要件の適用 | https://learn.microsoft.com/en-us/azure/expressroute/expressroute-qos |
| レガシー ExpressRoute ゲートウェイ接続の新しいハードウェアへの移行 | https://learn.microsoft.com/en-us/azure/expressroute/howto-recreate-connections |
意思決定
| トピック | URL |
|---|---|
| ExpressRoute 仮想ネットワークゲートウェイの選択と計画 | https://learn.microsoft.com/en-us/azure/expressroute/expressroute-about-virtual-network-gateways |
| 適切な Azure ExpressRoute 接続モデルの選択 | https://learn.microsoft.com/en-us/azure/expressroute/expressroute-connectivity-models |
| ExpressRoute ゲートウェイ SKU 移行の計画と実行 | https://learn.microsoft.com/en-us/azure/expressroute/gateway-migration |
| Azure ExpressRoute コストの計画と管理 | https://learn.microsoft.com/en-us/azure/expressroute/plan-manage-cost |
| ExpressRoute を介した VNet 接続オプションの選択 | https://learn.microsoft.com/en-us/azure/expressroute/virtual-network-connectivity-guidance |
アーキテクチャと設計パターン
| トピック | URL |
|---|---|
| 弾力性のある Azure ExpressRoute ネットワークアーキテクチャの設計 | https://learn.microsoft.com/en-us/azure/expressroute/design-architecture-for-resiliency |
| ExpressRoute プライベートピアリングを使用したディザスターリカバリの設計 | https://learn.microsoft.com/en-us/azure/expressroute/designing-for-disaster-recovery-with-expressroute-privatepeering |
| Azure ExpressRoute の高可用性アーキテクチャ | https://learn.microsoft.com/en-us/azure/expressroute/designing-for-high-availability-with-expressroute |
| 複数の ExpressRoute 回線間のルーティングの最適化 | https://learn.microsoft.com/en-us/azure/expressroute/expressroute-optimize-routing |
| 共存する ExpressRoute と S2S VPN 接続のアーキテクチャ | https://learn.microsoft.com/en-us/azure/expressroute/how-to-configure-coexisting-gateway-portal |
| S の設計 |
(原文がここで切り詰められています)
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Azure ExpressRoute Skill
This skill provides expert guidance for Azure ExpressRoute. Covers troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. 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 | L37-L43 | Troubleshooting ExpressRoute resiliency and asymmetric routing issues, plus FAQs on connectivity models, supported services, bandwidth, and pricing to resolve design or outage-related questions. |
| Best Practices | L44-L51 | Best practices for ExpressRoute: upgrading circuit bandwidth, using BGP communities in complex topologies, QoS for Skype voice, and migrating to new gateway hardware. |
| Decision Making | L52-L60 | Guidance on choosing ExpressRoute connectivity models, VNets/gateways/SKUs, mapping providers to peering locations, and planning/migrating while managing ExpressRoute costs |
| Architecture & Design Patterns | L61-L71 | Designing resilient, highly available ExpressRoute topologies, multi-circuit routing, coexistence with S2S VPN, DR/backup patterns, and using Microsoft peering for PSTN services. |
| Limits & Quotas | L72-L79 | ExpressRoute bandwidth, route, and gateway limits, FastPath constraints, rate limiting on provider circuits, and how to monitor advertised routes to stay within quotas |
| Security | L80-L89 | Encryption (IPsec, MACsec), NAT rules, RBAC roles, and security best practices for protecting ExpressRoute circuits and traffic |
| Configuration | L90-L126 | Configuring and managing ExpressRoute circuits, gateways, routing/peering (IPv4/IPv6, BGP, NAT, filters), Global Reach, monitoring, resiliency, and linking VNets via portal, PowerShell, or CLI |
| Integrations & Coding Patterns | L127-L133 | Automating ExpressRoute circuit creation/management with PowerShell or Azure CLI, and configuring a site-to-site VPN that runs over ExpressRoute Microsoft peering. |
| Deployment | L134-L140 | Guides for deploying and migrating ExpressRoute circuits/gateways, understanding Direct SKUs, testing multi-site resiliency, and automating setup with ARM templates, PowerShell, and Terraform. |
Troubleshooting
| Topic | URL |
|---|---|
| Test and validate resiliency of redundant ExpressRoute circuits | https://learn.microsoft.com/en-us/azure/expressroute/evaluate-circuit-resiliency |
| Diagnose and resolve asymmetric routing with ExpressRoute | https://learn.microsoft.com/en-us/azure/expressroute/expressroute-asymmetric-routing |
| Azure ExpressRoute FAQ for services, costs, and connectivity | https://learn.microsoft.com/en-us/azure/expressroute/expressroute-faqs |
Best Practices
| Topic | URL |
|---|---|
| Apply best practices for upgrading ExpressRoute circuit bandwidth | https://learn.microsoft.com/en-us/azure/expressroute/about-upgrade-circuit-bandwidth |
| Manage complex ExpressRoute networks using BGP communities | https://learn.microsoft.com/en-us/azure/expressroute/bgp-communities |
| Apply QoS requirements for Skype voice over ExpressRoute | https://learn.microsoft.com/en-us/azure/expressroute/expressroute-qos |
| Migrate legacy ExpressRoute gateway connections to new hardware | https://learn.microsoft.com/en-us/azure/expressroute/howto-recreate-connections |
Decision Making
| Topic | URL |
|---|---|
| Select and plan ExpressRoute virtual network gateways | https://learn.microsoft.com/en-us/azure/expressroute/expressroute-about-virtual-network-gateways |
| Choose the right Azure ExpressRoute connectivity model | https://learn.microsoft.com/en-us/azure/expressroute/expressroute-connectivity-models |
| Plan and execute ExpressRoute gateway SKU migration | https://learn.microsoft.com/en-us/azure/expressroute/gateway-migration |
| Plan and manage Azure ExpressRoute costs | https://learn.microsoft.com/en-us/azure/expressroute/plan-manage-cost |
| Choose VNet connectivity options over ExpressRoute | https://learn.microsoft.com/en-us/azure/expressroute/virtual-network-connectivity-guidance |
Architecture & Design Patterns
Limits & Quotas
| Topic | URL |
|---|---|
| Evaluate ExpressRoute FastPath features and limits | https://learn.microsoft.com/en-us/azure/expressroute/about-fastpath |
| Monitor ExpressRoute advertised routes to avoid limits | https://learn.microsoft.com/en-us/azure/expressroute/how-to-custom-route-alert |
| Understand rate limiting on provider-based ExpressRoute circuits | https://learn.microsoft.com/en-us/azure/expressroute/provider-rate-limit |
| ExpressRoute scalable gateway features and limits | https://learn.microsoft.com/en-us/azure/expressroute/scalable-gateway |
Security
| Topic | URL |
|---|---|
| Use encryption options with Azure ExpressRoute | https://learn.microsoft.com/en-us/azure/expressroute/expressroute-about-encryption |
| Configure IPsec transport mode over ExpressRoute for Windows | https://learn.microsoft.com/en-us/azure/expressroute/expressroute-howto-ipsec-transport-private-windows |
| Configure MACsec security for Azure ExpressRoute | https://learn.microsoft.com/en-us/azure/expressroute/expressroute-howto-macsec |
| Apply NAT requirements for Azure ExpressRoute circuits | https://learn.microsoft.com/en-us/azure/expressroute/expressroute-nat |
| Roles and permissions for ExpressRoute resources | https://learn.microsoft.com/en-us/azure/expressroute/roles-permissions |
| Apply security best practices to Azure ExpressRoute | https://learn.microsoft.com/en-us/azure/expressroute/secure-expressroute |
Configuration
Integrations & Coding Patterns
| Topic | URL |
|---|---|
| Programmatically manage ExpressRoute circuits using Azure CLI | https://learn.microsoft.com/en-us/azure/expressroute/howto-circuit-cli |
| Create and manage ExpressRoute circuits using Azure CLI | https://learn.microsoft.com/en-us/azure/expressroute/howto-circuit-cli |
| Configure S2S VPN over ExpressRoute Microsoft peering | https://learn.microsoft.com/en-us/azure/expressroute/site-to-site-vpn-over-microsoft-peering |
Deployment
| Topic | URL |
|---|---|
| Migrate production workloads to a new ExpressRoute circuit | https://learn.microsoft.com/en-us/azure/expressroute/circuit-migration |
| Understand ExpressRoute Direct SKUs and technical requirements | https://learn.microsoft.com/en-us/azure/expressroute/expressroute-erdirect-about |
| Deploy an Azure ExpressRoute circuit via ARM template | https://learn.microsoft.com/en-us/azure/expressroute/expressroute-howto-circuit-resource-manager-template |
| Provision ExpressRoute circuit and gateway using Terraform | https://learn.microsoft.com/en-us/azure/expressroute/quickstart-create-expressroute-vnet-terraform |