Category: Azure

Azure DevOps – Automating Domain Controller promotion

For a while I have been deploying infrastructure using Azure DevOps, and in particular deploying demo environments which need to be spun up and torn down again, but also to demonstrate the power of Infrastructure as Code. One issue I’ve faced with a pure ARM/Bicep or Terraform deployment is the promotion of a Domain Controller… it is straightforward to deploy […]

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 →

Exploring Azure Bicep

Recently I have been exploring Azure Bicep and the benefits it provides. Azure Bicep is a Domain Specific Language that allows the rapid creation of ARM Templates, in an easier manner. I’ve previously found ARM templates challenging, especially with the complexity that can arrive with deployment at scale. Bicep aims to improve this, providing a simpler way of authoring templates, […]

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 →

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 →

Enterprise Scale considerations for Windows Virtual Desktop

In my previous post I talked about Landing Zones and why they are an essential part of the Cloud Adoption Framework. Following on from that post, I wanted to elaborate on some of the considerations around Windows Virtual Desktop (WVD) in particular. WVD brings with it several unique elements that benefit from additional consideration and planning – particularly when designing […]

Continue Reading →

Why you need an Azure Landing Zone

A defined and structured Landing Zone is key component of the Microsoft Cloud Adoption Framework. But what exactly is a Landing Zone, and why is using one important? I’ll try and provide an overview and give some specific examples of the Design Areas, as well an overview of options around enterprise scale in this post. What is a Landing Zone? A […]

Continue Reading →

Azure Automanage Preview

Hello! In this post I’ll be covering an overview of the Azure Automanage Preview – and giving an overview of how it can be used to simplify management, achieve best practice, and provide automation of Virtual Machines in a few quick steps. What is Azure Automanage? Azure Automanage is a service that removes the need to “discover, know how to […]

Continue Reading →

Microsoft Flow, Microsoft Forms and Azure AD – what can we do?

Recently, I have been playing around more and more with Microsoft Flow – which is a tool designed to Automate processes and tasks. In a previous post I used a tool called Stringify to automate a number of Smart Home actions. Microsoft Flow provides a similar environment and allows integration between processes and tasks. I was impressed from the first […]

Continue Reading →

Azure Storage Sync – the easiest branch office file sync solution?

Azure Storage Sync provides the means to synchronise files from various locations into an Azure Storage account and to endpoints running the Azure Storage Sync agent. In this post I will give a quick overview of how it can be setup to service branch office requirements whereby VPN connectivity does not exist. For further information see here: https://docs.microsoft.com/en-us/azure/storage/files/storage-sync-files-planning. Here’s my environment which I […]

Continue Reading →
Skip to content