作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在函数概述中遇到以下错误:
Microsoft.Azure.WebJobs.Script.ExternalStartupException : Error building configuration in an external startup class. ---> Microsoft.Azure.WebJobs.Script.HostInitializationException : Referenced bundle Microsoft.Azure.Functions.ExtensionBundle of version 1.8.1 does not meet the required minimum version of 2.6.1. Update your extension bundle reference in host.json
尽管我的 host.json 是:
{
"version": "2.0",
"extensionBundle": {
"id": "Microsoft.Azure.Functions.ExtensionBundle",
"version": "[3.3.0, 4.0.0)"
}
}
知道发生了什么吗?
最佳答案
实际上该错误不是最新的。
就我而言,错误已修复,但门户仍然显示错误。您可以通过转到与函数应用关联的存储帐户并清除表格来清除错误:
"AzureFunctionsDiagnosticEventsDATEHERE"
感谢this answer .
关于尽管 host.json 正确,Azure 函数仍会抛出ExternalStartupException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/76704012/
我是一名优秀的程序员,十分优秀!