The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
hi all , is there any one who successfully implemented azure function inside the notebook i am trying to find the related documentation regarding this but i haven't found exactly what i need could any one help me with this or suggest me whether there are any other ways to do this.
Solved! Go to Solution.
Hi @munindra ,
Thanks for reaching out to the Microsoft fabric community forum.
Functions provides a comprehensive set of event-driven triggers and bindings that connect your functions to other services without having to write extra code.
whereas notebooks are used for developing Apache Spark jobs and machine learning experiments.
You can't directly implement an Azure Function within a Fabric notebook. They serve different purposes and have distinct deployment models.
As a workaround you can use pipelines to pull data from Azure functions, for your understating follow the below documentation.
https://learn.microsoft.com/en-us/fabric/data-factory/functions-activity
I hope my suggestions give you good ideas, if you have any more questions or need further assistance, feel free to let me know.
If this post helps, then please give us Kudos and consider Accept it as a solution to help the other members find it more quickly.
Thank you.
Hi @munindra ,
Thanks for reaching out to the Microsoft fabric community forum.
Functions provides a comprehensive set of event-driven triggers and bindings that connect your functions to other services without having to write extra code.
whereas notebooks are used for developing Apache Spark jobs and machine learning experiments.
You can't directly implement an Azure Function within a Fabric notebook. They serve different purposes and have distinct deployment models.
As a workaround you can use pipelines to pull data from Azure functions, for your understating follow the below documentation.
https://learn.microsoft.com/en-us/fabric/data-factory/functions-activity
I hope my suggestions give you good ideas, if you have any more questions or need further assistance, feel free to let me know.
If this post helps, then please give us Kudos and consider Accept it as a solution to help the other members find it more quickly.
Thank you.