Task scheduling for Azure
November 9, 2022 ยท View on GitHub
- 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
Ready, Set, Go!
NuGet
PM> Install-Package King.Service.Azure
Demo Container
Create Azure Storage Account; Blob + Queue
Pull
docker pull jefking/king.service.demo
Run
docker run -it jefking/king.service.demo <YOUR STORAGE ACCOUNT CONNECTION>
Docs
View the wiki to learn how to use this.