azure-messaging

Diagnose Azure Messaging SDK connectivity, authentication, and message-processing failures.

Updated Dec 20, 2023
One-click install
npx skills add https://github.com/Thiago-Cruz-eng/Hibrygame --skill azure-messaging-thiago-cruz-eng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-messaging
Source: https://github.com/Thiago-Cruz-eng/Hibrygame/tree/main/.claude/skills/azure-messaging
Command: npx skills add https://github.com/Thiago-Cruz-eng/Hibrygame --skill azure-messaging-thiago-cruz-eng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you troubleshoot Azure Messaging SDK failures and message-processing problems for Event Hubs and Service Bus, reducing downtime caused by connection, authentication, or configuration errors.

Core Features & Use Cases

  • Guided diagnosis workflow: narrows the issue by SDK/language, health checks, error matching, and configuration validation.
  • Connectivity + authentication remediation: covers firewall/ports, private endpoints, WebSocket fallbacks, SAS expiry, RBAC/managed identity, and credential mismatches.
  • Message-processing issue handling: addresses lock/session loss, timeouts, receiver disconnects, event processor stoppage, and practical SDK tuning across supported languages.

Use case: Your Event Hubs consumer stops receiving events after a deployment, and your logs show AMQP link or timeout failures—this Skill helps you identify whether it’s a health/network/auth/config issue and what to change in the SDK settings.

Quick Start

Ask the AI to troubleshoot your Azure Messaging SDK error using the attached error message, the SDK language/version, and the affected Event Hub or Service Bus entity details.

Frequently Asked Questions about azure-messaging

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix message lock lost errors in Azure Service Bus SDK?

Message lock lost errors in Azure Service Bus occur when processing exceeds the lock duration. This diagnostic workflow matches your error to language-specific guides and recommends SDK tuning or lock renewal settings to remediate it.

Why does my Event Hubs receiver disconnect with AMQP errors after a deployment?

AMQP errors and receiver disconnects in Event Hubs are diagnosed by verifying resource health, validating connection strings, and checking network configurations like firewall ports or private endpoints to isolate the root cause.

What causes send or receive timeouts in Azure Messaging SDKs?

Send and receive timeouts in Azure Messaging SDKs are caused by connectivity, authentication, or configuration failures. Guided diagnosis validates critical settings like entity names and consumer groups to identify the exact failure point.

How do I troubleshoot Azure Service Bus authentication failures with managed identity?

Azure Service Bus authentication failures are remediated by validating RBAC permissions, managed identity credentials, and SAS token expiry. The workflow checks for credential mismatches and verifies access control configuration.

Can I use this to diagnose Event Hubs connection failures across different programming languages?

Yes, this troubleshooting workflow maps Azure Messaging SDK errors to language-specific guides, verifying resource health and validating SDK settings across supported languages for both Event Hubs and Service Bus.