I adopt a 'learn in public' approach to blogging. Whenever I learn something new, I try to capture it here.
All my articles are written on GitHub. You can raise issues, create pull requests or even fork the content... its open source.
By default, you'll only see published articles, but you can enable drafts.
10 Sep 2021
#Blazor #Azure Functions #Pulumi #IaC
Pulumi is an Infrastructure-as-code platform that facilitates deployment of cloud resource and application using standard coding languages such as c# or TypeScript. I used Pulumi to deploy a .net 6 Blazor app and Azure Function to Azure App Service; this is what I learnt.
01 Apr 2021
There is a new version of Azure Logic App in preview. I spent a few days playing around with it in April 2021 to see what was new. This article summarises what I learnt and the highlights from my perspective. This is a point-in-time introduction to a preview technology.
08 Mar 2021
#Durable Functions #Azure Functions #Cognitive Search #Logic Apps #Cognitive Services #Serverless
There are many scenarios where and AI-based enrichment pipline is applicable; anywhere when you need to enrich data with insight from AI services. Azure offers three main ways to do this, Logic Apps, Cognitive Search and Durable Functions. This articles compares and contrasts these platforms to help you decide which one suits your requirements
01 Mar 2021
#Pester #Testing #PowerShell #Logic Apps
This articles talks through a sample script for integration testing Azure Logic Apps with Pester and PowerShell
18 Feb 2021
Pester is a PowerShell based test framework which makes it very simple to write integration tests. This article gives and overview and some usefull resources.
03 Jan 2020
#Cognitive Services #Localisation #Logic Apps #Azure Functions #Serverless #Bots #QnAMaker
QnAMaker is great unless you need to support multiple languages where there is no built-in solution. In this article, I'll explain how I've implemented localized QnAMaker from a single model with Logic Apps, the Translator Text API and an Azure Function.