azure-messaging

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Azure Messaging SDK Troubleshooting

Azure Messaging SDK故障排查

Quick Reference

快速参考

PropertyValue
ServicesAzure Event Hubs, Azure Service Bus
MCP Tools
mcp_azure_mcp_eventhubs
,
mcp_azure_mcp_servicebus
Best ForDiagnosing SDK connection, auth, and message processing issues
属性
服务Azure Event Hubs、Azure Service Bus
MCP工具
mcp_azure_mcp_eventhubs
mcp_azure_mcp_servicebus
最佳适用场景诊断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工具

ToolCommandUse
mcp_azure_mcp_eventhubs
Namespace/hub opsList namespaces, hubs, consumer groups
mcp_azure_mcp_servicebus
Queue/topic opsList namespaces, queues, topics, subscriptions
mcp_azure_mcp_monitor
logs_query
Query diagnostic logs with KQL
mcp_azure_mcp_resourcehealth
get
Check service health status
mcp_azure_mcp_documentation
Doc searchSearch Microsoft Learn for troubleshooting docs
工具命令用途
mcp_azure_mcp_eventhubs
命名空间/中心操作列出命名空间、事件中心、消费者组
mcp_azure_mcp_servicebus
队列/主题操作列出命名空间、队列、主题、订阅
mcp_azure_mcp_monitor
logs_query
使用KQL查询诊断日志
mcp_azure_mcp_resourcehealth
get
检查服务运行状况状态
mcp_azure_mcp_documentation
文档搜索在Microsoft Learn中搜索故障排查文档

Diagnosis Workflow

诊断工作流

  1. Identify the SDK and version — Ask which language SDK and version the user is on
  2. Check resource health — Use
    mcp_azure_mcp_resourcehealth
    to verify the namespace is healthy
  3. Review the error message — Match against language-specific troubleshooting guide
  4. Look up documentation — Use
    mcp_azure_mcp_documentation
    to search Microsoft Learn for the error or topic
  5. Check configuration — Verify connection string, entity name, consumer group
  6. Recommend fix — Apply remediation, citing documentation found
  1. 确定SDK和版本 — 询问用户使用的是哪种语言的SDK及其版本
  2. 检查资源运行状况 — 使用
    mcp_azure_mcp_resourcehealth
    验证命名空间是否正常运行
  3. 查看错误消息 — 对照特定语言的故障排查指南进行匹配
  4. 查阅文档 — 使用
    mcp_azure_mcp_documentation
    在Microsoft Learn中搜索该错误或相关主题
  5. 检查配置 — 验证连接字符串、实体名称、消费者组
  6. 推荐修复方案 — 应用修复措施,并引用找到的文档

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 HubsPython | Java | JS | .NET
  • Service BusPython | Java | JS | .NET

References

参考资料

Use
mcp_azure_mcp_documentation
to search Microsoft Learn for latest guidance. See Service Troubleshooting Guide for network and service-level docs.
使用
mcp_azure_mcp_documentation
在Microsoft Learn中搜索最新指南。有关网络和服务级别的文档,请参阅服务故障排查指南