Azure Data Factory Error : Operation on target Azure Function1 failed: Call to provided Azure function 'XXX' failed with status-'NotFound'

Tina.Jain.Gupta 1 Reputation point
2021-06-23T08:34:00.193+00:00

Hi,

I have created a pipeline in ADF , with DataFlow Activity from container Storage -> Azure SQL. On success , my HTTP Function is triggered , which in turn processes the SQL Data inserted. The Blob -> SQL Dataflow is working fine , but my function execution breaks with the following Error even though the function is running in backend (Also the function automatically stops execution in sometime without any exception) .

Also , I have set my function timeout in host.json file as 10 min.

Error in ADF :

Operation on target Azure Function1 failed: Call to provided Azure function 'XXXXX' failed with status-'NotFound' and message - '<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
</html>
'.

Any suggestion would be of great help !

Thanks in advance.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,374 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,741 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ranjit chavan 1 Reputation point
    2022-04-05T12:05:26.603+00:00

    Hi team, we got this Error please help

    Azure Function Executor failed, 'Call to provided Azure function '<function name >' failed with status-'InternalServerError' and message - '<html><head><title>500 - The request timed out.</title></head><body> <font color ="#aa0000"> <h2>500 - The request timed out.</h2></font> The web server failed to respond within the specified time.