Calling Azure Function from Azure Data Factory Gives 404 Error

Rob Bowman
221
Reputation points
I have an Azure Function named "SendTemplateEmail" that has an HTTP Trigger.
I'd like to call this from an Azure Data Factory Pipeline.
I've created a new linked service and configured as follows:
I've configured the Azure Function task within the ADF Pipeline as follows:
When I run the pipeline, I get the following error:
Works if using Web Task
If I make the call from the pipeline using a web task configured as follows then the call to the Azure function is successful:
Is there any way to figure out the URL the pipeline is trying to reach?
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
Sign in to answer