Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

60 Days of Data Days! Live and on-demand sessions, challenges, study groups and more! And it's all FREE!. Join now. Learn more

Reply
munindra
Frequent Visitor

Azure function implementation in notebook

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.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

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.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

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.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Top Kudoed Authors