Setup & Installation
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
