December 2019
Intermediate to advanced
494 pages
11h 41m
English
Web Apps for Containers is part of Azure App Service and is a PaaS-based application hosting service in Microsoft Azure. With Web Apps for Containers, you can easily deploy and run containerized web applications on Windows and Linux using the power of Microsoft's Azure App Service capabilities. A good use case for this deployment model would be when you have a Docker-based web application that you want to move to Azure App Service and leverage capabilities such as deployment slots and automated backups without worrying about the underlying infrastructure. For more information about Web Apps for Containers, refer to Chapter 6, Designing Web Applications, where we dive deep into deploying web applications on Azure with ...