
Azure Messaging
- 470k installs
- 1.3k repo stars
- Updated July 26, 2026
- microsoft/azure-skills
Azure Messaging is a Claude skill that troubleshoots Azure Event Hubs and Service Bus SDK connection, authentication, and message-processing errors.
About
This skill helps diagnose and resolve problems with the Azure Messaging SDKs for Event Hubs and Service Bus. It covers connection failures, authentication and AMQP link errors, message lock and session lock issues, checkpoint and offset resets, and SDK configuration. A developer uses it when a messaging SDK throws errors or an event processor stops handling messages. It works through resource health, diagnostic logs and documentation to recommend a remediation.
- Troubleshoots Azure Event Hubs and Service Bus SDK connection, auth and AMQP link errors
- Follows a 6-step diagnosis workflow: SDK/version, resource health, error match, docs, config, fix
- Uses Azure MCP tools for resource health, KQL log queries and Microsoft Learn doc search
Azure Messaging by the numbers
- 470,480 all-time installs (skills.sh)
- Security screen: LOW risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
azure-messaging capabilities & compatibility
- Capabilities
- sdk troubleshooting · log query · resource health check · error diagnosis
- Works with
- azure
- Use cases
- debugging
- Pricing
- Free
What azure-messaging says it does
Troubleshoot and resolve issues with Azure Messaging SDKs for Event Hubs and Service Bus.
Diagnosing SDK connection, auth, and message processing issues
npx skills add https://github.com/microsoft/azure-skills --skill azure-messagingAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 470k |
|---|---|
| repo stars | ★ 1.3k |
| Security audit | 3 / 3 scanners passed |
| Last updated | July 26, 2026 |
| Repository | microsoft/azure-skills ↗ |
What it does
Diagnose and resolve Azure Event Hubs and Service Bus SDK connection, auth, and message-processing failures.
Who is it for?
Diagnosing SDK connection, auth, and message processing issues
Skip if: Creating messaging namespaces or writing new producer/consumer applications from scratch
When should I use this skill?
An Event Hubs or Service Bus SDK throws connection, auth, lock, or checkpoint errors
What you get
A matched root cause and a documented remediation for the messaging SDK failure.
- SDK fix recommendations
- logging configuration steps
By the numbers
- 6-step diagnosis workflow
- 5 documented MCP tools
Files
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
- Idle timeout, connection inactivity, or slow reconnection after disconnect
- AMQP link detach or detach-forced errors
- Message lock lost, message lock expired, lock renewal failures, or batch lock timeouts
- Session lock lost, session lock expired, or session receiver errors
- Event processor or message handler stops processing
- Duplicate events or checkpoint offset resets
- SDK configuration questions (retry, prefetch, batch size, receive batch behavior)
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 — Check the prompt for SDK and version clues; if not stated, proceed with diagnosis and ask later if needed 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
Troubleshooting Guides
Connectivity, SDK, and auth troubleshooting guides are located in the azure-diagnostics skill under troubleshooting/messaging/.
References
- Use
mcp_azure_mcp_documentationto search Microsoft Learn for latest guidance.
Related skills
How it compares
Use azure-messaging for SDK-level messaging failures rather than compute, deployment, or general Azure provisioning skills.
FAQ
Which Azure messaging services does azure-messaging cover?
azure-messaging covers Azure Event Hubs and Azure Service Bus SDK troubleshooting, including connection failures, authentication errors, message processing issues, and SDK configuration problems across common language SDKs.
What errors does azure-messaging help fix?
azure-messaging helps fix AMQP errors, send timeouts, receiver disconnected events, message lock lost or expired states, lock renewal batch failures, and Event Processor Host consumer issues in Event Hubs and Service Bus applications.
Is Azure Messaging safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.