VSCode doesn't allow me to create function apps using node

javier 911 Reputation points
2021-09-16T21:18:21.397+00:00

Hi, I am being able to create function apps in python but for some reason I am not offered the option for nodejs. Why is that? What I am missing in my vs code config?

132799-image.png

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
2,994 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Samara Soucy - MSFT 5,021 Reputation points
    2021-09-16T23:25:39.22+00:00

    The first project you create will set the default in settings: azureFunctions.projectLanguage. You can clear the setting, or change it to create a project in a different language. If you use a variety of languages, using the Functions CLI might be preferable to changing this setting func init LocalFunctionProj --<language>

    132807-image.png