0

I have a Windows based VM on Azure Cloud. Using the Portal on portal.azure.com I can start/stop the machine.

Is there a way to create a schedule in Azure so that the VM is started (booting) on a specific date/time / schedule? So that the VM's state is changed from Stopped (deallocated) to Running when it is scheduled to do so?

David Makogon
  • 69,407
  • 21
  • 141
  • 189
MGroen
  • 73
  • 1
  • 6

1 Answers1

0

You can schedule any operations with Azure Automation.

This article describes how to run Azure VMs during office hours.

Roman Oleynik
  • 619
  • 1
  • 5
  • 12