Setup & Installation
What This Skill Does
Wraps the Azure Service Bus JavaScript SDK to send and receive messages using queues, topics, and subscriptions. Covers sessions, dead-letter handling, scheduled delivery, and message deferral. Works with Entra ID authentication via DefaultAzureCredential. Using the SDK directly handles connection management, batching, and lock renewal that you'd otherwise wire up manually against the REST API.
When to use it
- Working with azure servicebus ts functionality
- Implementing azure servicebus ts features
- Debugging azure servicebus ts related issues
