"While Event Grid can successfully ingest data for blob sizes under 1 GB, I'm dealing with a situation where the blob size exceeds 1 GB. What approach should I take to ensure that Event Grid can still ingest this larger blob size?"

Bexy Morgan 260 Reputation points
2023-08-07T10:56:29.6566667+00:00

"While Event Grid can successfully ingest data for blob sizes under 1 GB, I'm dealing with a situation where the blob size exceeds 1 GB. What approach should I take to ensure that Event Grid can still ingest this larger blob size?"

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.
576 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sander van de Velde | MVP 36,761 Reputation points MVP Volunteer Moderator
    2023-08-07T14:14:07.3733333+00:00

    Hello @Bexy Morgan ,

    can you share with us the link to the page where this limitation is shown?

    I checked the documentation and it only shows this 6 GB limitation:

    The original uncompressed data size should be part of the blob metadata, or else Azure Data Explorer will estimate it. The ingestion uncompressed size limit per file is 6 GB.

    This is because EventGrid only is used to notify the arrival of blobs on the storage instead of transferring them.

    The full text is:

    The recommended file size for ADX ingestion is between 100MB and 1GB uncompressed. In compact binary formats like Avro and Parquet especially with snappy encoding, these numbers should be even lower. There is a service-internal limit on disk size of 6GB per single file being ingested. The driving limitation to these restrictions is the hard requirement that any ingestion operation must complete within 1 hour (including update policies).

    Documentation is revised to be more clear about this.


    If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.


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.