What problem does it solve? Azure Event Hubs and Service Bus applications fail in production with cryptic AMQP errors, lock losses, connection drops, and authentication failures that are hard to diagnose without deep SDK knowledge. This Skill provides structured troubleshooting workflows and language-specific error references to identify root causes and apply the correct fix. ## Core Features & Use Cases - Guided Diagnosis Workflow: A six-step process that identifies the SDK and version, checks resource health via Azure MCP tools, matches errors against troubleshooting guides, and recommends documented fixes. - Language-Specific SDK Guides: Detailed error tables, logging configuration, and retry settings for Event Hubs and Service Bus across .NET, Java, JavaScript, and Python. - Service-Level Troubleshooting: Covers connectivity issues including firewall ports, WebSocket fallback, IP allowlists, private endpoints, and transient network failures. - Use Case: A developer sees MessageLockLost errors in a Python Service Bus consumer. The Skill matches the error to the Python guide, explains that processing exceeded the lock duration, and provides the AutoLockRenewer code pattern to fix it. ## Quick Start Ask the agent to troubleshoot your Azure messaging error, for example: my Event Hubs consumer keeps getting disconnected with a ConsumerDisconnected exception, help me diagnose it.