https://github.com/jefking/king.service.azure
https://github.com/jefking/king.service.azure
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jefking/king.service.azure
- Owner: jefking
- License: mit
- Created: 2022-11-09T06:16:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-09T20:27:01.000Z (over 3 years ago)
- Last Synced: 2025-03-05T01:48:35.360Z (over 1 year ago)
- Language: C#
- Size: 71.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Task scheduling for Azure
[](https://github.com/jefking/King.Service.Azure/actions/workflows/dotnet.yml)
1. Based on [King.Service](https://github.com/jefking/King.Service)
2. Tasks to initialize your Azure Storage resources
+ Create: Queues
+ Create: Tables
+ Create: Blob Containers
4. Dequeue from Azure Storage Queues
+ Batches of messages
+ Shards for high throughput
+ Variable timing for cost savings
5. Extension for working with: [Service Bus](https://github.com/jefking/King.Service.ServiceBus)
# Ready, Set, Go!
## [NuGet](https://www.nuget.org/packages/King.Service.Azure)
```
PM> Install-Package King.Service.Azure
```
## [Demo Container](https://hub.docker.com/r/jefking/king.service.demo)
Create Azure Storage Account; Blob + Queue
### Pull
```
docker pull jefking/king.service.demo
```
### Run
```
docker run -it jefking/king.service.demo
```
## [Docs](https://github.com/jefking/King.Service/wiki)
View the [wiki](https://github.com/jefking/King.Service.Azure/wiki) to learn how to use this.