- Based on King.Service
- Tasks to initialize your Azure Storage resources
- Create: Queues
- Create: Tables
- Create: Blob Containers
- Dequeue from Azure Storage Queues
- Batches of messages
- Shards for high throughput
- Variable timing for cost savings
- Extension for working with: Service Bus
PM> Install-Package King.Service.Azure
Create Azure Storage Account; Blob + Queue
docker pull jefking/king.service.demo
docker run -it jefking/king.service.demo <YOUR STORAGE ACCOUNT CONNECTION>
View the wiki to learn how to use this.