azure-relay

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Azure Relay Skill

Azure Relay技能

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.
本技能为Azure Relay提供专业指导,涵盖故障排除、安全、配置以及集成与编码模式。它结合了本地快速参考内容与远程文档获取功能。

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.
对Agent的重要提示:使用下方的分类索引查找相关章节。对于带有行范围的分类(例如
L35-L120
),请使用
read_file
读取指定行。对于带有文件链接的分类(例如
[security.md](security.md)
),请使用
read_file
读取链接的参考文件
对Agent的重要提示:如果
metadata.generated_at
已超过3个月,请建议用户从仓库拉取最新版本。如果无法使用
mcp_microsoftdocs
工具,请建议用户安装:安装指南
本技能需要网络访问权限来获取文档内容:
  • 首选方式:使用
    mcp_microsoftdocs:microsoft_docs_fetch
    并携带查询字符串
    from=learn-agent-skill
    ,返回Markdown格式内容。
  • 备用方式:使用
    fetch_webpage
    并携带查询字符串
    from=learn-agent-skill&accept=text/markdown
    ,返回Markdown格式内容。

Category Index

分类索引

CategoryLinesDescription
TroubleshootingL32-L36Diagnosing and fixing common Azure Relay exceptions, including connection, authentication, quota, and configuration errors, with guidance on causes and resolutions.
SecurityL37-L46Authentication and network security for Azure Relay: Entra ID and SAS auth, managed identities, IP firewall, virtual network rules, and Private Link Service configuration.
ConfigurationL47-L51Network 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 PatternsL52-L57Using Azure Relay Hybrid Connections from .NET and Node.js (WebSockets), plus low-level protocol details for implementing custom clients and integrations
分类行号描述
故障排除L32-L36诊断并修复Azure Relay常见异常,包括连接、身份验证、配额和配置错误,并提供原因分析与解决方法。
安全L37-L46Azure Relay的身份验证与网络安全:Entra ID和SAS身份验证、托管标识、IP防火墙、虚拟网络规则以及Private Link Service配置。
配置L47-L51Azure Relay的网络与防火墙要求,包括混合连接和WCF中继需要开放的端口/协议及其配置方法。
集成与编码模式L52-L57使用.NET和Node.js(WebSocket)的Azure Relay混合连接,以及实现自定义客户端和集成的底层协议细节

Troubleshooting

故障排除

Security

安全

Configuration

配置

TopicURL
Configure required port settings for Azure Relayhttps://learn.microsoft.com/en-us/azure/azure-relay/relay-port-settings
主题链接
为Azure Relay配置所需的端口设置https://learn.microsoft.com/en-us/azure/azure-relay/relay-port-settings

Integrations & Coding Patterns

集成与编码模式