user6264
user6264

Reputation: 185

How to trigger a run Book in azure automation account yearly once or twice

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.

Upvotes: 0

Views: 120

Answers (1)

Shiraz Bhaiji
Shiraz Bhaiji

Reputation: 65461

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

Upvotes: 1

Related Questions