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.