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.
Asked
Active
Viewed 826 times
2 Answers
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:

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
-
1As this os over one year old, how's the progress? – Andi Anderle Jul 06 '21 at 13:55
-
1@AndiAnderle see my reply, it is available now – Sysanin Oct 27 '21 at 11:31