How much is the ingestion cost for Azure diagnostic setting -> Destination "Archive to a storage account"

Anonymous
2024-12-27T16:49:44.34+00:00

I anticipate about 120 million transactions on a storage Account per month, And we want to enable diagnostic logging to track who/when made those transactions. We do not need KQL capabilities and we are ok to have the logs available in a storage account in the form of JSON files.

I can make a rough estimate for the log file size, say it is 500GB a month. How do I estimate how much will be the ingestion cost to enable this diagnostic logging? I understand the cost will be a total of ingestion cost + storage cost. I can estimate the storage cost for the Hot Tier, but I cannot find how much will be the ingestion cost in this case.

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

2 answers

Sort by: Most helpful
  1. Anthony LAVABRE 1,815 Reputation points
    2024-12-27T17:50:39.7566667+00:00

    Bonjour,

    Vous pouvez utiliser Azure Calculator afin de calculer vos coûts : https://azure.microsoft.com/fr-fr/pricing/calculator/

    Bien à vous,

    1 person found this answer helpful.
    0 comments No comments

  2. Ashok Gandhi Kotnana 10,430 Reputation points Microsoft External Staff Moderator
    2024-12-31T07:14:55.71+00:00

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

    Below is the actual cost for ingesting data to send it from Azure Diagnostics to a destination Azure Storage Account

    The cost to write

    You can calculate the cost of writing to the archive tier by multiplying the number of write operations by the price of each operation. The price of an operation depends on which ones you use to write data to the archive tier.

    Example: Put Blob

    If you use the Put Blob operation, then the number of operations is the same as the number of blobs. For example, if you plan to write 30,000 blobs to the archive tier, then that requires 30,000 operations. Each operation is charged the price of an archive write operation.

    Example:

    Operations are billed per 10,000. Therefore, if the price per 10,000 operations is $0.10, then the price of a single operation is $0.10 / 10,000 = $0.00001.

    I have calculated for 120 million Transactions below for your reference
    User's image

    Refer below Article: -

    https://learn.microsoft.com/en-us/azure/storage/blobs/archive-cost-estimation#the-cost-to-write

    let us know if you have any further queries. I’m happy to assist you further.    User's image

    Please do not forget to "Accept the answer” wherever the information provided helps you, this can be beneficial to other community members.


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.