Category: Uncategorized

  • Azure DevOps, Docker and Pipelines – An unexpected twist

    So as part of the Microservice project i’m creating myself, I thought I’d use Devops Pipelines for the build process. Having never gone in-depth with creating a pipeline, I thought it would be fairly straightforward. Not so! My first problem that I came across was trying to pull my first branch into my development branch.…

  • Simple Microservice and Azure Integration

    This, and the following posts, are my interpretation of a simple guide to get a small microservice running on Azure, and mixing it with the security offered by AppConfiguration and KeyVault. Part 1 : Setting everything up to code So what do we need to start with? Firstly create the project in devops, then create…