azure-messaging
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAzure Messaging SDK Troubleshooting
Azure Messaging SDK故障排查
Quick Reference
快速参考
| Property | Value |
|---|---|
| Services | Azure Event Hubs, Azure Service Bus |
| MCP Tools | |
| Best For | Diagnosing SDK connection, auth, and message processing issues |
| 属性 | 值 |
|---|---|
| 服务 | Azure Event Hubs、Azure Service Bus |
| MCP工具 | |
| 最佳适用场景 | 诊断SDK连接、身份验证和消息处理问题 |
When to Use This Skill
何时使用此技能
- SDK connection failures, auth errors, or AMQP link errors
- Message lock lost, session lock, or send/receive timeouts
- Event processor or message handler stops processing
- SDK configuration questions (retry, prefetch, batch size)
- SDK连接失败、身份验证错误或AMQP链接错误
- 消息锁丢失、会话锁或发送/接收超时
- 事件处理器或消息处理程序停止处理
- SDK配置相关问题(重试、预取、批量大小)
MCP Tools
MCP工具
| Tool | Command | Use |
|---|---|---|
| Namespace/hub ops | List namespaces, hubs, consumer groups |
| Queue/topic ops | List namespaces, queues, topics, subscriptions |
| | Query diagnostic logs with KQL |
| | Check service health status |
| Doc search | Search Microsoft Learn for troubleshooting docs |
| 工具 | 命令 | 用途 |
|---|---|---|
| 命名空间/中心操作 | 列出命名空间、事件中心、消费者组 |
| 队列/主题操作 | 列出命名空间、队列、主题、订阅 |
| | 使用KQL查询诊断日志 |
| | 检查服务运行状况状态 |
| 文档搜索 | 在Microsoft Learn中搜索故障排查文档 |
Diagnosis Workflow
诊断工作流
- Identify the SDK and version — Ask which language SDK and version the user is on
- Check resource health — Use to verify the namespace is healthy
mcp_azure_mcp_resourcehealth - Review the error message — Match against language-specific troubleshooting guide
- Look up documentation — Use to search Microsoft Learn for the error or topic
mcp_azure_mcp_documentation - Check configuration — Verify connection string, entity name, consumer group
- Recommend fix — Apply remediation, citing documentation found
- 确定SDK和版本 — 询问用户使用的是哪种语言的SDK及其版本
- 检查资源运行状况 — 使用验证命名空间是否正常运行
mcp_azure_mcp_resourcehealth - 查看错误消息 — 对照特定语言的故障排查指南进行匹配
- 查阅文档 — 使用在Microsoft Learn中搜索该错误或相关主题
mcp_azure_mcp_documentation - 检查配置 — 验证连接字符串、实体名称、消费者组
- 推荐修复方案 — 应用修复措施,并引用找到的文档
Connectivity Troubleshooting
连接性故障排查
See Service Troubleshooting Guide for ports, WebSocket fallback, IP firewall, private endpoints, and service tags.
有关端口、WebSocket回退、IP防火墙、专用终结点和服务标记的内容,请参阅服务故障排查指南。
SDK Troubleshooting Guides
SDK故障排查指南
- Event Hubs: Python | Java | JS | .NET
- Service Bus: Python | Java | JS | .NET
- Event Hubs:Python | Java | JS | .NET
- Service Bus:Python | Java | JS | .NET
References
参考资料
Use to search Microsoft Learn for latest guidance. See Service Troubleshooting Guide for network and service-level docs.
mcp_azure_mcp_documentation使用在Microsoft Learn中搜索最新指南。有关网络和服务级别的文档,请参阅服务故障排查指南。
mcp_azure_mcp_documentation