Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Diagnose Azure service issues, query logs, and troubleshoot failures using GitHub Copilot for Azure
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
troubleshooting/messaging/README.md
1# Azure Messaging Troubleshooting23Diagnose and resolve issues with Azure Event Hubs and Service Bus SDKs.45## Routing67| Symptom | Guide |8|---------|-------|9| Connection failures, firewall, IP/VNet, WebSocket | [service-troubleshooting.md](service-troubleshooting.md) |10| SDK-specific errors (see language below) | Language guide |1112## SDK Troubleshooting by Language1314- **Event Hubs**: [Python](azure-eventhubs-py.md) | [Java](azure-eventhubs-java.md) | [JS](azure-eventhubs-js.md) | [.NET](azure-eventhubs-dotnet.md)15- **Service Bus**: [Python](azure-servicebus-py.md) | [Java](azure-servicebus-java.md) | [JS](azure-servicebus-js.md) | [.NET](azure-servicebus-dotnet.md)1617## Common Issues1819| Issue | Category |20|-------|----------|21| AMQP link detach, idle timeout, connection inactive | [service-troubleshooting.md](service-troubleshooting.md) |22| Message lock lost/expired, lock renewal failures | Language-specific SDK guide |23| Session lock errors, session receiver detach | Language-specific SDK guide |24| Duplicate events, checkpoint/offset reset | Language-specific SDK guide |25| Batch >1 MB rejected, partition key conflicts | [service-troubleshooting.md](service-troubleshooting.md) |2627## MCP Tools2829| Tool | Use |30|------|-----|31| `mcp_azure_mcp_eventhubs` | List namespaces, hubs, consumer groups |32| `mcp_azure_mcp_servicebus` | List namespaces, queues, topics, subscriptions |33| `mcp_azure_mcp_monitor` | Query diagnostic logs with KQL |34| `mcp_azure_mcp_resourcehealth` | Check service health status |35| `mcp_azure_mcp_documentation` | Search Microsoft Learn for troubleshooting docs |36