Category: HashiCorp

Testing out my Azure Demo Lab with Terraform Cloud

Demo Environment Overview Diagram

Recently I have been working with Terraform Cloud to deploy Azure Environments, and in my previous post I wrote about an overview of Terraform Cloud, Prerequisites for Azure Deployment, and shared some tips and links to get started. You can read this post here. ✅ In this post I wanted to expand further by running through my own Demo/Lab Environment […]

Continue Reading →

Azure Back to School 2023 – My Sessions Recap and Resources

Azure Back to School 2023 Logo

Last month I had the pleasure of taking part in Azure Back to School 2023 – a community event that takes place in September and hosts a range of contributors and content to share knowledge with the community! You can read more about Azure Back to School here – https://azurebacktoschool.github.io/.  ✅ There’s a huge list of awesome sessions and speakers […]

Continue Reading →

Azure Deployment using Terraform Cloud – Overview, Prerequisites, Sample Code, and Resources

I’ve been using Terraform Cloud to create Azure Environments for some time, and in this post, I wanted to share an overview of Terraform Cloud, the prerequisites for deploying Azure environments using it, and provide additional resources to help get started. Note – this article is not exhaustive, and there are other ways of getting started and different potential setups […]

Continue Reading →

Azure Cross-Region (Global) Load Balancer – Demo Environment

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 →

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

HashiDays London Banner

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