问题描述
如题,有谁知道Azure Function App是否支持Python 3.9?
就目前而言,当我尝试在本地使用 Python 3.9 调试我的函数应用程序时,出现此错误:
解决方法
根据最新的(2020 年 12 月 8 日)Azure CLI release notes,--runtime python
和 --runtime-version 3.9
选项可用作 Azure Functions v3 参数。
如题,有谁知道Azure Function App是否支持Python 3.9?
就目前而言,当我尝试在本地使用 Python 3.9 调试我的函数应用程序时,出现此错误:
根据最新的(2020 年 12 月 8 日)Azure CLI release notes,--runtime python
和 --runtime-version 3.9
选项可用作 Azure Functions v3 参数。