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 within my GitHub Repo, and I have occasionally also blogged about updates to these environments: https://jakewalsh.co.uk/updates-to-my-terraform-azure-base-lab-environments/. ✅ Just want the Code or Module? Click here: Code / Module Overview: I’ve recently been updating one […]
Continue Reading →Category: Microsoft
Cloud done the right way – Start with a Foundation
Within any Cloud Environment, a solid Cloud Foundation is an essential part of the journey. The creation of a suitable foundation should ideally occur well before any workload is onboarded or any service provisioned. In my role as an Architect, I regularly engage with customers and organizations looking to progress or begin a Cloud Journey, and therefore I am regularly […]
Continue Reading →Exploring the Azure Chaos Studio Preview
⚠ Please note – Chaos Studio is a Preview Service – so expect changes and updates! Introduction Chaos Engineering is the process of testing a solution and its ability to withstand problems and faults whilst maintaining the required level of service or uptime. Chaos Testing is carried out to provide a level of comfort that the solution undergoing testing will […]
Continue Reading →Using Packer to create Azure Machine Images
Using a programmatic approach to creating images is a great way to ensure consistency and standardise your approach. By using a tool like Packer, we can do this reliably, and integrate the build process into existing DevOps Pipelines and deployments. At the current time, there are two Packer Azure Builders; azure-arm and azure-chroot – for this post, we will use […]
Continue Reading →Creating an Azure Terraform Module for Identity Resources
Recently I have been working to create some Terraform Modules, which allow repeated deployment of Azure Resources. One of these modules is designed to create Identity Resources, based on the Cloud Adoption Framework. I wanted to create something that could be used to repeatedly deploy these Resources across however many Azure Regions are required, and expanded to include additional Resources […]
Continue Reading →Deploying Azure Virtual WAN using Terraform
Overview Recently I have been working with Azure Virtual WAN to provide connectivity between Azure Regions, Branch Offices, and Remote Users. Azure Virtual WAN is a networking service that brings many of the commonly found connectivity services into a single area, providing simplified connectivity and management. These services include: Branch connectivity. Site-to-site VPN connectivity. Remote user VPN connectivity (point-to-site). Private […]
Continue Reading →A simple Azure Terraform Walkthrough – Part 3
This series of posts is intended to assist in learning how to use Terraform with Azure – we will walk through a full deployment, covering off each step and all elements within the code. Within this series of posts I will walk through the following steps, breaking down the installation and Terraform code step-by-step to give an overview: Part 1: […]
Continue Reading →A simple Azure Terraform Walkthrough – Part 2
This series of posts is intended to assist in learning how to use Terraform with Azure – we will walk through a full deployment, covering off each step and all elements within the code. Within this series of posts I will walk through the following steps, breaking down the installation and Terraform code step-by-step to give an overview: Part 1: […]
Continue Reading →A simple Azure Terraform Walkthrough – Part 1
This series of posts is intended to assist in learning how to use Terraform with Azure – we will walk through a full deployment, covering off each step and all elements within the code. Within this series of posts I will walk through the following steps, breaking down the installation and Terraform code step-by-step to give an overview: Part 1: […]
Continue Reading →Updated! – Securing your deployment with code scanning in GitHub Actions
Security scanning of code, before, during, and after deployment is a great way to enhance the security of any project. Knowing that your code is being analysed for issues before deployment, during the build phase, and then after deployment when you are in the support/run phase, can really help to improve the security posture of an environment, with minimal effort […]
Continue Reading →Updates to my Terraform Azure base Lab Environments
Earlier this year I blogged about some Lab Environments I’d created using Terraform, and shared in my GitHub repo: “Recently I have been working more and more with Terraform – and seeing the benefits to what I can do in a short space of time within Azure, using Infrastructure as Code (IaC) methodologies. I’m now using Terraform for all my […]
Continue Reading →UK Windows Virtual Desktop User Group – Azure NetApp Files Cross Region Replication
This week I presented at the UK Windows Virtual Desktop User Group May Meeting. I went through Azure NetApp Files Cross Region Replication, which is currently in Preview. Thanks to Neil and Kirk for organising the meetup! Demo Lab Environment For anyone wishing to deploy the Cross Region Replication Lab that I used in my presentation, these files are available […]
Continue Reading →