Series: Containerising Blazor Applications With Docker
Part 1: Containerising a Blazor Server App
In this post, I give an introduction to Docker and some of its key concepts. Then show you how to containerise a Blazor Server App using a dockerfile.
Part 2: Containerising a Blazor WebAssembly App
In this post, I show how to containerise a Blazor WebAssembly App using Docker. Highlighting the different requirements when compared to Blazor Server Apps.
Part 3: Publishing to Azure Container Registry using Azure Pipelines
In this post, I show how to automate the building of a Docker image using Azure Pipelines. As well as how to automatically publish the image to an Azure Container Registry.
Part 4: Deploying Containerised Apps to Azure Web App for Containers
In this post, I show how to setup and configure the Azure Web App for Container service. I also show how to automatically deploy new images to the instance using Azure Pipelines.