If vm are deallocated still they will charge amount?

vallepu aravind 0 Reputation points
2024-10-20T13:35:12.3333333+00:00

In my azure portal I have created vm then I stopped the vm next day my login and checking they are charging the amount,can anyone explain me?

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,760 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Marcin Policht 26,620 Reputation points MVP
    2024-10-20T14:24:06.1166667+00:00

    You need to make sure that the VM is in the Stopped (deallocated) state. This eliminates the compute charge. However, you are still charged for the storage (based on the size of managed disks attached to the VM). Other charges might include public IP address associated with the network interface of the VM, its backup, etc.

    More at https://learn.microsoft.com/en-us/azure/virtual-machines/states-billing


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    0 comments No comments

  2. Jackson Martins 10,556 Reputation points MVP
    2024-10-20T14:25:18.28+00:00

    Hi

    If you stop your VM from the Azure Portal, it enters the “Stopped (Deallocated)” state. In this state, Azure stops billing for compute resources (such as CPU and memory). However, you will still be charged for any associated storage (disks) and public IP addresses that remain allocated.

    If you stop the VM from within the operating system (e.g., by shutting down the OS without using the Azure Portal), the VM will remain in a “Stopped” state but not deallocated. In this case, Azure will continue to charge for the compute resources as the VM is still reserving hardware resources, even though it’s not running.

    Get in touch if you need more help with this issue.

    --please don't forget to "[Accept the answer]" if the reply is helpful--

    0 comments No comments

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.