Skip to content

Signiant/azure-queue-poll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azure-queue-poll

Polls an Azure storage queue for messages and writes to STOUT

Config file format

{
	"account": "AZURE STORAGE ACCOUNT NAME", 
	"key": "AZURE STORAGE ACCOUNT KEY",
	"queue": "AZURE STORAGE QUEUE NAME"
}

Sample docker run command showing how to mount the config file into the container using a data volume on the local docker host :

docker run -d --privileged=true \
              -v /my/local/folder/qbranch_config.json:/usr/src/app/qbranch_config.json \
              --name azure_queue_poll \
              signiant/azure-queue-poll

About

Polls an Azure Storage Queue for messages and writes them to syslog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages