Back to skills

azure-storage-queue-ts

infrastructure

Azure Queue Storage SDK for TypeScript and JavaScript. Wraps the `@azure/storage-queue` package to handle sending, receiving, peeking, updating, and deleting messages in Azure queues. Supports visibil

Setup & Installation

npx skills add https://github.com/microsoft/azure-storage-queue-ts --skill azure-storage-queue-ts
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/azure-storage-queue-ts
View on GitHub

What This Skill Does

Azure Queue Storage SDK for TypeScript and JavaScript. Wraps the `@azure/storage-queue` package to handle sending, receiving, peeking, updating, and deleting messages in Azure queues. Supports visibility timeouts, message encoding, batch operations, and SAS token generation. It handles visibility timeout management, Base64 encoding, and Azure auth complexity so you don't have to implement polling loops and error recovery from scratch.

When to use it

  • Working with azure storage queue ts functionality
  • Implementing azure storage queue ts features
  • Debugging azure storage queue ts related issues