Category: Terraform

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 →

Ansible and Azure – 30 minute quickstart!

Recently I’ve been introduced to Ansible, and have therefore been seeing what I can automate with it. I know that when testing things out and learning new things if there are challenges I have faced, or issues getting a test environment setup, having the setup stage automated can really help out. This means you can focus on learning the basics […]

Continue Reading →

Introducing my Terraform Azure base Lab Environments

Recently I have been working more and more with Terraform – and seeing the benefits to what I can do in a short space of time within Azure, using Infrastructure as Code (IaC) methodologies. I’m now using Terraform for all my Azure lab needs – it’s so fast and easy to deploy just what I need, and tweak from there […]

Continue Reading →

Automating Azure Key Vault and Secrets using Terraform

One area that always need focus is around security and managing credentials. Using Terraform, and the method in this blog post, you can help build Azure Key Vault and create a secure secret to use when creating VMs, automatically. To keep things secure, my method uses a combination of randomised password values, and Azure Key Vault. This post explains how […]

Continue Reading →

Automating NSG rules with an external IP in Terraform

For some time, I have been using Terraform to create environments – and it’s something I rely on heavily for my own Azure lab environment. My lab is an ever changing picture – and thus I regularly create and destroy resources and environments, to test new things. I usually just run Terraform locally and have it spin up specific lab […]

Continue Reading →
Skip to content