Azure Servicebus Dotnet
Sends/receives messages to/from Azure Service Bus queues using .NET code for reliable asynchronous communication.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add azure-servicebus-dotnet npx -- -y @trustedskills/azure-servicebus-dotnet
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"azure-servicebus-dotnet": {
"command": "npx",
"args": [
"-y",
"@trustedskills/azure-servicebus-dotnet"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with Azure Service Bus queues and topics using .NET. It enables sending messages, receiving messages, creating queues/topics (if permissions allow), and managing basic queue properties like message count. The skill provides a programmatic interface for integrating service bus functionality into agent workflows.
When to use it
- Order processing: An AI agent can receive order details from an external system via Service Bus and initiate fulfillment processes.
- Event-driven architecture: Agents can subscribe to topics in Service Bus to react to events like inventory changes or customer updates.
- Background task management: Offload long-running tasks by sending messages to a queue, allowing the agent to remain responsive.
- System integration: Integrate with existing .NET applications that utilize Azure Service Bus for messaging.
Key capabilities
- Send messages to queues and topics
- Receive messages from queues and subscriptions
- Create queues (with appropriate permissions)
- Manage queue properties (e.g., message count)
- Uses the Microsoft Azure SDK for .NET
Example prompts
- "Send a message to the 'order-queue' with the content: 'New order received'."
- "Receive and process messages from the 'inventory-topic/updates' subscription."
- "Create a queue named 'log-processing-queue'."
Tips & gotchas
- Requires appropriate Azure Service Bus connection string and credentials.
- Ensure the agent has necessary permissions to create queues or topics if that functionality is needed.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.