如何在不使用 Visual Code Studio 的情况下使用 Python 创建 Azure 函数应用程序

Vip*_*ngh 6 azure azure-devops azure-functions azure-function-app

我想使用 python 语言创建一个 Azure Function App。但我不想使用任何像可视化代码编辑器这样的工具。我想使用azure的内联代码编辑器,因为我的代码不是那么大。

我创建了一个具有以下详细信息的函数应用程序:

publish: code
stack: python
version: 3.7
Region: Central US
OS: Linux
Plan Type: Consumption
Run Code Online (Sandbox Code Playgroud)

但在创建函数应用程序后,它不允许我使用内联编辑器。我收到以下错误

Editing functions in the Azure portal is not supported for Linux Consumption Function Apps.
Run Code Online (Sandbox Code Playgroud)

Saj*_*ran 4

目前,Python 仅在 Linux 消费计划上受支持,并且到目前为止,您无法使用适用于 Linux 消费应用程序的 Azure 门户编辑函数。

我建议您仔细阅读此问题以了解更多信息