问题描述
我想使用 PowerShell 创建 Azure 函数.当我说到 Azure 要我选择要创建的函数类型时,唯一可用的语言是 C#、F# 和 JavaScript.我错过了什么吗?如何使用 PowerShell 创建 Azure 函数,还是必须将脚本转换为任何其他受支持的语言?
I want to create Azure Function with PowerShell. When I get to the point Azure wants me to choose which type of function I want to create the only available languages are C#, F# and JavaScript. Have I missed something? How can I create an Azure function with PowerShell or do I have to convert the script to any other supported language?
非常感谢您的帮助!
推荐答案
在撰写本文时,Powershell 仅在您切换实验语言支持"功能时可用:
At the time of writing Powershell is only available when you toggle the "Experimental Language Support" feature:
这在创建新函数时显示在 Azure 门户的右上角:
This is shown in the top-right of the Azure Portal when creating a new function:
这篇关于Azure Functions 中 PowerShell 脚本的选项在哪里的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!