Will an Angular 4.2 application function properly on Azure App Service?

Baranidharan R 6 Reputation points
2024-03-07T12:04:59.4366667+00:00

Will an Angular 4.2 application function properly on Azure App Service?

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

1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 24,951 Reputation points Microsoft Employee Moderator
    2024-03-08T08:51:12.2666667+00:00

    @Baranidharan R Thanks for reaching out to Microsoft Q&A, apologize for any inconvenience caused on this.

    As per the Angular official documentation, we see that v4.2 is one of the unsupported version which needs underlying NodeJS of version ^6.9.0 .

    Currently below are the list of Nodejs versions which are supported in the app service.

    User's image

    I would suggest you try upgrading your application to latest version of angular and deploy it to the respective supported NodeJs runtime on app service.

    You can also refer to the below documentation on deploying angular applications to app service.

    1. Angular Deployment on App Service Linux
    2. Creating an AngularJS Single Page Application with routes on Azure WebApps

    Hope this helps. Let me know if you have any further questions on this.

    0 comments No comments

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.