azureazure-automationazure-runbookazure-scheduler

How to schedule runbook based on minutes in Azure automation Account


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


Solution

  • 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