返回 Skill 列表
extension
分类: 开发与工程无需 API Key

azure-messaging

排查并解决Event Hubs和服务总线的Azure消息传递SDK问题。涵盖连接失败、身份验证错误、消息处理问题以及SDK配置问题。适用场景:事件中心SDK错误,服务总线SDK问题,消息传递连接失败,AMQP错误,事件处理器主机问题,消息锁丢失,发送超时,接收器断开连接,SDK故障排除,Azure消息传递SDK,事件中心消费者,服务总线队列问题,主题订阅错误,启用事件中心日志记录,服务总线日志记录,eventhub python,servicebus java,eventhub javascript,servicebus dotnet,事件中心检查点,事件中心未接收到消息,服务总线死信 不适用场景:创建事件中心或服务总线资源(使用azure-prepare),成本分析(使用azure-cost-optimization)

person作者: jakexiaohubgithub

Azure Messaging SDK Troubleshooting

Quick Reference

| Property | Value | |----------|-------| | Services | Azure Event Hubs, Azure Service Bus | | MCP Tools | mcp_azure_mcp_eventhubs, mcp_azure_mcp_servicebus | | Best For | Diagnosing SDK connection, auth, and message processing issues |

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)

MCP Tools

| Tool | Command | Use | |------|---------|-----| | mcp_azure_mcp_eventhubs | Namespace/hub ops | List namespaces, hubs, consumer groups | | mcp_azure_mcp_servicebus | Queue/topic ops | List 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 search | Search Microsoft Learn for troubleshooting docs |

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

Connectivity Troubleshooting

See Service Troubleshooting Guide for ports, WebSocket fallback, IP firewall, private endpoints, and service tags.

SDK Troubleshooting Guides

References

Use mcp_azure_mcp_documentation to search Microsoft Learn for latest guidance. See Service Troubleshooting Guide for network and service-level docs.