函数设置中的参数在 Azure 函数中仍然出现未找到问题

Have parameter in Function settings still getting Not found issue at Azure Function

我已经部署了一个 azure 函数,但出现以下错误 -

The function runtime is unable to start. Microsoft.Azure.ServiceBus: Value for the connection string parameter name '$(MyDemoConnectionString)' was not found

当我使用门户检查设置时。我有这个 MyDemoConnectionString 值仍然出现上述错误。

我试过重新启动,甚至删除和重新部署仍然是同样的问题。有什么线索吗?

请参阅下面的屏幕截图连接字符串是从 keyvault 中获取的,并检查它是否存在,甚至在设置 Key vault Reference is green 中也是如此。

请注意,您的应用应该具有访问权限,您可以使用托管服务身份进行设置

您可以阅读 App Service and Azure Functions

的使用 Key Vault 参考资料