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 15, 2023

Using GitHub Actions variables as Terraform variables

In Terraform you can use variables to make your code more dynamic and reusable. You can use variables to pass in values from the command line, […]
April 13, 2023

GitHub Action Workflow hashicorp/setup-terraform@v2 ERROR: Please run ‘az login’ to setup accountGitHub Action Workflow hashicorp/setup-terraform@v2 error:

A quick blog post on assisting with a couple of errors I came across when using workflow hashicorp/setup-terraform@v2 – this also remediates hashicorp/setup-terraform@v1 also. Two errors […]
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 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 […]
January 24, 2023

GitHub Actions Secrets

GitHub Actions is a tool that can be used to automate processes that relate to code stored within a repository.  You can use it to automate […]
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 […]