简体   繁体   English

Azure 函数突然获取入口点未找到错误

[英]Azure Functions suddenly getting Entry Point was not found error

We currently have a deployed app to Azure functions, created with Visual Studio, that now all of a sudden started returning an exception on calling the HTTP function of "Entry Point was not found".我们目前有一个部署到 Azure 函数的应用程序,使用 Visual Studio 创建,现在突然开始在调用 HTTP function 时返回异常。 The worst part is that the local Azure function runs fine making debugging a nightmare.最糟糕的是,本地 Azure function 运行良好,使调试成为一场噩梦。 Has anybody gotten this problem and possibly a fix?有没有人遇到这个问题并可能解决? The Function.json file has a endpoint assigned and everything looks fine in the Azure portal. Function.json 文件分配了一个端点,并且在 Azure 门户中看起来一切正常。

So after updating all the Nuget packages with the latest Azure SDK's and doing another publish, the issue seems to be resolved.因此,在使用最新的 Azure SDK 更新所有 Nuget 软件包并再次发布后,问题似乎得到了解决。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM