解决微软云Azure Function运行报错-Value cannot be null. (Parameter ‘provider‘)
问题描述
在vscode中创建了本地函数,本地运行后等待半天然后显示以下错误。
Value cannot be null. (Parameter 'provider')
解决方案
手动通过func: host start --verbose运行,发现是因为没有成功下载extensionBundle。
打开host.json,将extensionBundle删除掉,重新运行即可。
{
"version": "2.0",
"logging": {
"applicationInsights":
原创
2021-12-09 17:11:18 ·
1666 阅读 ·
0 评论