Task scheduling for Azure

November 9, 2022 ยท View on GitHub

.NET

  1. Based on King.Service
  2. Tasks to initialize your Azure Storage resources
  • Create: Queues
  • Create: Tables
  • Create: Blob Containers
  1. Dequeue from Azure Storage Queues
  • Batches of messages
  • Shards for high throughput
  • Variable timing for cost savings
  1. 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.