Azure App Services (Windows) does not list Node on Stack configuration.

Yavuz Diler 1 Reputation point
2021-07-13T15:53:13.22+00:00

Hello,

I can not list Node on Windows App Service's General Settings page, while i can list on Linux App Service.
Is there a way to configure Node 10.14? Kindly see below screenshots for reference.

114262-2021-07-13-18-43-51-middle-auth-microsoft-azure-an.jpg

114263-2021-07-13-18-50-14-sandboxmiddle.jpg

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,518 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 29,936 Reputation points Microsoft Employee
    2021-07-13T22:19:14.563+00:00

    Hi @Yavuz Diler ,

    If you want to use Windows, you can use add WEBSITE_NODE_DEFAULT_VERSION application setting and set it to 10.14, see https://learn.microsoft.com/en-us/azure/app-service/configure-language-nodejs?pivots=platform-windows#set-nodejs-version for more details. I would, however, recommend you use either ~10, ~12, or ~14 (which is the latest) just in case a minor version is removed or replaced for any reason.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.