Manage Azure Functions API Security

There are several methods you can use to secure an Azure Functions. This page particularly documents the security standards required by UK Government standards when deploying serverless code (Azure Functions…

Azure Container Services

There are several container technologies that Microsoft Azure provides. Some of these I have tried to summarise below.

Using Dependency Injection in Azure Functions

In Azure Functions 1.0, it was never possible to use Dependency Injection (DI). DI is a technique to achieve Inversion of Control (IoC) between classess and their methods. In Azure…

Call Dataverse API from within an Azure Function

Here is a quick bit of code to help with connecting to the Dataverse API from within Azure Functions. The following steps need to be carried out: Register a new…

Understanding CIDR to create better Azure Subnets

When setting up an Azure Virtual Network, it can be difficult to understand how to design the IP Address range. In this post I'll simplify what address space and CIDR…

Deploy WordPress to Azure Web App for Container

Here are the instructions for creating a quick WordPress app and pushing the app to Azure Web App for Containers.

Connect two Virtual Networks together (VNet Peering)

Azure VNet peering is a quick way to connect two Vnets together. In this post I'll demonstrate how this can be achieved.

Connect Azure Databricks to Azure Storage

The Microsoft documentation contains instructions on connecting Databricks to several storage resources, when you directly create a Databricks resource in Azure. In this Post I’ll demonstrate how to connect Azure…

Azure Private DNS Zone

If you create Virtual Machines that are registered on a specific VNET, and if you allow auto-registration of the VNET in Azure Private DNS Zone, does both the Private and…

Azure Load Balancer, Application Gateway, Traffic Manager & Front door differences

This post is a quick summary comparing the three resources; Azure Load Balancer, Application Gateway and Traffic manager.