Share via

Azure Storage Blob to ADX daily cost data ingestion not updating

B, Hema 0 Reputation points
2026-02-09T06:14:00.0666667+00:00

Hi Team,

I am working on an Azure Cost Management dashboard using the following architecture:

Azure Cost Export->StorageAccount(Blob)-> Azure Data Explorer(ADX)-> Grafana

Current status :

  • Cost files are getting generated daily in Azure Storage Blob successfully.
  • ADX table and schema are created
  • Grafana is connected to ADX as a datasource

Problem:

The daily cost files from Blob are NOT getting ingested/updated into ADX automatically.

Because of this, my ADX table is not receiving new record and Grafana dashboards show "No data".

Expected behavior :

Daily cost export files should automatically ingest into ADX and reflect in Grafana dashboards

What I tried :

  • Verified storage files exits
  • Checked ADX ingestion mapping
  • Grafana works only old/manual data

Questions :

  1. How can I automatically ingest daily Blob files into ADX?
  2. What is recommended approach for daily cost export ingestion?

Please guide me on the correct setup. So, that i can update my work

Thanks

Azure Data Explorer
Azure Data Explorer

An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.

{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-02-09T06:14:07.32+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    There could be several reasons why you are unable to send your Azure cost data daily updates from Azure Blob Storage to Azure Data Explorer (ADX). Here are some common issues to consider:

    1. Configuration Issues: Ensure that the data pipeline or integration setup between Azure Blob Storage and ADX is correctly configured. Check the settings for the data ingestion process to ensure they match the required parameters.
    2. Data Format: Verify that the data format in Azure Blob Storage is compatible with ADX. If the data is not in the expected format, it may fail to ingest.
    3. Access Permissions: Confirm that the necessary permissions are granted for both Azure Blob Storage and ADX. The service principal or identity used for the ingestion must have the appropriate access rights.
    4. Error Handling: Check for any error messages or logs that might indicate what the issue is. Azure provides error codes and messages that can help diagnose problems with data ingestion.
    5. Ingestion Limits: Ensure that you are not exceeding any ingestion limits set by ADX, which could prevent new data from being ingested.

    If you continue to experience issues, consider reviewing the Azure documentation or reaching out to Azure support for further assistance.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.