azure-servicebus-ts Skill
Build messaging applications using Azure Service Bus SDK for JavaScript (@azure/service-bus). Use when implementing queues, topics/subscriptions, message sessions, dead-letter handling, or enterprise messaging patterns. Published by microsoft in skills.
What is azure-servicebus-ts Skill?
Build messaging applications using Azure Service Bus SDK for JavaScript (@azure/service-bus). Use when implementing queues, topics/subscriptions, message sessions, dead-letter handling, or enterprise messaging patterns. 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-ts Skill
- Use it for developers using skills.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-typescript/skills/azure-servicebus-ts/SKILL.md
What it does
Build messaging applications using Azure Service Bus SDK for JavaScript (@azure/service-bus). Use when implementing queues, topics/subscriptions, message sessions, dead-letter handling, or enterprise messaging patterns.
Skill instructions
Azure Service Bus SDK for TypeScript Enterprise messaging with queues, topics, and subscriptions. Installation bash npm install @azure/service-bus @azure/identity Environment Variables bash SERVICEBUSNAMESPACE=<namespace.servicebus.windows.net SERVICEBUSQUEUENAME=my-queue SERVICEBUSTOPICNAME=my-topic SERVICEBUSSUBSCRIPTIONNAME=my-subscription AZURETOKENCREDENTIALS=prod Required only if DefaultAzureCredential is used in production Authentication typescript import { ServiceBusClient } from "@azure/service-bus"; import { DefaultAzureCredential, ManagedIdentityCredential } from "@azure/identity"; // Local dev: DefaultAzureCredential. Production: set AZURETOKENCREDENTIALS=prod or AZURETOKENCREDENTIALS=<specificcredential const credential = new DefaultAzureCredential({requiredEnvVars: ["AZURETOKENCREDENTIALS"]}); // Or use a specific credential directly in production: // See https://learn.microsoft.com/javascript/api/overview/azure/identity-readme?view=azure-node-latestcredential-classes //
Explore related resources
Frequently asked questions
What is azure-servicebus-ts?
azure-servicebus-ts is a open-source AI agent skill with Copy skill directory. Build messaging applications using Azure Service Bus SDK for JavaScript (@azure/service-bus).
Who is azure-servicebus-ts best for?
azure-servicebus-ts is best for reusing agent instructions, scripts, and references.
How do I install azure-servicebus-ts?
Install or run azure-servicebus-ts using Copy skill directory. Check azure-servicebus-ts for the latest setup command.
Is azure-servicebus-ts actively maintained?
azure-servicebus-ts may need a closer maintenance check before production use.
Auto-fetched from GitHub.