Book Image

Modernize Node.js Web Apps with Azure App Service [Video]

By : Dimitiris Loukas
3 (1)
Book Image

Modernize Node.js Web Apps with Azure App Service [Video]

3 (1)
By: Dimitiris Loukas

Overview of this book

<p>Have you been worrying that your existing web applications aren't good enough to take advantage of the elasticity of the cloud? Or that refactoring them is going to be very difficult? Azure App Service to the rescue! This course on Azure App Service will offer you the ability to quickly refactor, configure, and deploy your Node.js applications on Azure without breaking a sweat.</p> <p>You will benefit from effortless CI/CD configurations and automatic deployments to staging and production environments, and will have more streamlined testing and Quality Assurance processes. Also, you will easily scale your app to meet business needs (while monitoring it for errors and usage statistics with ease) through Azure's services.</p> <p>By the end of this course, you will be confident enough to modernize an existing Node.js web app and deploy it to Azure via App Service.</p> <p>The code bundle available:&nbsp;<a href="https://github.com/PacktPublishing/Modernize-Node.JS-Web-Apps-with-Azure-App-Service" target="_blank">https://github.com/PacktPublishing/Modernize-Node.JS-Web-Apps-with-Azure-App-Service</a></p> <h1>Style and Approach</h1> <p>This course will guide you through the process of taking a traditional Node.js Web App, performing efficient refactoring, and deploying it to Azure App Service. From there you will learn everything you need to know to effortlessly set up CI/CD, gain valuable insights into your app's performance, and even scale it to fit any increasing needs.</p>
Table of Contents (5 chapters)
Chapter 3
Azure App Service
Content Locked
Section 4
ExpressJS and Azure App Service
If we attempt to deploy to production right now, the frontend cannot be served. - Fix the client root - Serve the frontend - Configure port bindings