gpt4 book ai didi

azure - VSCode Azure Functions - 错误 : Cannot read properties of undefined (reading 'createClient' )

转载 作者:行者123 更新时间:2023-12-02 05:52:52 24 4
gpt4 key购买 nike

由于某种原因,我无法将代码上传到 azure 函数。几天前我尝试时它可以工作。

现在我收到以下错误。这是错误的屏幕截图。

enter image description here

4:27:59 PM: Error: Cannot read properties of undefined (reading 'createClient')
4:28:03 PM: Error: Cannot read properties of undefined (reading 'createClient')
4:31:28 PM: Error: Cannot read properties of undefined (reading 'createClient')

这次我唯一修改的是local.settings.json,如下所示。

{
"IsEncrypted": false,
"Values": {
"FUNCTIONS_WORKER_RUNTIME": "dotnet",
"AzureWebJobsStorage": "##########",
"CosmosDBConnection": "##########",
"StorageConnectionString": "#########"
}
}

尝试了旧版本的代码,以前可以工作,没有修改,但现在也报告相同的错误。

知道问题是什么吗?我猜 vscode 有问题。

这是我的local.settings.json:

{
"IsEncrypted": false,
"Values": {
"FUNCTIONS_WORKER_RUNTIME": "dotnet",
"AzureWebJobsStorage": "#############",
"CosmosDBConnection": "#############",
"StorageConnectionString": "#############"
}
}

这是 .vscode\settings.json

{
"azureFunctions.deploySubpath": "bin/Release/netcoreapp3.1/publish",
"azureFunctions.projectLanguage": "C#",
"azureFunctions.projectRuntime": "~3",
"debug.internalConsoleOptions": "neverOpen",
"azureFunctions.preDeployTask": "publish (functions)"
}

更新:从资源 View 上传可以工作,但从工作区上传不起作用。这是reference报告的错误和解决方法。

最佳答案

想通了。

从项目文件夹中删除了 .vscode 文件夹并重新启动 Visual Studio Code,它再次初始化了函数应用。现在我可以毫无问题地上传该函数。

关于azure - VSCode Azure Functions - 错误 : Cannot read properties of undefined (reading 'createClient' ),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/74027158/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com