0

Ok, haven't seen this posted on here. I am at a loss on what to do.

So i created a schedule to run a runbook. Nothing fancy, just to run my runbook every sunday at midnight. This runbook executes a stored proc to auto index files and statistics.

So after setting everything up, tested the runbook and it works fine, published, but when i am assigning a schedule to my runbook, the schedule list is blank. I tried creating then recreating, relinking my schedule but the schedule just won't save. I have attached a gif here so you can see what i mean.

GIF of azure not saving schedule Has something like this happened to you guys? I'm at a loss on what i could be doing wrong.

Jason Ye
  • 13,710
  • 2
  • 16
  • 25
Alvin36
  • 3
  • 2

1 Answers1

0

Automation account schedule not equal to runbook schedule.

We can find them in runbook schedule list.

Here a similar case about you, please refer to it.

Hope that helps.

Jason Ye
  • 13,710
  • 2
  • 16
  • 25
  • That’s it! Runbook schedule set succesfully. Thanks! I was looking at shared resources and not runbook specific. – Alvin36 Dec 25 '17 at 21:28