Create a mechanism to execute SACRED on Azure Functions
ccdigix opened this issue · 0 comments
ccdigix commented
Currently SACRED executes everything relatively locally, however it would be nice to have the option to run the codebase in a serverless manner on Azure Functions. This should be possible due to the modular nature of SACRED and would then allow the use of Function timer triggers to create schedules. SACRED would also be able to run securely as the managed identity of the Function.