Relative Content

Tag Archive for python-3.xapiazure-functionsazure-data-factory

How to call an Azure function from ADF and pass parameters to the function

I have an Azure function written in Python. This function takes DatabaseName, CompanyId, TeamId and AssessmentId as parameters. I need to call this Azure function from ADF. I’m using the Azure function activity in ADF to call this function and passing the parameters using pipeline parameters. I tried multiple ways and everything resulted in the below error –