azure-storage-queue-ts Skill
Azure Queue Storage JavaScript/TypeScript SDK (@azure/storage-queue) for message queue operations. Use for sending, receiving, peeking, and deleting messages in queues. Supports visibility timeout, message encoding, and batch operations. Triggers: "queue storage", "@azure/storage-queue", "QueueServiceClient", "QueueCli Published by microsoft in skills.
What is azure-storage-queue-ts Skill?
Azure Queue Storage JavaScript/TypeScript SDK (@azure/storage-queue) for message queue operations. Use for sending, receiving, peeking, and deleting messages in queues. Supports visibility timeout, message encoding, and batch operations. Triggers: "queue storage", "@azure/storage-queue", "QueueServiceClient", "QueueCli 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-storage-queue-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-storage-queue-ts/SKILL.md
What it does
Azure Queue Storage JavaScript/TypeScript SDK (@azure/storage-queue) for message queue operations. Use for sending, receiving, peeking, and deleting messages in queues. Supports visibility timeout, message encoding, and batch operations. Triggers: "queue storage", "@azure/storage-queue", "QueueServiceClient", "QueueCli
Skill instructions
@azure/storage-queue (TypeScript/JavaScript) SDK for Azure Queue Storage operations — send, receive, peek, and manage messages in queues. Installation bash npm install @azure/storage-queue @azure/identity Current Version: 12.x Node.js: = 18.0.0 Environment Variables bash AZURESTORAGEACCOUNTNAME=<account-name AZURESTORAGEACCOUNTKEY=<account-key OR connection string AZURESTORAGECONNECTIONSTRING=DefaultEndpointsProtocol=https;AccountName=... AZURETOKENCREDENTIALS=prod Required only if DefaultAzureCredential is used in production Authentication Microsoft Entra Token Credential (Recommended) typescript import { QueueServiceClient } from "@azure/storage-queue"; 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
Explore related resources
Frequently asked questions
What is azure-storage-queue-ts?
azure-storage-queue-ts is a open-source AI agent skill with Copy skill directory. Azure Queue Storage JavaScript/TypeScript SDK (@azure/storage-queue) for message queue operations. Use for sending, receiving, peeking, and deleting messages in queues.
Who is azure-storage-queue-ts best for?
azure-storage-queue-ts is best for reusing agent instructions, scripts, and references.
How do I install azure-storage-queue-ts?
Install or run azure-storage-queue-ts using Copy skill directory. Check azure-storage-queue-ts for the latest setup command.
Is azure-storage-queue-ts actively maintained?
azure-storage-queue-ts may need a closer maintenance check before production use.
Auto-fetched from GitHub.