Cost understanding Azure

Shivi Bhatia 21 Reputation points
2021-06-02T12:37:56.327+00:00

Need some guidance on storage and compute cost in Azure.

I have created an Azure ML account and i see i am being charged daily for the storage cost even when i am not uploading any data. There is just one jupyter notebook.

This was the configuration of the compute:
Standard_F4s_v2 (4 cores, 8 GB RAM, 32 GB disk)
CPU - Compute optimized
I also ensure to stop the compute whenever i am not wokring on the notebook.
I have the pay as you go plan. While the charge is around $1.5 per day but still need some guidance as to why there are charges when there is no storage or data uploaded.

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

Accepted answer
  1. Olga Os - MSFT 5,921 Reputation points Microsoft Employee
    2021-06-02T18:53:52.823+00:00

    Hello @Shivi Bhatia ,

    Welcome to the Microsoft Q&A forum.

    Please review below how charges are implemented for some Azure Resources.

    You are not billed for the VM while it in the deallocated power state. However, some Azure resources, such as Disks and Networking will continue to incur charges.

    Premium SSD: The total cost of Premium SSD Managed Disks depends on the size and number of the disks, and will be affected by the number of outbound data transfers.

    Snapshots: You can store full snapshots and images for Premium SSD Managed Disks on Standard storage. You can choose between locally redundant (LRS) and zone redundant (ZRS) snapshot options. These snapshots and images are charged at $0.05/GB per month for both Standard LRS and ZRS options based on the used portion of the disk.

    Please also keep in mind, if you changed a performance tier on a disk, you will be billed for the upgraded tier.

    83148-image.png

    Please let me know if that answers your question.

    Sincerely,
    Olga


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.