6

I want to schedule azure machine learning compute instances so that I can stop them during off-hours like weekends, azure automation solution with runbook seems to be working with VMs in general but not with azure ML. The solution could be either a script or ML pipeline.

Anders Swanson
  • 3,637
  • 1
  • 18
  • 43
Neha neha
  • 61
  • 1

2 Answers2

2

Looks like since today you can specify schedule during compute instance creation or just edit already existing compute instance and add a schedule for it: enter image description here

Sysanin
  • 1,501
  • 20
  • 27
0

Compute instance is a PaaS service where resources are hosted in Azure ML subscription. As compute instances replaced Notebook VM,you are no longer able to see VM after creating Compute instance.

Auto-shutdown based on schedule/utilization is on the roadmap for compute instance.

Currently you can stop/start compute instance using SDK/API making automation possible.

Ram
  • 2,459
  • 1
  • 7
  • 14