---
id: sm-azure-messaging
name: "azure-messaging"
url: https://skills.yangsir.net/skill/sm-azure-messaging
author: microsoft
domain: cloud-infra
tags: ["azure-service-bus", "azure-event-hubs", "azure-queue-storage", "message-queues", "event-driven-architecture"]
install_count: 318200
rating: 4.90 (2000 reviews)
github: https://github.com/microsoft/github-copilot-for-azure
---

# azure-messaging

> 专注于Azure消息传递服务，如Service Bus和Event Hubs，协助用户构建高可用、可伸缩的分布式消息系统，实现服务间高效通信。

**Stats**: 318,200 installs · 4.9/5 (2000 reviews)

## Before / After 对比

### Azure消息服务集成与管理

## Readme

# azure-messaging

# 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

- **Identify the SDK and version** — Ask which language SDK and version the user is on

- **Check resource health** — Use `mcp_azure_mcp_resourcehealth` to verify the namespace is healthy

- **Review the error message** — Match against language-specific troubleshooting guide

- **Look up documentation** — Use `mcp_azure_mcp_documentation` to search Microsoft Learn for the error or topic

- **Check configuration** — Verify connection string, entity name, consumer group

- **Recommend fix** — Apply remediation, citing documentation found

## Connectivity Troubleshooting

See [Service Troubleshooting Guide](https://github.com/microsoft/github-copilot-for-azure/blob/HEAD/plugin/skills/azure-messaging/references/service-troubleshooting.md) for ports, WebSocket fallback, IP firewall, private endpoints, and service tags.

## SDK Troubleshooting Guides

- **Event Hubs**: [Python](https://github.com/microsoft/github-copilot-for-azure/blob/HEAD/plugin/skills/azure-messaging/references/sdk/azure-eventhubs-py.md) | [Java](https://github.com/microsoft/github-copilot-for-azure/blob/HEAD/plugin/skills/azure-messaging/references/sdk/azure-eventhubs-java.md) | [JS](https://github.com/microsoft/github-copilot-for-azure/blob/HEAD/plugin/skills/azure-messaging/references/sdk/azure-eventhubs-js.md) | [.NET](https://github.com/microsoft/github-copilot-for-azure/blob/HEAD/plugin/skills/azure-messaging/references/sdk/azure-eventhubs-dotnet.md)

- **Service Bus**: [Python](https://github.com/microsoft/github-copilot-for-azure/blob/HEAD/plugin/skills/azure-messaging/references/sdk/azure-servicebus-py.md) | [Java](https://github.com/microsoft/github-copilot-for-azure/blob/HEAD/plugin/skills/azure-messaging/references/sdk/azure-servicebus-java.md) | [JS](https://github.com/microsoft/github-copilot-for-azure/blob/HEAD/plugin/skills/azure-messaging/references/sdk/azure-servicebus-js.md) | [.NET](https://github.com/microsoft/github-copilot-for-azure/blob/HEAD/plugin/skills/azure-messaging/references/sdk/azure-servicebus-dotnet.md)

## References

Use `mcp_azure_mcp_documentation` to search Microsoft Learn for latest guidance. See [Service Troubleshooting Guide](https://github.com/microsoft/github-copilot-for-azure/blob/HEAD/plugin/skills/azure-messaging/references/service-troubleshooting.md) for network and service-level docs.
Weekly Installs92.4KRepository[microsoft/githu…or-azure](https://github.com/microsoft/github-copilot-for-azure)GitHub Stars157First SeenFeb 20, 2026Security Audits[Gen Agent Trust HubPass](/microsoft/github-copilot-for-azure/azure-messaging/security/agent-trust-hub)[SocketPass](/microsoft/github-copilot-for-azure/azure-messaging/security/socket)[SnykPass](/microsoft/github-copilot-for-azure/azure-messaging/security/snyk)Installed ongithub-copilot92.3Kcodex324gemini-cli312opencode286cursor278amp276

---
*Source: https://skills.yangsir.net/skill/sm-azure-messaging*
*Markdown mirror: https://skills.yangsir.net/api/skill/sm-azure-messaging/markdown*