·azure-servicebus-py
</>

azure-servicebus-py

microsoft/agent-skills

Azure Service Bus SDK for Python messaging. Use for queues, topics, subscriptions, and enterprise messaging patterns. Triggers: "service bus", "ServiceBusClient", "queue", "topic", "subscription", "message broker".

1Installs·0Trend·@microsoft

Installation

$npx skills add https://github.com/microsoft/agent-skills --skill azure-servicebus-py

SKILL.md

Enterprise messaging for reliable cloud communication with queues and pub/sub topics.

| ServiceBusClient | Connection management | Direct instantiation | | ServiceBusSender | Send messages | client.getqueuesender() / gettopicsender() | | ServiceBusReceiver | Receive messages | client.getqueuereceiver() / getsubscriptionreceiver() |

| PEEKLOCK (default) | Message locked, must complete/abandon | Reliable processing | | RECEIVEANDDELETE | Removed immediately on receive | At-most-once delivery |

Azure Service Bus SDK for Python messaging. Use for queues, topics, subscriptions, and enterprise messaging patterns. Triggers: "service bus", "ServiceBusClient", "queue", "topic", "subscription", "message broker". Source: microsoft/agent-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/microsoft/agent-skills --skill azure-servicebus-py
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is azure-servicebus-py?

Azure Service Bus SDK for Python messaging. Use for queues, topics, subscriptions, and enterprise messaging patterns. Triggers: "service bus", "ServiceBusClient", "queue", "topic", "subscription", "message broker". Source: microsoft/agent-skills.

How do I install azure-servicebus-py?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/microsoft/agent-skills --skill azure-servicebus-py Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/microsoft/agent-skills