Back to skills

azure-servicebus-py

infrastructure

Azure Service Bus SDK for Python. Provides async and sync clients for sending and receiving messages via queues, topics, and subscriptions on Azure Service Bus. Supports sessions, scheduled messages,

Setup & Installation

npx skills add https://github.com/microsoft/azure-servicebus-py --skill azure-servicebus-py
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/azure-servicebus-py
View on GitHub

What This Skill Does

Azure Service Bus SDK for Python. Provides async and sync clients for sending and receiving messages via queues, topics, and subscriptions on Azure Service Bus. Supports sessions, scheduled messages, dead-letter queues, and batch operations. The SDK handles message locking, settlement, batching, and async I/O so you don't have to build reliable delivery guarantees from scratch over raw HTTP calls.

When to use it

  • Working with azure servicebus py functionality
  • Implementing azure servicebus py features
  • Debugging azure servicebus py related issues