Skip to content

jefking/King.Service.Azure

Repository files navigation

Task scheduling for Azure

.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!

PM> Install-Package King.Service.Azure

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>

View the wiki to learn how to use this.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages