Azure Runbook Start/Stop Schedule Lists

纵然是瞬间 提交于 2019-12-24 10:26:34

问题


I've set up a Runbook using the Start/Stop templates from the Gallery.

All set up, no errors, no warnings. Why don't any of the schedules appear under the "Schedule Runbook" but appear elsewhere in the Azure portal?

Runbook_Blade
Scheduler_List


回答1:


Why don't any of the schedules appear under the "Schedule Runbook" but appear elsewhere in the Azure portal?

Because you create the autoStopVM schedule in Azure Automation Account, this schedule just a time settings, not associate any runbook with it.

But Runbook schedule is the schedule with runbook and time settings.

There are different things.

For example, I create a empty schedule test3 in Automation account, like this:

Then we can find this schedule in runbook schedule setting page:

But this just a schedule, we can't find it in runbook schedule list:

So, automation account schedule not equal to runbook schedule.



来源:https://stackoverflow.com/questions/47927666/azure-runbook-start-stop-schedule-lists

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!