Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to edit an Azure Automation Schedule?

I have created a schedule for an Azure Automation Runbook, and linked the schedule to the Runbook. However I notice that one cannot edit the schedule, or even delete the schedule. I may be missing something. It seems one can just create Automation schedules. Please note I am not talking about the Azure Scheduler here with its "Job Collections " etc.

Would appreciate any advice. Thanks.

like image 255
SamJolly Avatar asked Jul 27 '15 12:07

SamJolly


People also ask

Which of the following would you use to schedule and automate jobs in Azure?

You can create a new schedule for your runbooks from the Azure portal, with PowerShell, or using an Azure Resource Manager (ARM) template.


2 Answers

You can delete and unlink a schedule in both the old portal and the preview one. You cannot edit the time or frequency of the schedule though. Please vote for this on UserVoice so that the product team can prioritize this.

To unlink in the old portal, select the runbook > click schedule > highlight the schedule to remove > click the unlink button at the bottom right.

To delete a schedule in the old portal, go to Assets > highlight the schedule to delete > click the delete button on the bottom of the screen.

like image 151
Elizabeth Cooper Avatar answered Sep 28 '22 15:09

Elizabeth Cooper


While you can't edit Azure Automation schedules, you can hook up Azure Automation runbooks to start based on Azure Scheduler jobs, and I think you can edit those scheduled jobs. Please see http://azure.microsoft.com/blog/2015/08/05/scheduling-azure-automation-runbooks-with-azure-scheduler-2/ for more info.

like image 41
Joe Avatar answered Sep 28 '22 14:09

Joe