How to schedule automatically execute runbooks based on minutes instead of hours in Microsoft azure automation account?
Asked
Active
Viewed 1,833 times
1 Answers
1
hm, I thought this was possible, but it appears not. you can create multiple hourly schedules for this (if you want it to start every 10 minutes - create 6 hourly schedules), you can create an azure function timer triggered and just start your runbook with that (more hacky, I guess) or create an external event that would start the runbook using the Azure API or, perhaps, via a webhook

4c74356b41
- 69,186
- 6
- 100
- 141
-
I think this is the only option we can do run the scheduler based on minutes – Muthusankar Mar 24 '20 at 07:41