在使用 Azure Function 函数服务的时候,将代码推送到函数服务器的时候提示 Your function app is targeting v3, but Azure host has function version 2 此时是因为在 Azure 的主机设置的版本落后函数的代码版本
在日志例如可以看到下面代码
Your function app is targeting v3, but Azure host has function version ~2, \nplease change the version using the portal or update your 'FUNCTIONS_EXTENSION_VERSION' appsetting and retry
在使用 git 推送可以看到下面代码
remote: Your function app is targeting v3, but Azure host has function version ~2,
remote: please change the version using the portal or update your 'FUNCTIONS_EXTENSION_VERSION' appsetting and retry
remote: Error - Changes committed to remote repository but deployment to website failed.
此时可以通过在 Azure 函数服务管理界面里面设置主机版本,通过点击函数应用设置
在部署中心里面将运行时版本修改为 ~3 然后回到函数服务点击重新部署,或者新推送空白内容都可以
我搭建了自己的博客 https://blog.lindexi.com/ 欢迎大家访问,里面有很多新的博客。
如果在博客看到有任何不懂的,欢迎交流