A cloud-native app needs a frontend for your users to work with. Here’s how to configure an Azure App Service and then create and deploy an ASP.NET Core server-side frontend to that App Service using Visual Studio code.
Due to its flexibility and simplicity, Docker makes it easy to manage applications and their dependencies. In this second part about Docker with ASP.NET Core, we will see how to add a SQL Server database to the application and how to run it in a Docker container using Docker Compose.
In this post, we will understand what Docker is, how it works and how to create a complete environment to deploy ASP.NET Core applications in Docker containers.