Azure Function App 是否支持 Python 3.9?

问题描述

如题,有谁知道Azure Function App是否支持Python 3.9?

就目前而言,当我尝试在本地使用 Python 3.9 调试我的函数应用程序时,出现此错误

error message

解决方法

根据最新的(2020 年 12 月 8 日)Azure CLI release notes--runtime python--runtime-version 3.9 选项可用作 Azure Functions v3 参数。