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 →Tags: Community
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 →UK Windows Virtual Desktop User Group – Azure NetApp Files Cross Region Replication
This week I presented at the UK Windows Virtual Desktop User Group May Meeting. I went through Azure NetApp Files Cross Region Replication, which is currently in Preview. Thanks to Neil and Kirk for organising the meetup! Demo Lab Environment For anyone wishing to deploy the Cross Region Replication Lab that I used in my presentation, these files are available […]
Continue Reading →Azure DevOps – Azure NetApp Files (Part 2, Terraform)
For the next post in this series around using Azure DevOps and WVD, I wanted continue focusing on Azure NetApp Files. Continuing on from Part 1 in this series, I will be covering the setup of Azure NetApp Files (ANF) within an Azure DevOps Pipeline, but this time using Terraform to deploy ANF. In Part 1, Azure CLI was used […]
Continue Reading →Azure DevOps – Azure NetApp Files (Part 1, Azure CLI)
For the next post in this series around using Azure DevOps and WVD, I wanted to focus on Azure NetApp Files. Azure NetApp Files (ANF) is often used for hosting both application and profile data, and in particular is used when rapid access and high IO throughput are required. This is often the case with User Profiles in a VDI […]
Continue Reading →UK Windows Virtual Desktop User Group – Landing Zones and Enterprise Scale considerations for WVD
This week I presented at the UK Windows Virtual Desktop User Group February Meeting. My presentation focused on Landing Zones (and their importance) and considerations around Scale for Windows Virtual Desktop. Thanks to Neil and Kirk for organising the meetup!
Continue Reading →Creating a secure Home/Guest/IOT Wifi environment with Ubiquiti
As many of my friends and colleagues will know, I am a big fan of Smart Home/IOT technology – plugs, lights, sensors, cameras… I like automating things around the house – partly for security reasons, partly for reasons of making my life easier, but mostly because I enjoy working with technology! 🙂 However, I am well aware of the security […]
Continue Reading →