Calling Azure Function from Azure Data Factory Gives 404 Error

Rob Bowman 221 Reputation points
2022-04-14T09:51:15.123+00:00

I have an Azure Function named "SendTemplateEmail" that has an HTTP Trigger.

193020-image.png

I'd like to call this from an Azure Data Factory Pipeline.

I've created a new linked service and configured as follows:

193085-image.png

I've configured the Azure Function task within the ADF Pipeline as follows:

[![enter image description here]4]3

When I run the pipeline, I get the following error:

193039-image.png

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:

193064-image.png

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
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.