2

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 Answer 1

3

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

Sign up to request clarification or add additional context in comments.

3 Comments

Hehe. I saw that button and thought - don’t want any experimental languages. Should I choose another language? Is PowerShell gone disappear from Azure Functions in the future?
@AllramEst that's something only the Azure Gods can answer. I would predict that they will be added in the future, rather than removed.
This option is no longer there in version 2, In function app settings change runtime Version to version 1

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.