python - Azure 函数 - func 开始给出值不能为空的错误。参数名称: provider

标签 python azure

You are using an outdated version of the Azure Functions Core Tools. For more information, 
please see: https://aka.ms/func-v2-upgrade
Found Python version 3.6.9 (python3).

Azure Functions Core Tools
Core Tools Version:       2.7.3188 Commit hash: f5984038c7377e9437f71191bff1d5818dd1fa8d
Function Runtime Version: 2.0.14786.0

AZURE_FUNCTIONS_ENVIRONMENT: Development
Value cannot be null.
Parameter name: provider

当我运行 func start 时,出现上述值和参数错误。 感谢您的帮助。

最佳答案

我在我这边重现了这个问题,只需删除 host.json 中的部分代码,它就可以工作。

删除这部分代码:

enter image description here

当函数可以启动成功时,我恢复了host.json中的部分代码,然后它也可以启动成功。

关于python - Azure 函数 - func 开始给出值不能为空的错误。参数名称: provider,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67807523/

相关文章:

python - 如何使用 cvxopt 进行带约束的均值方差优化?

Azure 应用服务环境 - New-AzureRmWebApp 损坏?

powershell - 通过 Powershell 在 CosmosDb 中创建集合

azure - ADO : Use an agent pool across multiple projects

Python如何按行比较2个数组中的元素

python - 在远程 SFTP 服务器上解压 tar.gz

azure - 使用 Azure-Cli 将 azure 函数从 Jenkins 部署到 azure

Azure 点到站点 : Is it possible to read the Public certificate data from Key Vault instead of storing it as plain text in the Point-to-Site Config

python - Sympy:lambda 化使得对数组的操作总是产生数组,对于常量也是如此?

python - 在 SQLite3 更新中使用实例变量?