Azure Machine Learning cost questions- When exactly does compute billing and stop?

Seonho Kim 25 Reputation points
2024-05-21T17:25:24.5966667+00:00

Azure Machine Learning cost questions

When exactly does compute billing and stop?

The moment you create a notebook? The moment you start the notebook?

If I create a notebook with GPU compute, do I have to pay the GPU compute price while using the notebook?

https://learn.microsoft.com/en-us/azure/machine-learning/tutorial-cloud-workstation?view=azureml-api-2#start-with-notebooks

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

Accepted answer
  1. Gowtham CP 6,030 Reputation points Volunteer Moderator
    2024-05-21T17:37:39.5066667+00:00

    Hi Seonho Kim ,

    Thank you for reaching out on Microsoft Q&A.

    Great questions about Azure Machine Learning compute billing! Compute billing begins when you allocate or start a compute resource, such as a virtual machine or GPU cluster, which means charges start when the notebook is actively running and using these resources. Billing stops only when you explicitly stop or deallocate the compute resource, and simply closing the notebook will not halt billing. If your notebook uses a GPU cluster, you will incur GPU costs for the entire duration it is in use. To effectively manage costs, ensure you stop the compute instance in the Azure Machine Learning studio when not in use.

    If you found this solution helpful, consider accepting it.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.