0

We have a recruitment where we need to run Automation Runbook Quarterly or Once in a year or twice in a year. But, by default we have only till month. Is there any other way trigger the runbook as mentioned above.

Thank you.

user6264
  • 175
  • 1
  • 7
  • 22

1 Answers1

1

If you use the month interval parameter with the value 3, it will be run every 3rd month, that will be once a quarter.

https://learn.microsoft.com/en-us/powershell/module/az.automation/new-azautomationschedule?view=azps-10.1.0

Shiraz Bhaiji
  • 64,065
  • 34
  • 143
  • 252