Trying to create a new Javascript function is not working.
It asks for a Template, but no option is given. Trying to type the template name does not work either, making it unusable.

Trying to create the same function in C# actually works fine:

@ltouro , try to use javascript instead of js.
@JohnReeson It works with "javascript".
Think we need some validation for the language informed by the user. Or something like this: https://github.com/Azure/azure-functions-core-tools/blob/d3b278faccd93ce2af6f9cb238bebf390d5e3d10/src/Azure.Functions.Cli/Helpers/WorkerRuntimeLanguageHelper.cs#L20
Most helpful comment
@JohnReeson It works with "javascript".
Think we need some validation for the language informed by the user. Or something like this: https://github.com/Azure/azure-functions-core-tools/blob/d3b278faccd93ce2af6f9cb238bebf390d5e3d10/src/Azure.Functions.Cli/Helpers/WorkerRuntimeLanguageHelper.cs#L20