Please note – Elastic SAN is a Preview Service – so expect changes and updates! As you may be aware, Azure Elastic SAN is now in Public Preview. Elastic SAN aims to solve the challenge of workload optimization and integration between large scale databases and performance-intensive mission-critical applications. The Elastic SAN Preview simplifies deployment, scaling, management, and configuration of a […]
Continue Reading →Tags: CloudFamily
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 →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 →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 →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 →Deploying Azure Resources with Terraform using GitHub Actions
To deploy any of the Terraform-Azure Environments, or any Terraform code for Azure you have created yourself, using GitHub Actions, follow the steps outlined below. 1. Fork the Terraform-Azure Repository This will then allow you to access backend settings privately and create your own deployments based on the code within. You can then of course customise code, make changes, or […]
Continue Reading →Deploying and Configuring Azure Firewall using Terraform
Recently I’ve been working with Azure Firewall and deploying it into various environments to provide security and traffic control. I’ve been doing the majority of the deployment of Azure Firewall using Terraform, so wanted to outline a few tips, tricks, and provide some specific code examples to help anyone else looking to deploy this using Terraform. For this post, I […]
Continue Reading →