Overview DNS, DNS, DNS, It’s all about DNS. I’ve circled around this topic for a while, and it’s been a common discussion point with many of the clients I have worked with. DNS is absolutely crit...
Service Overview Microsoft recently announced the ability to run Azure Functions on Azure Container Apps (in preview). This is a big improvement over the current serverless option for Azure Functi...
Microsoft regularly releases new features and services in Azure. This is the evergreen nature of the cloud however they also retire services which is where infrastructure lifecycle management comes...
Introduction Microsoft has just announced a new enhancement to their Bicep extension for Visual Studio code and I thought I would share this with the wider community. Many of us have been working...
We are picking up from my last post where I walked through automating Bicep template deployments through Azure DevOps so if you haven’t caught up here is a link The pipeline we set up in the previ...
In this short post we are going to look at automating the deployment of a Bicep template using Azure DevOps. Additionally, we are going to look at how you can convert an ARM template to Bicep. You...
Microsoft recently announced the new Defender for DevOps which is an extension built in directly into Microsoft Defender for Cloud now allowing you to monitor and manage security across a number of...
I recently had to replicate an Azure AD group structure from one tenant to another and wrote a super simple script to speed things up. Set up PowerShell Firstly you will need to install the Azure...
Introduction In this tutorial we are going to be taking a simple Javascript application (source code taken from Docker) and running it in a container using Docker. This is the first of a series o...
Overview Azure Load Testing is a new managed load testing service from Microsoft (currently in preview) that lets you simulate volumes of traffic to your website regardless of where you are hosting...