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.

Azure Application Proxy with ASP.net Core 3.0

In this post I'll demonstrate how you can quickly create an Azure Application Proxy to access an application hosted in an On-premise private network. The two pre-authentication mechanisms I'll test…

What are Fault Domains and Update Domains in Azure Availability Sets?

When you first create a Virtual Machine in Azure, you are provided with a choice to select an Availability Option.

Request/Response Integration Architecture with Azure Logic Apps

Summary Creating a request/response integration is relatively simple with Azure Logic Apps. In this post I'll demonstrate how to do exactly that. Architecture Azure Logic Apps will contain a single…

Use Microsoft.ML.Net to predict when to send an email

Use Microsoft ML to learn when to send an email

Add B2C to Blazor Application

Adding Azure B2C Authentication & Authorisation has been simplified in Visual Studio 2022. The following post describes how to get a Blazor application connected to and authenticated with Azure B2C.

SPA with Vue.js and Node.js

Rapidly create a new Vue.js project with Node.js.

Dynamics 365 Authorisation Code Flow

In this flow, after the user successfully authenticates (through an interactive login prompt), an authorization code is issued by Azure AD. This code is then exchanged for an access token…