May 31, 2023

Communicate effectively on GitHub by using Markdown

Learn to use Markdown to communicate with brevity, clarity, and expression.
May 30, 2023

Natural Language Infrastructure as Code: Is it the future of Cloud Automation?

Infrastructure as Code (IaC) has really revolutionised the way we manage and deploy our cloud resources. By treating infrastructure as code, we can automate the provisioning […]
May 3, 2023

How to use GitHub Actions environment variables

In this blog, we will explore how to use environment variables in GitHub Actions, including how to create and use them in your workflows. Environment variables […]
April 7, 2023

Yarn Build and deploy image to Azure Container Registry using GitHub Actions

In this blog post I will show you can use a GitHub Action to run Yarn build and deploy a container image to Azure Container Registry. […]
March 24, 2023

Azure Lab Services – An Overview, Setup, Terraform, and more!

Overview Recently I have been using Azure Lab Services to prepare Lab Environments for testing and training scenarios, and also using various tools to help create […]
March 23, 2023

Storing and retrieving secrets in Azure Key Vault with GitHub Actions

Using GitHub Actions and wanting to store secrets security while utilising Azure? In this blog post I will be showing how you can create and store […]
March 7, 2023

Cloud Chat Monthly – March 2023 Writeup

On Friday last week Jon Jarvis and myself hosted our first Cloud Chat Monthly Session. As this was our first session, we started off with an […]
December 21, 2022

Introducing – Single Region Azure BaseLab V2

As you may know, I maintain a range of Terraform environments for Azure, which can be used for Demos, Labs, Learning and Testing. These are maintained […]
December 14, 2022

Build and push Docker Image to Azure Container Registry using GitHub Action

In this blog post I am going to show how you can build and push Docker Images to Azure Container Registry (ACR) using a GitHub Action. […]
December 6, 2022

Deploy your first container app using Terraform and GitHub Actions tutorial/lab

This tutorial/lab has been created to take you through a DevOps journey to build & deploy an Azure Container Application using Terraform and GitHub Actions. It […]
December 2, 2022

Pushing container images to GitHub Container Registry with GitHub Actions

In my job, I build a lot of samples that I share with customers to show them how things work. A lot of my customers are […]