Does a service exist in Azure that can schedule jobs which is more flexible and advanced than Logic Apps (since Azure Scheduler is retired)?
The problem with Logic Apps is the following from my point of view:
Only 10 different run times can be defined for the specific Logic Apps one for each trigger, hence having lots of jobs needs creating lots of Logic Apps
Logic App dictates the details of the job, because it is static, hence making it inflexible for custom job types.
Management of jobs is not possible, because no database exists to get, add, update or delete jobs.
It is a problem I personally have when trying to schedule for instance generation of specific screenshots of a website at specific times, another common problem could be scheduling a job that should send an ICMP ping to a server.
I have designed a solution for Azure for these problems and before I implement that, I would like to know if a solution already exists natively in Azure as a service or if there is a demand for a solution.
Please provide feedback.
