Function App "Not Found" error in Logic App

Sascha Müller 0 Reputation points
2024-10-02T15:32:05.8366667+00:00

Issue: Azure Function “Not Found” Error in Azure Logic App

I’m encountering an issue where an Azure Function, which is called within an Azure Logic App, is returning a “Not Found” error. The Logic App was previously able to invoke the Function without any problems, and the Function App itself is still available and functioning. Additionally, the Function App can be accessed without issue from within the Logic App configuration.

This error appeared suddenly, from one day to the next, with no apparent changes made to the configuration. Prior to this, everything was working perfectly.

Does anyone have any insight into what could be causing this issue, or suggestions on how to resolve it?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,973 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,130 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Pinaki Ghatak 4,285 Reputation points Microsoft Employee
    2024-10-04T11:31:26.77+00:00

    Hello @Sascha Müller

    This error can occur due to various reasons such as incorrect URL, incorrect function name, incorrect function key, or incorrect authentication settings. To resolve this issue, you can try the following steps:

    1. Check the URL of the Azure Function in the Logic App to ensure that it is correct and matches the URL of the Function App.
    2. Check the name of the Azure Function in the Logic App to ensure that it is correct and matches the name of the Function App.
    3. Check the function key of the Azure Function in the Logic App to ensure that it is correct and matches the function key of the Function App.
    4. Check the authentication settings of the Azure Function in the Logic App to ensure that they are correct and match the authentication settings of the Function App.
    5. If none of the above steps resolve the issue, you can try redeploying the Azure Function and updating the Logic App to use the new URL and function key.

    I hope that this response with 5 steps has addressed your query and helped you overcome your challenges. If so, please mark this response as Answered. This will not only acknowledge our efforts, but also assist other community members who may be looking for similar solutions.

    0 comments No comments

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.