Share via

ARM Template for Azure ML Workspace

Khandu Shinde 150 Reputation points
2023-05-11T13:42:11.45+00:00

Hi Team

How to enable "Enable idle shutdown" feature which is available in Azure ML Compute instance using ARM template. Is it possible to enable this feature at workspace level or only at Compute Instance level? In the Microsoft documentation only one line is mentioned about ARM template. I would like to give only workspace and then all the compute instances inside workspace should enable above feature using ARM template.

Thanks in advance.

User's image

Azure Machine Learning

2 answers

Sort by: Most helpful
  1. Khandu Shinde 150 Reputation points
    2023-05-17T07:29:13.26+00:00

    Finally, I tried calling API mentioned in the documentation with required property. And it worked successfully. I was under impression that it will work with normal cli command. But to update "Idle enable shutdown" feature, it needs to call API using Post method. Thanks for the support.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  2. Sedat SALMAN 14,455 Reputation points MVP
    2023-05-13T16:47:25.1066667+00:00

    You can follow this article about how enable it

    https://learn.microsoft.com/en-us/azure/machine-learning/how-to-create-manage-compute-instance?tabs=python&view=azureml-api-2#enable-idle-shutdown

    but as a note

    This setting is typically managed through the Azure Machine Learning studio or through the Azure Machine Learning Python SDK.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.