Why am I get charged even thogh the compute instance is stopped in azure machine learning

Yugesh 1 Reputation point
2022-08-03T04:45:53.753+00:00

My compute instances in azure machine learning are in stop state since 2 days, However I have been charged around $30. I have two compute instances

  • STANDARD_DS11_V2
  • STANDARD_D2_V3

227492-screen-shot-2022-08-03-at-14251-pm.png

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,096 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. satya karki 996 Reputation points MVP
    2022-08-04T13:15:24.21+00:00

    Hi,

    Even if we stopped by shutting down or deallocate the VM, there will be a cost for storage of VM, your personal data in azure VM. You are continuously charged for disk, public IP address (if using), software products inside the VM, Windows licenses and so on.

    So, when ever you don't need VM delete it, delete IP.

    https://learn.microsoft.com/en-us/answers/questions/259286/azure-vm-billing.html

    2 people found this answer helpful.
    0 comments No comments

  2. Andreas Baumgarten 124.1K Reputation points MVP Volunteer Moderator
    2022-08-03T06:12:10.34+00:00

    Hi @Yugesh ,

    in the Cost Analysis you can change View to Cost by resource . This should show which Azure resource is charged in a more detailed way.

    227494-image.png

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    0 comments No comments

  3. Bjoern Peters 8,921 Reputation points
    2022-08-03T12:45:05.407+00:00

    Your Azure VMs are using a storage account in order to provide the OS-disk (and/or data-disks)... even in stopped state those disks weren't deleted, so you have to pay a little fee for providing (disk-)storage for your VMs.

    Thats why you are charged with $30 during that stopped state.


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.