Currently, we have a VM where Windows Scheduler is used to execute the console app with the argument. For each schedule frequency, a different value is passed as an argument.
Is it possible to move this background task to Azure Cloud (PaaS) so as not to become attached to SDK? If so, what services could be used?
I researched Azure Functions, but it allows only a single time trigger for the function, and we do not want to modify codebase of the old app.