2 articles in Terraform
Deploying an ASP.NET Core Razor Pages App with Terraform and Azure DevOps
April 27, 2026
When it comes to deploying ASP.NET Core apps the list of technologies seems to explode as we start to think about deploying to the cloud. Azure, Azure DevOps and Terraform all work together to provide automated, continuous delivery pipelines and it can be a real challenge switching between these…
How to Deploy MockServer to Azure using Terraform and Docker
January 29, 2025
Deploying applications using Terraform and Docker makes it extremely quick and easy to setup software in Azure. In this tutorial I use the MockServer docker image to deploy an application that can be used to mock REST API calls during development phases. Checkout the MockServer docs for more…