I want to create an EventGrid via Arm deployment to ingest to ADX cluster once a all blobs in the container were added . (it's a bunch of blobs created each certain time interval)
I want to make sure that the event is raised only when a blob is created and its content has been finished written to. (not just a "blob created file").
The Storage is Data Lake Storage V2 which mean it has "Hierarchical namespace"
I'm looking at this link:
I'm confused between the: List of events for Blob REST APIs section and List of the events for Azure Data Lake Storage Gen 2 REST APIs section.
Which one is relevant to me and can I achieve my goal or is there a way which I can circumvent it to achieve my goal??