Tag

coding

Posts grouped by topic from the Andrew Builds technical archive.

Sep 27, 2024
powershell

PowerShell Templating for Azure: Preventing Messy Code

When working with Azure via PowerShell, it’s easy to accumulate clutter in your scripts over time, especially as they grow in complexity. Using a templating strategy not only…

Aug 24, 2024
azure

Azure - Storage account - Bicep - An easy win for your environment

A Storage account is one of the easiest things about azure bicep to deploy into an azure environment. First we'll need to declare a resource and give it a name. You can call the…