0

How to schedule automatically execute runbooks based on minutes instead of hours in Microsoft azure automation account?

Amit Baranes
  • 7,398
  • 2
  • 31
  • 53

1 Answers1

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