Where is the option for PowerShell script in Azure

2019-04-14 09:19发布

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?

Help much appreciated!

1条回答
放我归山
2楼-- · 2019-04-14 09:37

At the time of writing Powershell is only available when you toggle the "Experimental Language Support" feature:

Experimental Language Support

This is shown in the top-right of the Azure Portal when creating a new function:

Option shown in top-right

查看更多
登录 后发表回答