编辑 Java Function Apps is not supported in the Azure portal 错误

Editing Java Function Apps is not supported in the Azure portal error

所以,当我尝试在 function app 中创建一个 function 时显示 Editing Java Function Apps is not supported in the Azure portal.

添加 按钮不起作用,只有本地开发选项存在。

我该如何克服这个问题?

目前,我们似乎无法在Azure portal上创建Java Function,因为创建Java Function需要MavenGardle,但是Azure portal 似乎不包含它们。

所以我们只能在本地开发Java Function然后部署到Azure portal.

如果你想获得这个功能,你可以去Feedback页面post你的想法,Azure开发团队可能会采纳你的建议。

顺便说一句,不仅JavaAzure Portal还可以添加脚本编程语言。也就是说,Azure Portal只能创建使用不需要编译的语言的函数

你可能会说C#可以直接在Azure portal上创建,但是在Azure Portal上创建的c# function实际上是c# script