I have a python Databricks notebook(pyspark) which does an aggregation based on the inputs provided to the notebook via parameters.
- Is it possible to run this notebook from the Azure function app.
- Can we pass the parameters to the notebook from the Azure function HTTP tigger. If so, kindly let me know the approach.
- Can we pass the databricks output to the Azure function via HTTP trigger.
Thank you.