Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Pushing Data from Function App to One Lake

I need to push data using an Azure Function (Function app hosted in App Service Plan) to one lake. The use case dictates that we need to push data that is pushed in the service bus ques and do some api calls and provide a web hook etc. All this boils down to pushing data from function app to One Lake.

 

I was able to find https://learn.microsoft.com/en-us/fabric/onelake/onelake-access-api and https://learn.microsoft.com/en-us/fabric/onelake/onelake-api-parity 

These document vaguely talk about using the same API's that i would use with an ADLS. Even if i use that (which is not clear), there are no clear instructions how to authenticate the functioncion app into One Lake.

Please let me know if the use case that I'm trying to achieve is possible or not. If yes, then how can I achieve it.

 

Also, I can think of the approach of using an extra ADLS, and pushing data into the ADLS and using Shortcuts or Pipelines to get the data in the Fabric environment.

 

1 Reply