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.
ARM Template for Azure ML Workspace
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.
2 answers
Sort by: Most helpful
-
-
Sedat SALMAN 14,065 Reputation points MVP
2023-05-13T16:47:25.1066667+00:00 You can follow this article about how enable it
but as a note
This setting is typically managed through the Azure Machine Learning studio or through the Azure Machine Learning Python SDK.