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

azure-relay

Azure Relayのトラブルシューティング、セキュリティ、設定、統合、コーディングパターンなど、開発に関する専門知識を提供するSkillです。

📜 元の英語説明(参考)

Expert knowledge for Azure Relay development including troubleshooting, security, configuration, and integrations & coding patterns. Use when configuring Hybrid Connections, WCF relays, Entra ID/SAS auth, Private Link, or .NET/Node.js Relay clients, and other Azure Relay related development tasks. Not for Azure Service Bus (use azure-service-bus), Azure Event Hubs (use azure-event-hubs), Azure Web PubSub (use azure-web-pubsub), Azure Application Gateway (use azure-application-gateway).

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

一言でいうと

Azure Relayのトラブルシューティング、セキュリティ、設定、統合、コーディングパターンなど、開発に関する専門知識を提供するSkillです。

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

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o azure-relay.zip https://jpskill.com/download/5762.zip && unzip -o azure-relay.zip && rm azure-relay.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/5762.zip -OutFile "$d\azure-relay.zip"; Expand-Archive "$d\azure-relay.zip" -DestinationPath $d -Force; ri "$d\azure-relay.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して azure-relay.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → azure-relay フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

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

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

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

このスキルの使用方法

エージェントにとって重要: 関連するセクションを見つけるには、以下のカテゴリインデックスを使用してください。行範囲を持つカテゴリ(例: 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 を返します。

カテゴリインデックス

カテゴリ 説明
トラブルシューティング L32-L36 接続、認証、クォータ、構成エラーなど、一般的な Azure Relay の例外を診断および修正し、原因と解決策に関するガイダンスを提供します。
セキュリティ L37-L46 Azure Relay の認証とネットワークセキュリティ: Entra ID と SAS 認証、マネージド ID、IP ファイアウォール、仮想ネットワークルール、および Private Link Service の構成。
構成 L47-L51 Azure Relay のネットワークとファイアウォールの要件。Hybrid Connections と WCF リレーのために開くべきポート/プロトコルと、それらを構成する方法を含みます。
統合とコーディングパターン L52-L57 .NET および Node.js (WebSockets) から Azure Relay Hybrid Connections を使用する方法、およびカスタムクライアントと統合を実装するための低レベルプロトコルの詳細。

トラブルシューティング

トピック URL
一般的な Azure Relay の例外を解決する https://learn.microsoft.com/en-us/azure/azure-relay/relay-exceptions

セキュリティ

トピック URL
Entra ID を使用してアプリケーションを Azure Relay に認証する https://learn.microsoft.com/en-us/azure/azure-relay/authenticate-application
マネージド ID を使用して Azure Relay にアクセスする https://learn.microsoft.com/en-us/azure/azure-relay/authenticate-managed-identity
Azure Relay の IP ファイアウォールルールを構成する https://learn.microsoft.com/en-us/azure/azure-relay/ip-firewall-virtual-networks
Azure Relay のネットワークセキュリティを構成する https://learn.microsoft.com/en-us/azure/azure-relay/network-security
Private Link Service で Azure Relay を保護する https://learn.microsoft.com/en-us/azure/azure-relay/private-link-service
Azure Relay の SAS と Entra ID 認証を構成する https://learn.microsoft.com/en-us/azure/azure-relay/relay-authentication-and-authorization

構成

トピック URL
Azure Relay の必要なポート設定を構成する https://learn.microsoft.com/en-us/azure/azure-relay/relay-port-settings

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

トピック URL
Azure Relay Hybrid Connections .NET API を使用する https://learn.microsoft.com/en-us/azure/azure-relay/relay-hybrid-connections-dotnet-api-overview
Azure Relay Node.js WebSocket API を使用する https://learn.microsoft.com/en-us/azure/azure-relay/relay-hybrid-connections-node-ws-api-overview
Azure Relay Hybrid Connections プロトコルを実装する https://learn.microsoft.com/en-us/azure/azure-relay/relay-hybrid-connections-protocol
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Azure Relay Skill

This skill provides expert guidance for Azure Relay. Covers troubleshooting, 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
Troubleshooting L32-L36 Diagnosing and fixing common Azure Relay exceptions, including connection, authentication, quota, and configuration errors, with guidance on causes and resolutions.
Security L37-L46 Authentication and network security for Azure Relay: Entra ID and SAS auth, managed identities, IP firewall, virtual network rules, and Private Link Service configuration.
Configuration L47-L51 Network and firewall requirements for Azure Relay, including which ports/protocols to open for Hybrid Connections and WCF relays and how to configure them.
Integrations & Coding Patterns L52-L57 Using Azure Relay Hybrid Connections from .NET and Node.js (WebSockets), plus low-level protocol details for implementing custom clients and integrations

Troubleshooting

Topic URL
Resolve common Azure Relay exceptions https://learn.microsoft.com/en-us/azure/azure-relay/relay-exceptions

Security

Topic URL
Authenticate applications to Azure Relay with Entra ID https://learn.microsoft.com/en-us/azure/azure-relay/authenticate-application
Use managed identities to access Azure Relay https://learn.microsoft.com/en-us/azure/azure-relay/authenticate-managed-identity
Configure IP firewall rules for Azure Relay https://learn.microsoft.com/en-us/azure/azure-relay/ip-firewall-virtual-networks
Configure network security for Azure Relay https://learn.microsoft.com/en-us/azure/azure-relay/network-security
Secure Azure Relay with Private Link Service https://learn.microsoft.com/en-us/azure/azure-relay/private-link-service
Configure SAS and Entra ID auth for Azure Relay https://learn.microsoft.com/en-us/azure/azure-relay/relay-authentication-and-authorization

Configuration

Topic URL
Configure required port settings for Azure Relay https://learn.microsoft.com/en-us/azure/azure-relay/relay-port-settings

Integrations & Coding Patterns

Topic URL
Use Azure Relay Hybrid Connections .NET APIs https://learn.microsoft.com/en-us/azure/azure-relay/relay-hybrid-connections-dotnet-api-overview
Use Azure Relay Node.js WebSocket APIs https://learn.microsoft.com/en-us/azure/azure-relay/relay-hybrid-connections-node-ws-api-overview
Implement Azure Relay Hybrid Connections protocol https://learn.microsoft.com/en-us/azure/azure-relay/relay-hybrid-connections-protocol