andrejpk / queuesaver

Dump the contents of an Azure queue to the file system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QueueSaver

Downloads queue contents to the file system; used for a specific purpose but easily adapted.

Instructions

Create .env file or set the following environment variables:

QUEUE_CONNECTION_STRING=DefaultEndpointsProtocol=https;AccountName=.... QUEUE_NAME=myqueue OUT_PATH=J:\outputfolder

About

Dump the contents of an Azure queue to the file system

License:MIT License


Languages

Language:JavaScript 100.0%