unable to create a python function app in azure function runtime v1

匿名 (未验证) 提交于 2019-12-03 01:33:01

问题:

I am working on creating a function app using the v1 runtime, I was able to create the function app using python in the v1 environment till sep 24th, but since then I am not able to see the python option, the official documentation says it supports python v1 though experimental.

Referring to this guide:

https://github.com/yokawasa/azure-functions-python-samples/blob/master/docs/create-function-app-in-azure-portal.md

has python runtime been taken off completely in the v1 environment

I do not see the experimental language support anywhere.

回答1:

Yes, it's an issue, tracked by https://github.com/Azure/azure-functions-ux/issues/3231. Until the fix is deployed, manually delete the FUNCTIONS_WORKER_RUNTIME App Setting from your app, and refresh the portal.



易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!