May we still use the previous version of Node.js in Azure App Service ?

AShirai 45 Reputation points
2023-04-10T06:18:00.58+00:00

We have been using an Azure web app deployed with Company Communicator template. We know It's running on the previous version of Node.js and not supported, because the WEBSITE_NODE_DEFAULT_VERSION of its configration shows 10.15.2 . But we need to continue using it. If we restart it , it starts and works fine on the previous version of Node.js, right? We hope that.

best regards,

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

Accepted answer
  1. VenkateshDodda-MSFT 24,951 Reputation points Microsoft Employee Moderator
    2023-04-10T13:51:19.0533333+00:00

    @AShirai Thank you for reaching out to Microsoft Q&A, apologize for any inconvenience caused on this.

    • It is always recommended to use/upgrade your application to latest runtime version of Nodejs. Currently the latest stable version of Node js that is supported on Azure webapp is 18.x for more information you can go through this GitHub article about different NodeJs versions and their respective supported timelines.
    • As mentioned in the documentation, App Service follows community support timelines for the lifecycle of the runtime. Once community support for a given language reaches end-of-life, your applications will continue to run unchanged.However, App Service can't provide security patches or related customer support for that runtime version past its end-of-life date.

    Feel free to reach back to me if you have any further questions on this.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.