Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredJoin us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered
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.
Solved! Go to Solution.
Hi @rajat-srivastav
Thanks for using Fabric Community.
Why do you want to get the data using Azure Function? Where is your data residing?
The most feasible approach would be ingesting the data into ADLS Gen2 and use shortcuts. This way you can also prevent copy of data .
https://learn.microsoft.com/en-us/azure/data-factory/connector-azure-data-lake-storage?tabs=data-fac...
Hope this helps. Please let me know if you have any further questions.
Hi @rajat-srivastav
Thanks for using Fabric Community.
Why do you want to get the data using Azure Function? Where is your data residing?
The most feasible approach would be ingesting the data into ADLS Gen2 and use shortcuts. This way you can also prevent copy of data .
https://learn.microsoft.com/en-us/azure/data-factory/connector-azure-data-lake-storage?tabs=data-fac...
Hope this helps. Please let me know if you have any further questions.