I am trying to ingest data from ADLS gen2 to Azure data explorer through Event Grid. I could find a few of MSFT docs explaining about how to ingest blobs into ADX through event grid but not ADLS.
the file path to the ADLS storage account is abfss://container@p01lakesstor.dfs.core.windows.net/UserData/Overground/UsersFolder/projectname/A/data/json/
I just would like to know how to set the prefix/suffix here to read the data from that adls storage account
would appreciate any help!