Can we schedule managed endpoints to start during the day and turn off during the night ?

Anonymous
2023-06-05T05:37:26.9766667+00:00

I need a powerful virtual machine for my managed endpoint which has my machine learning model deployed. However most of the time it's not being utilized. I would like to optimize it such that it's not active during the night and it starts again during the day. This would reduce my cost by half and allow me to preserve un-utilized resources.

What are the possible ways this could be done ?
Which one is suggested ?
Is there anything else I can do to solve my problem here ?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,563 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,130 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sreeju Nair 11,606 Reputation points
    2023-06-05T05:49:47.0766667+00:00

    You can configure Start/Stop VMs options; the Start/Stop VMs feature allows you to start or stop the Azure VMs based on user-defined schedules.

    Refer: https://learn.microsoft.com/en-us/azure/automation/automation-solution-vm-management

    https://learn.microsoft.com/en-us/azure/azure-functions/start-stop-vms/overview

    Hope this helps