-
Book Overview & Buying
-
Table Of Contents
Azure for Developers - Third Edition
By :
When you containerize an application, you need to remember that you are adding one more layer atop your code. This means that you may face additional challenges when running and hosting it. In this section, we will discuss common issues and problems that may arise when an application becomes containerized and how to solve them using Azure App Service.
Let’s start with local environment preparations.
If your application is containerized, it means it has become portable enough to run on any host that has a container engine installed. The truth here is that we’re exchanging one problem (installing all the dependencies in the same way across hosts) with another (ensuring the container engine is installed and developers are familiar with it). Personally, I see two problems now when it comes to containerization: