I cant stop my running compute on Microsoft Azure Machine Learning

Shamus Sim 0 Reputation points
2025-02-06T04:29:53.7533333+00:00

I created my GPU instance and have been using it for the past few weeks.

However, I am not able to turn it off suddenly today despite using the same account that was used to create it.

Is there a way to turn it off without deleting the whole compute?User's image

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,108 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Saideep Anchuri 1,870 Reputation points Microsoft Vendor
    2025-02-06T05:56:57.05+00:00

    Hi Shamus Sim

    Welcome to Microsoft Q&A Forum, thank you for posting your query here!

    There are two possible scenarios -

    1. Web socket connection is not happening for computes. Check DNS resolution of computes Nslookup <ciname>.<region>.instances.azureml.ms to private IP, if they are not resolving to private IP, fix the DNS mismatch. Make sure that WebSocket communication is allowed to *.instances.azureml.net and *.instances.azureml.ms in your VNet. WebSocket's are used by Jupyter on compute instances.  

      2. Computes are un-healthy and does not have any free space to operate. There should be 5 GB memory free to operate. If your compute terminal accessible, use df -h to see highly occupied section and clear cache and delete not used files to make the compute healthy again.

    kindly refer below link: Compute-Instance

    visual-studio-code

    Hope this helps. Do let us know if you any further queries.

     


    If this answers your query, do click Accept Answer and Yes for was this answer helpful.

    Thank You.


  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

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