Author: Wayne Campbell
-
Creating and deploying Azure cloud infrastructure using C#
Introduction So I was tasked with writing a pro-code solution to generate Azure Resource groups using C#. What I ended up with is a simple, scalable function that takes in a parameter object and automatically creates a resource group within an Azure subscription. Although limited to creating Resource Groups this solution has the potential to…
-
AbilityNet – Tech enablement in the community
Since early 2025, I’ve been volunteering with AbilityNet, and it’s been a hugely rewarding experience. Before you even start helping clients, AbilityNet ensures you’re prepared with a comprehensive training program—covering accessibility, security, and best practices for supporting people who might feel overwhelmed by technology. This is an invaluable foundation. What I Do The work is…
-
The Cert Sprint: Lessons from a Year of Microsoft Exams
I’ve completed a number of certs and applied skills over the last 12 months. Its been quite a ride balancing it all whilst 100% committed to client delivery. That said I’m sure this isn’t a patch on what some of you cert machines have achieved out there! Anyway, here’s the lineup: The Reality Check Was…
-
Build an Azure PostgreSQL Server and create a sample database.
Introduction The aim of this article is to provide an overview of how to build a PostgreSQL Server, create a test database and populate it with sample data using a SQL dump file. This can come in really handy if you performing Proof of concepts e.g. AI data engineering or data obfuscation etc or if…
-
Deploying Sentinel to multiple environments using Bicep in VS Code
Introduction The aim of this article is describe the process of deploying Sentinel instances to multiple environments* in Azure using Bicep for Infrastructure as Code. We’ll walkthrough creating and onboarding the Sentinel instance as well as adding diagnostic settings to capture Sentinel Logs in a Log Analytics workspace. *in this demo separate environments refers to…
-
Azure Datafactory – Building a CI/CD promotion pipeline strategy in Azure Devops
Introduction The aim of this article is to provide an overview of how to build an effective CI/CD strategy for Azure Datafactory (ADF) that will enable configuration changes to be promoted through multiple environments from development environment through to production using Azure DevOps (ADO) Release tasks. For this walkthrough we are going to assume just…
