As you may have seen, the Cross-Region (Global) Azure Load Balancer has recently become Generally Available (10th July 2023) – https://azure.microsoft.com/en-gb/updates/azure-s-crossregion-load-balancer-is-now-generally-available/. I decided therefore to create a test and demo environment for it – whereby a quick example can be deployed to get started. ✅ For a detailed overview of Cross-Region Load Balancer, please see here: https://learn.microsoft.com/en-us/azure/load-balancer/cross-region-overview Overview The Cross-Region […]
Continue Reading →Category: HashiCorp
EUC Forum July 2023 Meeting – Resources and Slides
This week I had the pleasure of presenting at the EUC Forum Meeting, which was hosted in Manchester. Alongside my friend and fellow MVP Jon Jarvis, we presented the session “Unleashing the Power of Code-Driven Virtual Desktop Deployments for AVD & Windows 365“. Click here to find out more about the awesome EUC Forum! This session focused on the tooling required […]
Continue Reading →Testing Terraform Import in v.1.5.0+ with Azure Resources
Yesterday I attended HashiDays London, which was an awesome day of sessions covering numerous HashiCorp Products. In particular, the Terraform, Boundary, Vault and Consul updates and sessions were really interesting, and I left with a huge list of things that I’ll be testing out in my lab in the coming weeks! You can catch up on sessions on-demand if you […]
Continue Reading →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 introduction to Cloud Chat Monthly, talked about our goals and objectives, and then went into our first technical session – “Unleashing the Power of Code-Driven Virtual Desktop Deployments: AVD & Windows 365“. Upcoming April […]
Continue Reading →How I deploy my Azure Lab Environments
A recent topic of conversation with colleagues, friends in the technical community, and customers I work with, has been how I manage and deploy lab environments. I have to regularly deploy lab environments both for my own use (learning, training, etc.), and for customer demos – and often need to spin up/down these environments with little notice, relying on as […]
Continue Reading →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 →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 →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 →