azure-servicebus-dotnet Skill
Azure Service Bus SDK for .NET. Enterprise messaging with queues, topics, subscriptions, and sessions. Use for reliable message delivery, pub/sub patterns, dead letter handling, and background processing. Triggers: "Service Bus", "ServiceBusClient", "ServiceBusSender", "ServiceBusReceiver", "ServiceBusProcessor", "mess Published by microsoft in skills.
What is azure-servicebus-dotnet Skill?
Azure Service Bus SDK for .NET. Enterprise messaging with queues, topics, subscriptions, and sessions. Use for reliable message delivery, pub/sub patterns, dead letter handling, and background processing. Triggers: "Service Bus", "ServiceBusClient", "ServiceBusSender", "ServiceBusReceiver", "ServiceBusProcessor", "mess Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using skills
Technical details
- Install or run with Copy skill directory
When to use azure-servicebus-dotnet Skill
- Use it for developers using skills.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-dotnet/skills/azure-servicebus-dotnet/SKILL.md
What it does
Azure Service Bus SDK for .NET. Enterprise messaging with queues, topics, subscriptions, and sessions. Use for reliable message delivery, pub/sub patterns, dead letter handling, and background processing. Triggers: "Service Bus", "ServiceBusClient", "ServiceBusSender", "ServiceBusReceiver", "ServiceBusProcessor", "mess
Skill instructions
Azure.Messaging.ServiceBus (.NET) Enterprise messaging SDK for reliable message delivery with queues, topics, subscriptions, and sessions. Installation bash dotnet add package Azure.Messaging.ServiceBus dotnet add package Azure.Identity Current Version: v7.20.1 (stable) Environment Variables bash AZURESERVICEBUSFULLYQUALIFIEDNAMESPACE=<namespace.servicebus.windows.net Required: Service Bus fully qualified namespace AZURETOKENCREDENTIALS=prod Required only if DefaultAzureCredential is used in production AZURESERVICEBUSCONNECTIONSTRING=Endpoint=sb://... Alternative to Entra ID auth Authentication Microsoft Entra Token Credential csharp using Azure.Identity; using Azure.Messaging.ServiceBus; string fullyQualifiedNamespace = "<namespace.servicebus.windows.net"; // Local dev: DefaultAzureCredential. Production: set AZURETOKENCREDENTIALS=prod or AZURETOKENCREDENTIALS=<specificcredential var credential = new DefaultAzureCredential( DefaultAzureCredential.DefaultEnvironmentVariableName ); // O
Explore related resources
Frequently asked questions
What is azure-servicebus-dotnet?
azure-servicebus-dotnet is a open-source AI agent skill with Copy skill directory. Azure Service Bus SDK for .NET. Enterprise messaging with queues, topics, subscriptions, and sessions.
Who is azure-servicebus-dotnet best for?
azure-servicebus-dotnet is best for reusing agent instructions, scripts, and references.
How do I install azure-servicebus-dotnet?
Install or run azure-servicebus-dotnet using Copy skill directory. Check azure-servicebus-dotnet for the latest setup command.
Is azure-servicebus-dotnet actively maintained?
azure-servicebus-dotnet may need a closer maintenance check before production use.
Auto-fetched from GitHub.