As CodeGuru moves to the cloud, there should be a way to run pre-live wars (submissions 1 and 2) in the cloud. Azure was chosen as the cloud provider due to its support for nonprofits.
Possible options:
- Containerize the engine and listen to HTTP requests/Service Bus messages with the survivor data
- Same as above, but read the survivors from Azure Storage
- Use Azure Functions to run the battles.
Additional considerations:
- Where are the results stored?
- Where do the logs go?
- What is the best way to run battles concurrently?
As CodeGuru moves to the cloud, there should be a way to run pre-live wars (submissions 1 and 2) in the cloud. Azure was chosen as the cloud provider due to its support for nonprofits.
Possible options:
Additional considerations: