Building a Containerized App Using Docker and Azure Container Registry
Containerization is one of the biggest trends in software development today. Containers democratize cloud technology because containerized applications can be lifted and shifted to the cloud. You should evaluate whether containers are the right technology choice for every application in your workload. In this chapter, we will explore the different options for building containerized applications and integrating them with Microsoft Azure.
First, we will cover how to develop and deploy containerized ASP.NET Core applications with Docker and Azure Container Registry (ACR) We’ll also cover architectural design and implementation approaches using .NET and Docker containers.
In this chapter, we’re going to cover the following main topics:
- Describing the development process for Docker-based applications
- Exploring Azure Container Registry
- Exploring Azure Container Instances
- Exploring...