Tags: Azure

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 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 →

Resources to help study for the AZ-801 Exam

Recently I took and passed the AZ-801 exam, Configuring Windows Server Hybrid Advanced Services. This exam had been on my to do list for some time, as I had passed AZ-800 earlier in the year, so I was keen to get this one done too. By gaining both AZ-800 and AZ-801, I earned the Microsoft Certified: Windows Server Hybrid Administrator […]

Continue Reading →

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 →

CUGC User Share Webinar: An Introduction to Terraform

Recently I had the pleasure of presenting a CUGC User Share Webinar on an Introduction to Terraform. I specifically chose to focus on using Terraform with Azure (as this is an area I regularly work within). ✅ https://mycugc.org/events/details/cugc-global-presents-user-share-an-introduction-to-terraform/ Within this webinar I covered off the following areas: What is Terraform? How Terraform works What is Infrastructure as Code? Why use Infrastructure […]

Continue Reading →

Testing out Azure Terrafy

Please note: This tooling has been renamed and updated since this post was written – please see updated docs in the GitHub Repo here. Azure Terrafy is a tool that allows us to bring existing Azure Infrastructure under management by Terraform – something those of us using Terraform have been hoping will exist for a long time. When we say “under […]

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 →

Resources to help study for the AZ-800 Exam

Recently I took and passed the AZ-800 exam, Administering Windows Server Hybrid Core Infrastructure. This exam had been on my to do list for some time, so I was pleased to get it done. To help others looking to take this exam, here’s a list of Resources that I used to help me learn the exam objectives and prepare for […]

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 →
Skip to content