azure-relay
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAzure 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.,), useL35-L120with the specified lines. For categories with file links (e.g.,read_file), use[security.md](security.md)on the linked reference fileread_file
IMPORTANT for Agent: Ifis more than 3 months old, suggest the user pull the latest version from the repository. Ifmetadata.generated_attools are not available, suggest the user install it: Installation Guidemcp_microsoftdocs
This skill requires network access to fetch documentation content:
- Preferred: Use with query string
mcp_microsoftdocs:microsoft_docs_fetch. Returns Markdown.from=learn-agent-skill - Fallback: Use with query string
fetch_webpage. Returns Markdown.from=learn-agent-skill&accept=text/markdown
对Agent的重要提示:使用下方的分类索引查找相关章节。对于带有行范围的分类(例如),请使用L35-L120读取指定行。对于带有文件链接的分类(例如read_file),请使用[security.md](security.md)读取链接的参考文件read_file
本技能需要网络访问权限来获取文档内容:
- 首选方式:使用并携带查询字符串
mcp_microsoftdocs:microsoft_docs_fetch,返回Markdown格式内容。from=learn-agent-skill - 备用方式:使用并携带查询字符串
fetch_webpage,返回Markdown格式内容。from=learn-agent-skill&accept=text/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 |
| 分类 | 行号 | 描述 |
|---|---|---|
| 故障排除 | L32-L36 | 诊断并修复Azure Relay常见异常,包括连接、身份验证、配额和配置错误,并提供原因分析与解决方法。 |
| 安全 | L37-L46 | Azure Relay的身份验证与网络安全:Entra ID和SAS身份验证、托管标识、IP防火墙、虚拟网络规则以及Private Link Service配置。 |
| 配置 | L47-L51 | Azure Relay的网络与防火墙要求,包括混合连接和WCF中继需要开放的端口/协议及其配置方法。 |
| 集成与编码模式 | L52-L57 | 使用.NET和Node.js(WebSocket)的Azure Relay混合连接,以及实现自定义客户端和集成的底层协议细节 |
Troubleshooting
故障排除
| Topic | URL |
|---|---|
| Resolve common Azure Relay exceptions | https://learn.microsoft.com/en-us/azure/azure-relay/relay-exceptions |
| 主题 | 链接 |
|---|---|
| 解决Azure Relay常见异常 | 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 |
| 主题 | 链接 |
|---|---|
| 使用Entra ID对Azure Relay应用程序进行身份验证 | https://learn.microsoft.com/en-us/azure/azure-relay/authenticate-application |
| 使用托管标识访问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 |
Configuration
配置
| Topic | URL |
|---|---|
| Configure required port settings for Azure Relay | https://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
集成与编码模式
| 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 |
| 主题 | 链接 |
|---|---|
| 使用Azure Relay混合连接.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混合连接协议 | https://learn.microsoft.com/en-us/azure/azure-relay/relay-hybrid-connections-protocol |