azure - "The binding type(s) ' queueTrigger ' are not registered"错误随机出现。

标签 azure azure-functions

我有一个函数 2.0,它有一个队列触发器并且按预期工作。

然而,从几天开始,有时我意识到消息没有被处理。我转到门户中的功能详细信息并看到以下错误:

The binding type(s) 'queueTrigger' are not registered. Please ensure the type is correct and the binding extension is installed.

当我直接尝试访问 https://function_app_name.azurewebsites.net/ 时,会出现错误 500

在我停止并重新启动应用程序后,它通常会再次开始工作。有人有同样的行为吗?

我正在从 VS Community Mac 进行部署

最佳答案

您可以尝试删除与“功能”相关的本地临时文件夹 C:\Users....\AppData\Local\Temp\Functions\ExtensionBundles

供引用:https://github.com/Azure/azure-functions-host/issues/4909#issuecomment-530148249

关于azure - "The binding type(s) ' queueTrigger ' are not registered"错误随机出现。,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53881799/

相关文章:

c# - 使用 C# 对 Amazon S3 进行强类型访问

azure - 如何在 Azure 函数中手动将调用标记为失败?

azure - 从 Azure 数据工厂调用 Azure AD 安全函数

azure - 如何在 Visual Studio 2017 中将 Function App 添加到资源组项目?

azure - 如何在 Azure 中创建匿名函数应用程序?

sql - PostgreSQL 和用于分析频繁大型插入的性能成本的工具

Azure IoT 中心 - 批量创建或更新 REST API 返回错误

mysql - pycharm无法连接到Azure中的mysql

reactjs - ReactJS 应用程序中的配置文件

Azure Functions - 如何为我的 IoTHub 消息设置 IoTHubTrigger?