This document discusses deploying Node.js applications to Azure Web Apps using Docker containers. It covers using Azure Web Apps or Azure Web Apps for Containers as the hosting platform. Azure Web Apps allows deploying directly from Git or using continuous integration with Visual Studio Team Services. Docker is used to package the Node.js application and dependencies to deploy to Azure Web Apps for Containers. Sample code is provided on GitHub to demonstrate deploying Node.js applications on Azure using Docker.