Azure Function suddenly getting Entry Point was not found error

Edwin Jay 106 Reputation points
2020-06-10T09:16:17.487+00:00

We currently have a deployed Azure function, created with Visual Studio, that now all of a sudden starts returning an exception on calling the HTTP function of "Entry Point was not found". The worst part is that the local Azure function runs fine making debugging a nightmare. Has anybody gotten this problem and possibly a fix? The Function.json file has a endpoint assigned on Azure portal.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,303 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,923 questions
0 comments No comments
{count} votes

Accepted answer
  1. Edwin Jay 106 Reputation points
    2020-06-10T09:48:23.907+00:00

    So after updating all the Nuget packages with the latest Azure SDK's and doing another publish, the issue seems to be resolved.

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful