Related resources for ASP.NET Core Apps
  • ASP.NET Core Apps In Docker Swarm Deployed To Azure1/25/2018 6:22:46 PM. In the previous post, I deployed a Docker Swarm on VMs setup on my local PC, which is fine for testing. In this post I’ll deploy the same services on a Docker Swarm hosted in Azure using “Docker EE fo
  • ASP.NET Core Apps In Docker Swarm1/23/2018 12:52:36 PM. First, we need a few Virtual Machines to make a cluster of machines to run Docker on. I am using Windows 10 and will use Hyper-V for this purpose. If you’re using another OS then skip the first part o
  • Deploying Multiple ASP.NET Core Apps To Docker And Azure1/22/2018 2:45:07 PM. API - has controller with CRUD operations for a movies database. It uses a class library Data, which contains repositories. Database is hosted in Azure and connection string stored in application sett