2

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.

enter image description here

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!

MMV
  • 164
  • 10

2 Answers2

1

That should do the work

/blobServices/default/containers/mycontainer/blobs/this/is/my/path/

Replace mycontainer and /this/is/my/path/ with the relevant info.

David דודו Markovitz
  • 42,900
  • 6
  • 64
  • 88
1

Please be mindful of ADLS subtleties when setting up Event Grid subscriptions:

Writing ADLSv2 files

Known ADLSv2 limitations

Vladik Branevich
  • 1,180
  • 8
  • 11