-
Book Overview & Buying
-
Table Of Contents
Azure for Developers - Third Edition
By :
As discussed at the beginning of this chapter, Azure Container Apps is a great service for building more complex systems without the complexity introduced by platforms such as Kubernetes. It abstracts away lots of difficult things such as cluster management, controllers, and resource management, and allows you to focus on application development. Of course, Azure Container Apps isn’t as simple as Azure App Service. Having an additional layer to work with (containers) requires additional steps to be able to deploy an application. On the other hand, for most production systems, you still need to introduce additional layers and infrastructure components to follow the best practices. For instance, if you work with web applications and need to inject secrets into them, you will need to incorporate some kind of secrets store to work with them in a secure manner. Another example would be storage mounts – if you’re unable to natively integrate...