Recently there have been lots of changes and announcements around Azure Local – with a range of new capabilities, a new name, and more. You can read more about the Ignite announcements in my post here. I wanted to write this quick post to update on the changes around Terraform Capability for Azure Local, over the last few months. I […]
Continue Reading →Tags: Azure DevOps
Catching up on the Microsoft Ignite announcements
Over the last week or two, like many in the Microsoft Community, I’ve been watching all the Ignite announcements and sessions. In this post, I wanted to summarise some of the key announcements and sessions that specifically relate to key areas and technologies that I work with, namely: Hybrid Cloud – Azure Stack HCI, Azure Arc etc. Azure, Networking, and […]
Continue Reading →Getting the right Foundation – what makes a GREAT Landing Zone?
I recently had the pleasure of taking part in the 2024 Technical Summit – a community event covering the key areas of AI, digital transformation, and sustainability in IT. You can find out more about Technical Summit, the various Presenters, and Sessions here: https://www.technicalsummit.de/. I presented the session “Getting the right Azure Foundation – What makes a great Landing Zone?” I’d like […]
Continue Reading →Exploring Backups, DR, and Continuity in an Azure Terraform World
Backups, Disaster Recovery, and ensuring continuity of business data and operations, are arguably one of the most important aspects for anyone working in the IT industry. Our technically connected and data-driven world revolves around our ability to ensure our data is safe, secure, and protected from a range of issues that could prevail. In the Azure Infrastructure as Code (IAC) […]
Continue Reading →Continuing the Azure AI Infrastructure as Code Learning Journey
Overview With the rapid development of AI Services in recent times, it’s clear that adoption and growth of these services is only going to continue – and see wider adoption across a range of organisations. Continuing the Azure AI Infrastructure as Code Learning Journey, is therefore likely to be a key activity for many within 2024 and beyond. With Azure […]
Continue Reading →Azure Lab Services – An Overview, Setup, Terraform, and more!
Overview Recently I have been using Azure Lab Services to prepare Lab Environments for testing and training scenarios, and also using various tools to help create and customise these environments as I need. Azure Lab Services provides on-demand or scheduled access to virtual machines to support various scenarios. A summary of the key points is below: Provide access to Virtual […]
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 →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 →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 →